AVATeR v0.9.9 release
wold July 22, 2022 #AVATeRAVATeR v0.9.9 improves annotation exports and debug logging.
Downloads
Requirements not changed.
Linux Debian (Ubuntu, Mint, etc)
avater_0.9.9-1_amd64-compatible.deb
SHA256: ef9fb121a99c1cab6c8bf0a676dd6278aebc40b58259fd82e784f5016044fe59
avater_0.9.9-1_amd64-standard.deb
SHA256: 78c05c49b0cf9ffa0e6e71c159a377a758a34b61269d2ef7e0c3b15683cef207
Windows
avater_0.9.9_windows_win64.7z
SHA256: 522399324c7e7671ccec0139d466c41797a8256b9fa2cfed6b188e753fed18b0
avater_0.9.9_windows_win64.zip
SHA256: cc27ae590831f50afc8d339d21e6ef3024c62eea113af884acc68eedfed2677a
Requirements
- Windows: Windows 8/10/11+ (Win7 may work)
- Debian: Bullseye (~Ubuntu 20+), Buster/Compatible (~Ubuntu 18-19)
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...
Changelog
0.9.9 Jul 22th
- Improved: HTML export (layout, colors)
- Improved: CSV export (added variables)
- Improved: set debugmode from GUI, added logfile option to CLI
- Added: Raw SQL export option
- Windows: updated Qt libraries
Full changelog (.txt) including previous versions.
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
Future changes
The intention is to make the next release v1.0. Interesting topics include sorting exports using color within titles, and implementing profile selection.