Skip to content

Releases: paolostivanin/OTPClient

v1.5.1

27 Jun 05:42
7378b23
Compare
Choose a tag to compare

This release brings some minor fixes to flatpak:

  • fix zbar in flatpak manifest
  • fix appdata release notes

sha256: c8794a45b691613326f15a95b9fe7f16511b0c16b6b6e1cedc11dc5344c2cc27

v1.5.0

20 Jun 16:08
3e8bfa5
Compare
Choose a tag to compare
  • 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 have XDG_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

24 Mar 09:34
cb9093b
Compare
Choose a tag to compare

This release bring some fixes to the flatpak version:

  • fix issue #121 (settings menu not being accessible)
  • fix window size not being remembered

sha256: 67ffd03e866a2184896b99d385a95c181e2e84d371276723297d136683a0fa93

v1.4.0

11 Mar 17:52
7dbe461
Compare
Choose a tag to compare
  • add full andOTP support
    • data can now be exported in the andOTP encrypted format
  • use monospace to show the database path on startup
  • fix #119

sha256: f8f814653f3301efc86409530439f86652a6d500d6615eab28b60a219bbf3e17

v1.3.1

31 Oct 08:28
071bd7d
Compare
Choose a tag to compare
  • 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

21 Oct 07:51
d48f50f
Compare
Choose a tag to compare
  • 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

08 Jul 16:38
3e4bb1a
Compare
Choose a tag to compare
  • add "native" support for Ubuntu 16.04
    • libzip, libpng and GTK versions have been lowered (fix #96)
  • add shippable support

v1.2.2.tar.gz sha256: d4cadcb6f9c11280969dce8629886a87813211ecbce231a9b868b7a47f7e923d

v1.2.1

06 Jul 18:45
d91264a
Compare
Choose a tag to compare
  • 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

01 May 08:10
96ec916
Compare
Choose a tag to compare
  • it's now possible to edit the label and issuer 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 area
    • Scan using webcam will use Zbar and your webcam to scan a qrcode, for example, from your smartphone
    • Select 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

29 Mar 10:21
9a154c4
Compare
Choose a tag to compare
  • 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