Skip to content

v1.8.1

Choose a tag to compare

@ruettenm ruettenm released this 21 Aug 13:52
· 100 commits to master since this release
3f8a70c

🙌 New Features:

  • Improved form validation (connection settings)
  • Shows a loading screen during the initial load
  • Allow to hide the access key in the UI
  • Use node-keytar to save the access token
    • macOS: in the system keychain
    • windows: in the credential vault
    • linux: with the secret service API/libsecret

🧐 Under the hood:

  • Improved error logging
  • Some smaller bugfixes
  • A few dependency updates

🚨 Info for all linux user:
Since this version the app is using a library that uses libsecret to store the personal access token on your device.

Depending on your distribution, you will need to run the following command:

  • Debian/Ubuntu: sudo apt-get install libsecret-1-dev
  • Red Hat-based: sudo yum install libsecret-devel
  • Arch Linux: sudo pacman -S libsecret