* Wed Aug 07 2024 Paolo Stivanin <info@paolostivanin.com>
- Update to 4.0.2:
* FIX: importing data on a first run (#376)
* FIX: better error handling
* IMPROVED: handling of memlock when too low
* Wed Jul 31 2024 Paolo Stivanin <info@paolostivanin.com>
- Update to 4.0.1:
* CHANGE: switch from PBKDF2 to Argon2id (#358).
This change is completely transparent to the end user, therefore no action is required.
* NEW: make Argon2id parameters configurable (#358)
* NEW: add support for importing plain Aegis txt
* FIX: various issues related to importing Aegis backups (#371)
* FIX: improving handling of json files (#369)
* FIX: parsing QR codes (#374)
* FIX: show db parameters dynamically
* FIX: add missing ui file to CMakeLists.txt
* Fri Jun 28 2024 Paolo Stivanin <info@paolostivanin.com>
- Update to 3.7.0:
* CHANGE: deleting a row, editing a row and showing the qr code
is now done via right click on the target row (#359).
* FIX: multiple fixes to QR handling (#364).
* FIX: exporting to FreeOTP+ format (#367).
* FIX: updated otpclient and otpclient-cli man pages (thanks @fvcr).
* FIX: code more readable thanks to macros.
* Thu Mar 14 2024 Paolo Stivanin <info@paolostivanin.com>
- Update to 3.6.0:
* NEW: add possibility to import plain/encrypted backups
using the CLI.
* FIX: make GUI and CLI independent, so that CLI only can be built
and installed without GTK being present.
* FIX: check file size against memlock before importing a backup.
* FIX: code cleanup and internal refactoring.
* Fri Mar 08 2024 Paolo Stivanin <info@paolostivanin.com>
- Update to 3.5.2:
* NEW: add possibility to export plain/encrypted
Authenticator Pro/2FAS backups using the CLI.
* FIX: improve popover layout.
* FIX: exporting plaing Aegis via CLI.
* FIX: cleanup code.
* Tue Mar 05 2024 Paolo Stivanin <info@paolostivanin.com>
- Update to 3.5.1:
* NEW: add back buttons to the various popover menus
* FIX: split popovers into their own UI files
* FIX: remove upgrade message when upgrading from a version older than 2.6.0
* Fri Mar 01 2024 Paolo Stivanin <info@paolostivanin.com>
- Update to 3.5.0:
* NEW: add support for importing and exporting plain/encrypted 2FAS backups (#322)
* NEW: add support for importing and exporting plain/encrypted AuthenticatorPro backups (#322)
* CHANGE: show warning when exporting a plain backup
* CHANGE: remove support for older Glib and GCrypt
* FIX: add 2fa keyword to the desktop file (#349)
* FIX: remove custom keywords from metadata file (#348)
* FIX: returning to a dialog won't crash the widget
* Mon Feb 12 2024 Paolo Stivanin <info@paolostivanin.com>
- Update to 3.4.1:
* FIX: FreeOTP+ export (thanks @hubnut)
* Sat Feb 10 2024 Paolo Stivanin <info@paolostivanin.com>
- Update to 3.4.0:
* NEW: CLI was completely refactored, and the options have changed.
Be sure to check the new options using the help command (-h)
* NEW: you can now specify a database when calling the CLI (#340)
* FIX: handling errors when path and/or password is incorrect (#336)
* FIX: prompt for file again, if needed (#335)
* FIX: prevent about dialog from hiding
* FIX: use system RNG as source of entropy
* Wed Feb 07 2024 Pablo Herranz RamÃrez <pablo.herranz@suse.com>
- Update to 3.3.0:
* Set brackground to red when delete mode is entered
* Fix base32 encoding/decoding
* Requires libcotp >= 3.0