Bug Fixes:
- Removed line breaks in HTML, since Qt's `append()` method adds a line break on its own; this way lists of HTML entries will be displayed correctly in Qt (no unnecessary breaks), but when saving the file, you can choose whether to add line breaks between entries or not.
Documenting:
- Updated documentation;
- Wrote the actual README, DATA and APPLYING (which corresponds to the current version).
Enhancements:
- Added 4 sets of icons for entries with the ability to create your own sets;
- Added template status messages with the ability to specify your own status message.
---