AVATeR 0.9.9 released
william July 22, 2022 #AVATeRAVATeR v0.9.9 improves annotation exports and debug logging.
Downloads
For the system requirements, see the AVATeR project page.
Windows
-
Windows 7/8/10/11 (Intel/AMD 64-bit) archive .7z (10-20MB)
SHA256 522399324c7e7671ccec0139d466c41797a8256b9fa2cfed6b188e753fed18b0 -
Windows 7/8/10/11 (Intel/AMD 64-bit) archive .zip (10-20MB)
SHA256 cc27ae590831f50afc8d339d21e6ef3024c62eea113af884acc68eedfed2677a
Linux
-
Debian/Ubuntu (Intel/AMD 64-bit) installer .deb - standard (<1MB)
SHA256 78c05c49b0cf9ffa0e6e71c159a377a758a34b61269d2ef7e0c3b15683cef207 -
Debian/Ubuntu (Intel/AMD 64-bit) installer .deb - Buster compatible (<1MB)
SHA256 ef9fb121a99c1cab6c8bf0a676dd6278aebc40b58259fd82e784f5016044fe59
Details
The exporter was internally reworked to use substitution variables, opening the way for user-customizable export formats.
This release also marks over a year of AVATeR, but that is a story for another time...
Changes
- Improved: HTML export
Visual lay-out was improved, and annotation colors are now shown. The HTML source includes CSS classes for manual/future styling.
-
Improved: CSV export
Additional columns are exported with date and color information. The date string now follows a generic format (European day-month-year; i.e. 21-07-2022 21:02:23).
The current headers are:DateRaw;Date;Author;Title;Page;Highlights;Notes;Color;ColorHTML
. WhereDateRaw
is the epoch date (if available),Date
its string notation, andColorHTML
the hex RGB color notation. -
Improved: set debugmode from GUI, added logfile option to CLI
The debugmode (to either stdout or file), can now be set from the GUI prefs as well. A CLI logfile option was added also.
Note: CLI arguments take precedence over (GUI) preference settings (and disabling the latter).
-
Added: Raw SQL export option
Exports raw SQL data for selected annotations, useful for debugging purposes. Enable by using either debug mode (stdout/file). This is an experimental feature. -
Windows: updated libraries
Windows Qt libraries were updated from 6.2.1 to 6.2.4 (LTS). -
Minor changes Annotion colors now use RGB (no transparancy); button/field heights were made more uniform
Next release
The intention is to make the next release v1.0. Interesting topics include sorting exports using color within titles, and implementing profile selection.