Skip to content

Releases: Cloaklet/Cloak

0.8.7

17 Mar 15:42
e235eef
Compare
Choose a tag to compare

Update embedded gocryptfs to master branch. Works on macOS Big Sur.

0.8.6

01 Mar 15:08
4005191
Compare
Choose a tag to compare
  • Log level can now be changed via app config dialog. It persists in config file.
  • Refined configuration file handling.
  • Moved away from unstable 3rd-party CI services. We're now using Github Actions.

Notice:

This version (and all versions released before it) does not work with macFUSE v4.x. In the next version we might adopt to the latest version of gocryptfs which resolves this issue.

0.8.0

30 Oct 14:12
1b5eb64
Compare
Choose a tag to compare
  • We now have a new icon. The tray icon has also been updated, it origins from a part of the full application icon.
  • Improved i18n handling.
  • Cloak now follows XDGBDS when handling its data files and config files on Linux. (#2)

0.7.0

01 Oct 10:14
240f7ac
Compare
Choose a tag to compare

Support resetting password with masterkey.

0.6.1

28 Sep 15:35
f6af239
Compare
Choose a tag to compare

Cloak now has a loading animation and fading transition.

0.6.0

28 Sep 13:49
0a8a41d
Compare
Choose a tag to compare

New features:

  • Instantly change language, including texts in menu items of the Menubar icon.
  • Cloak now remembers the language you selected last time.
  • Error messages are now properly translated. (Errors thrown by browser might still be in Engligh, though.)
  • When creating new vault or changing password for existing vault, Cloak would warn you about password strength.

Internals:

  • All API requests are centralized so error handling on the UI level is more consistent.

0.5.5

27 Sep 06:23
9ceb955
Compare
Choose a tag to compare
0.5.5 Pre-release
Pre-release
Use Ubuntu 18.04 (bionic) for CI

0.5.3

26 Sep 16:54
1058656
Compare
Choose a tag to compare

All artifacts were built automatically by Travis CI.

  • For Linux: chmod +x Cloak*.AppImage before running;
  • For macOS: sudo xattr -d -r com.apple.quarantine Cloak.app after decompressing the ZIP file;

0.4.0

21 Sep 14:06
2e2aa5c
Compare
Choose a tag to compare
  • Support changing vault password;
  • Support per-vault options:
    • Automatically reveal mountpoint;
    • Mount read-only;
    • Set custom mountpoint;

Works on macOS Catalina (Built on macOS 10.15.6). You might need to run sudo xattr -d -r com.apple.quarantine Cloak.app after decompressing the ZIP file.

0.3.0

21 Sep 06:49
22d2f2f
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Support changing vault password;
  • Support per-vault options:
    • Automatically reveal mountpoint;
    • Mount read-only;

Works on macOS Catalina (Built on macOS 10.15.6). You might need to run sudo xattr -d -r com.apple.quarantine Cloak.app after decompressing the ZIP file.