Releases: paolostivanin/OTPClient
Releases · paolostivanin/OTPClient
v1.5.1
This release brings some minor fixes to flatpak:
- fix zbar in flatpak manifest
- fix appdata release notes
sha256: c8794a45b691613326f15a95b9fe7f16511b0c16b6b6e1cedc11dc5344c2cc27
v1.5.0
- add shortcut to quit the application (fix #128)
- use native dialog for open and save actions (fix #129, thanks to @her001)
- show error dialog if db is missing (fix #132)
- rename "label" to "account name" in order to respect
label = accountname / issuer (":" / "%3A") *"%20" accountname
(fix #136) - respect
XDG_CONFIG_HOME
⚠️ Please note that this will cause breakage for people that haveXDG_CONFIG_HOME
set to a custom path but have the file in$HOME/.config
(fix #139, thanks to @maxice8)⚠️ - correctly handle empty label and/or issuer when editing a row
sha256: 50649ad45c7047a46fcc0b5f41f0f639223e7b41ce3a8a8a24f5c811ba760acd
v1.4.1
v1.4.0
v1.3.1
- fixed a bug that caused a row with an empty issuer to be treated as a steam code (#112)
- fixed an issue that prevented the same item to be deleted and added again
- the correct password dialog is displayed when importing something while the local db is empty
sha256: 7fbf8e1c182a723af0fe9869735c787eb526c1f380500d0c248ef775d1eaec11
v1.3.0
- add support for custom periods (10 - 120 seconds inclusive)
- add support for custom digits (4 - 10 digits inclusive)
- add support for Steam tokens
- cleanup codebase
- ui code has been moved to xml files
- reworked ui
- remove tick box
- add "validity" column to every TOTP and only show the countdown when the OTP row has been selected
- remove global countdown
- add db path to the initial password dialog
- add keyboard shortcuts
- add settings menu
- show next otp (off by default)
- disable notification (off by default)
- choose whether search should be done by label or issuer (label by default)
- single click/hit enter/hit spacebar to show OTPs, copy value to the clipboard and send notification
- add shortcut window that shows all available shortcuts
sha256: 01cd20cdecec778a54c670e5e1b39cdcee2316a074f1b96ba24cbf0c13355045
v1.2.2
v1.2.1
- check on compilation time that libcotp version is <= 1.0.14
The newest libcotp version (1.1.0) will be supported only from OTPClient v1.3.0
v1.2.1.tar.gz
sha256: 91a865c6a7d546d9b7faba3a4b7fa9d28f9fef60ef8792bf17698cdbe34b149c
v1.2.0
- it's now possible to edit the
label
andissuer
fields - when a row is ticked, the otp value is automatically copied to the clipboard (which is erased before terminating the program)
- a small help is shown on the first start
- 3 new ways to add a token in addition to
Manually
:Take screenshot
will use the gnome-shell dbus screenshot api to take a screenshot of a user selected areaScan using webcam
will use Zbar and your webcam to scan a qrcode, for example, from your smartphoneSelect photo
choose your qrcode directly from your local pc (useful if you are not using gnome-shell)
- some bug fixes here and there
- cmake related improvements
- readme updates
Full diff between v1.1.1 and v1.2.0
v1.2.0.tar.gz
sha256sum: cb7b04d9e38d6ecbc8f1cbaa4c7d319869d68a9d7c76122645d249ec3899c048
v1.1.1
- when using flatpak, the app's data folder is shown when importing a file, so users won't have to guess any longer where to put the file in order for the app to be able to read it (OTPClient doesn't have full file system access).
- update the README