Skip to content

Releases: swiftyapp/swifty

Swifty 0.4.0-beta.1

09 Oct 15:14
Compare
Choose a tag to compare
v0.4.0-beta.1

Update packages

Updates and bugfixes

09 Oct 07:24
Compare
Choose a tag to compare

Updates and bugfixes

Stable release v0.3.0

26 Sep 18:07
Compare
Choose a tag to compare
Vesrion bump

0.3.0-beta.2

19 Sep 14:36
Compare
Choose a tag to compare
  • Misc Bugfixes
  • Dependencies updates

0.3.0-beta.1

16 Sep 23:24
Compare
Choose a tag to compare

Changes

  • Change vault file format
  • Rename vault file
  • Add file icon for Swifty
  • Security fixes
  • Performance improvements

Swifty 0.2.0

31 Aug 17:32
Compare
Choose a tag to compare

Breaking Changes:

  • Password is hashed on user input and hash is used as secret for encryption
  • Encryption Algorithm changed from aes-256-cbc to aes-256-gcm

Bugfixes

  • Security fixes
  • Miscellaneous fixes and improvements

Note:

Unfortunately after algorithm was changed for security reasons, Swifty v0.2.0 can no longer decrypt vault which was encrypted by beta version. You would have to migrate data manually to v0.2.0 for now..

Fix window freezing on reopening on Windows and Linux

29 Aug 18:21
Compare
Choose a tag to compare
  • Fix app freeze on Windows and Linux

Fix Connect to Google Drive

26 Aug 22:52
Compare
Choose a tag to compare
v0.2.0-beta.3

Update packages

Security Fixes

24 Aug 14:09
Compare
Choose a tag to compare
  • Move non-renderer logic to preload
  • Misc fixes for Windows and Linux

Multiple entry types GDrive Sync

20 Aug 20:03
Compare
Choose a tag to compare

This is a pre-release

  • Allow to store different types of entries
    • Logins (username/password)
    • Credit Cards
    • Secure Notes
  • Google Drive sync for vault file
  • Custom icons for generally used services
  • Bugfixes