Cryptomator Changelog

What's new in Cryptomator 1.12.4

Mar 28, 2024
  • Security Fixes:
  • Deletion of protected resources: The Cryptomator MSI installer is build with the WiX toolkit. Installers build with a toolkit version below 3.14.1 can be used to delete system directories by using directory junctions. (CVE-2024-29187)
  • Local Privilege Escalation: The Cryptomator EXE installer is build wiht the WiX toolkit. Installers build with a toolkit version below 3.14.1 can be used to execute arbitrary binaries by using the Windows temp directory. (CVE-2024-29188)

New in Cryptomator 1.12.3 (Feb 28, 2024)

  • BUG FIXES:
  • Fixed failures in service detection and loading prevented mainWindow from showing (#3279)
  • Fixed lastModified timestamp was not preserved if vault resides on SMB share on Windows (#3301)
  • Fixed blocked/unresponsive UI when checking for cloud storage directories in create new vault flow (#3233)
  • Fixed installation possible on unsupported macOS version (#3341)
  • Fixed moving dialog on macOS (#3332)
  • OTHER CHANGES:
  • Updated translations (#3342, #3343)

New in Cryptomator 1.12.3 Beta 1 (Feb 26, 2024)

  • BUG FIXES:
  • Fixed lastModified timestamp was not preserved if Vault resides on SMB share on Windows (#3301)
  • Fixed blocked/unresponsive UI when checking for cloud storage directories in create new vault flow (#3233)
  • Fixed not accessible unlocked vault when unlocking second vault with same name using FUSE-T (#3272)
  • Fixed installation possible on unsupported macOS version (#3341)
  • Fixed moving dialog on macOS (#3332)
  • OTHER CHANGES:
  • Updated translations (#3342)

New in Cryptomator 1.12.2 (Feb 9, 2024)

  • Bugfixes:
  • Fixed not starting app/not showing main window if "Store passwords with ..." option is active (#3319)
  • Other Changes:
  • Added workflow for automatic winget release (e1cca64)

New in Cryptomator 1.12.1 (Feb 7, 2024)

  • Bugfixes:
  • Fixed AUR/Flatpak app does not start (#3315)
  • Other Changes:
  • Changed version specifier for dependency-check by @JaniruTEC in #3309

New in Cryptomator 1.11.1 (Dec 6, 2023)

  • BUG FIXES:
  • Fixed unable to copy files into the vault on Windows (#3207)
  • Fixed accessing vault resources fails (#3226)
  • OTHER CHANGES:
  • Translation updates (#3191)
  • Dependency updates (#3228, #3230, #3227)

New in Cryptomator 1.11.1 Beta 1 (Dec 2, 2023)

  • Bug Fixes:
  • Fixed unable to copy files into the vault on Windows (#3207)
  • Fixed accessing vault resources fails (#3226)
  • Other Changes:
  • Translation updates (#3191)
  • Dependency updates (#3228, #3230, #3227)

New in Cryptomator 1.11.0 (Nov 10, 2023)

  • WHAT'S CHANGED:
  • New:
  • Added support for upcoming Hub 1.3.x API (#3041, #3181)
  • Updated to WinFsp 2 in Windows EXE installer (#3026)
  • Added timeouts for network operations (update checks, authentication, etc.), improving error handling (#3113, #3157)
  • What's Fixed:
  • Fixed files with long Unicode names not being listed on Windows (#2493)
  • Fixed unnecessary force lock on Windows when there's no vault activity (#2851, #3043)
  • Fixed Windows MSI installer being blocked by Windows Smart Screen (#3130, #3131)
  • Fixed potential app crash on Linux when deleting directories (#2926, #3136)
  • Fixed vault unlock being prevented on Linux due to incorrect system library use (#3127)
  • Fixed error screen which linked to a deleted discussion (#3148)
  • Other Changes:
  • Improved AppImage build script (#3133), kudos to @purejava
  • Updated to JDK 21 (#3129)
  • Simplified out-of-bounds checks (#3091), reviewed by @Rexbas
  • Pinned JDK version for consistent builds across releases (#3075, #3163)
  • Updated translations (#3128, #3188, #3189)

New in Cryptomator 1.11.0 Beta 2 (Oct 31, 2023)

  • WHAT'S CHANGED:
  • What's new:
  • Updated Windows EXE-Installer to install WinFsp 2 (#3026)
  • What's fixed:
  • Fixed files with long name of unicode characters are not listed in Windows (#2493)
  • Other Changes
  • Pin JDK version for releases (#3163)
  • Updated translations (#3128)

New in Cryptomator 1.11.0 Beta 1 (Oct 20, 2023)

  • WHAT'S NEW:
  • Feature: Sign all dlls to pass Microsoft Windows Smart App control by @infeo in #3131
  • Adjusted to Hub 1.3.x API by @overheadhunter in #3041
  • Time restrict network operations by @infeo in #3157
  • OTHER CHANGES:
  • Improve AppImage build script by @purejava in #3133
  • Propagate deleted discussions to the error database by @SailReal in #3148
  • build using JDK 21 by @overheadhunter in #3129
  • simplify out-of-bounds check by @overheadhunter in #3091

New in Cryptomator 1.10.1 (Sep 23, 2023)

  • WHAT'S FIXED:
  • Fixed "Add Vault" button context menu not closing properly (#3123)
  • Fixed dropdown menus requesting window focus on close on macOS (#3121)
  • Fixed AppIndicator tray menu not being used when installed via Flatpak (#3112)
  • Fixed update notification when using a fixed distribution channel (#3118)
  • OTHER CHANGES:
  • Enhanced user agent string when downloading error code database (#3109)
  • Updated translations (#3110)
  • Updated dependencies

New in Cryptomator 1.10.0 (Sep 13, 2023)

  • WHAT'S NEW:
  • Expert settings during vault creation (for now, custom shortening threshold) (#2266, #2987)
  • Proper tray menu support on Linux with AppIndicator integration (#2142, #2587, #2885), kudos to @purejava
  • AArch64 build for AppImage (#3102)
  • Update reminder (#2984, #2998)
  • Error dialog, which now points users to a solution, if one exists in the error database (#2953, #3039, #3052, #3060)
  • Replaced "Add Vault" selection screen by dropdown menu (#3082)
  • New macOS app icon (#2517)
  • WHAT'S FIXED:
  • Added more error handling during unlock with custom mount path (#3001)
  • Added specific error screen for occupied drive letters on Windows (#2309, #2961, #2981, #2985), kudos to @sschuberth
  • Added unauthorized message if a Hub vault is archived (#3051)
  • Fixed file replacement with long filenames (#3021)
  • Fixed delayed app shutdown on Linux (#3020)
  • Ensured settings storage in the user's AppData directory on Windows (#2838)
  • Optimized mount process during unlock on Windows (#2996)
  • Main window now resets position if out of display bounds (#3003, #3017), kudos to @Rexbas
  • Main window now activates from the tray upon selecting "Show" (#3079, #3080), kudos to @purejava
  • Update check now uses configured system proxy (#2989)
  • Update check has a new URL (#3038)
  • OTHER CHANGES:
  • Replaced GSON with Jackson (#2974)
  • Preprocess JVM properties at app start to adjust to system environment (#2957, #2982)
  • Switched to Temurin JVM and Gluon FX JMODs from Zulu JVM+FX for macOS builds (#3030, #3033)
  • Used stricter execution policy when patching /etc/hosts in Windows installer (#1929)
  • Updated dependencies (#3073, #3081, #3089, #3097)
  • Updated translations (#2945, #3071)
  • NEW CONTRIBUTORS:
  • @sschuberth made their first contribution in #2961

New in Cryptomator 1.10.0 Beta 3 (Sep 3, 2023)

  • WHAT'S NEW:
  • Replaced "Add Vault" selection screen by dropdown menu (#3082)
  • macOS: New Icon!
  • WHAT'S FIXED:
  • Reset position when out of display bounds by @Rexbas in #3017
  • Bring up the main window from the tray on pressing "Show" on the tray… by @purejava in #3080
  • OTHER CHANGES:
  • Translation Updates (#3071)
  • Updated dependencies (#3073, #3081, #3089)

New in Cryptomator 1.9.4 (Aug 14, 2023)

  • This is a hotfix for macOS only. It is basically the same build as 1.9.3 but our build system for Apple Silicon didn't include the latest JDK containing several security fixes.

New in Cryptomator 1.10.0 Beta 2 (Aug 10, 2023)

  • WHAT'S NEW:
  • Proper Tray-Menu for Linux: Support for appindicator by @purejava in #2885
  • Error code lookup: Ask before downloading error code database (#3060)
  • Added more error messages during unlock (#3001)
  • WHAT'S FIXED:
  • Windows: Improved handling of mount during unlock (#2996)
  • Cryptomator Hub: Show unathorized message if vault is archived (#3051)
  • Linux: Delayed app shutdown (#3020)
  • OTHER CHANGES:
  • macOS Build: Use Temurin JVM and Gluon FX Jmods instead of Zulu JVM+FX (#303

New in Cryptomator 1.10.0 Beta 1 (Jul 25, 2023)

  • What's New:
  • Error dialog points user to a solution, if one exists in the error database (#2953)
  • Expert settings during vault creation (e.g. setting custom shortening threshold) (#2987)
  • Update Reminder (#2998)
  • What's Fixed:
  • Replacing a file with a very long filename failed (#3021)
  • On Windows, no specifc error screen for already occupied drive letter was shown (#2961), kudos to @sschuberth
  • On Windows, Cryptomator settings were not always stored in Users appdata directory (#2838)
  • Other Changes:
  • Replace GSON with Jackson (#2974)
  • Preprocess JVM properties at app start to adjust to system environment (#2957)
  • Transation Updates (#2945)
  • New Contributors:
  • @sschuberth made their first contribution in #2961
  • As usual, the GPG signatures can be checked using our public key 5811 7AFA 1F85 B3EE C154 677D 615D 449F E6E6 A235.

New in Cryptomator 1.9.1 (Jun 7, 2023)

  • Bugfixes:
  • Writing data in a specific pattern can lead to data corruption (#2936)
  • Other Changes:
  • Translation updates in #2931

New in Cryptomator 1.9.0 (May 31, 2023)

  • WHAT'S NEW:
  • Auto unlock vaults that were missing at startup by @Rexbas in #2690
  • On Windows read OneDrive cloud presets from registry in #2918 (Sponsored by Vector
  • Informatik GmbH)
  • WHAT'S FIXED:
  • Respect user's locale when sorting language list by @bluen in #2882
  • OTHER CHANGES:
  • Translation updates in #2881
  • Upgrade to jdk20 and jfx20 in #2897
  • Updated dependencies:
  • org.cryptomator:cryptofs to 2.6.4
  • org.cryptomator:webdav-nio-adapter to 2.0.3
  • com.auth0:java-jwt to 4.4.0
  • New Contributors:
  • @bluen made their first contribution in #2882
  • @Rexbas made their first contribution in #2690

New in Cryptomator 1.9.0 Beta 1 (May 27, 2023)

  • WHAT'S NEW:
  • Auto unlock vaults that were missing at startup by @Rexbas in #2690
  • On Windows read OneDrive cloud presets from registry in #2918 (Sponsored by Vector Informatik GmbH
  • WHAT'S FIXED:
  • Respect user's locale when sorting language list by @bluen in #2882
  • OTHER CHANGES:
  • Upgrade to jdk20 and jfx20 in #2897
  • Updated dependencies:
  • org.cryptomator:cryptofs to 2.6.4
  • org.cryptomator:webdav-nio-adapter to 2.0.3
  • com.auth0:java-jwt to 4.4.0
  • NEW CONTRIBUTORS:
  • @bluen made their first contribution in #2882
  • @Rexbas made their first contribution in #2690

New in Cryptomator 1.8.0 (Apr 26, 2023)

  • WHAT'S NEW:
  • Recovery: Enable conversion of Hub to password-based authentication for a vault with the recovery key(#2840)
  • MISC:
  • Translation updates

New in Cryptomator 1.7.4 (Apr 6, 2023)

  • BUG FIXES:
  • On Windows GUI might not show when other JavaFX libaries are in the system path (#2814)
  • Unlocking vaults with the same name fails for the second one using WinFsp volume type (#2801)
  • Changing the volume type required app restart for all volume types (#2789)
  • Desired fonts were not used (#2829)
  • MISC:
  • Translation updates

New in Cryptomator 1.7.3 (Mar 19, 2023)

  • BUG FIXES:
  • [CRITICAL] Files copied from a vault to outside location might be corrupted (#2797)
  • On Windows using WinFsp (Local Drive) and a custom mount point, a wrong directory can be revealed after unlock (#2758)
  • On macOS using FUSE-T, vaults located in large filesystems are not supported (#2760)
  • MISC:
  • Translation updates

New in Cryptomator 1.7.2 (Mar 7, 2023)

  • BUG FIXES:
  • Unlock fails when WebDAV (Windows Explorer) and a custom drive letter is used (#2758)
  • Locking vaults when WebDAV (Windows Explorer) does not remove drive from Windows Explorer (#2754)
  • Wrong UID/GID of files in vault when FUSE-T is selected (#2761)
  • Auto locking vault does not change lock state in GUI (#2741)
  • MISC:
  • Translation updates

New in Cryptomator 1.7.1 (Mar 6, 2023)

  • BUG FIXES:
  • On Windows using WebDAV (Windows Explorer) vaults could not be unlocked (#2730)
  • Wrong translations for Danish (#2724)
  • MISC:
  • Translation updates

New in Cryptomator 1.7.0 (Mar 1, 2023)

  • NEW:
  • Reveal encrypted files or folders path from vault files (including drag and drop support) (#336)
  • Replaced outdated FUSE implementation with jfuse
  • Use new MountService API for volume type and mounting (#2639)
  • Added experimental support for FUSE-T on macOS (#2482)
  • New vaults use modern cipher combo (SIV_GCM) (#2574)
  • Windows EXE installer blocks if WinFsp is outdated and shows instructions to resolve it
  • Show dialog for hub vaults, if keychain is disabled (#2612)
  • Show status indicator in tray icon when at least one vault is unlocked (#2557, kudos to @VsevolodGolovanov)
  • Add link to volume type documentation (#2669)
  • Display message if recovery key is not valid (#2686)
  • Enhance vault migration screen with important infos (#2580, kudos to @jacob-willden)
  • BUG FIXES:
  • Blue screen when unlocking vault with WinFSP (#2648)
  • Updating Cryptomator with Windows EXE installer does not update files, if update has only differs in revision number (#2682)
  • Option "Launch Cryptomator on System Start" throws error on Windows (#1735)
  • Unlock process of Hub vault stucked, if keychain is disabled (#2612)
  • MISC:
  • Translation updates
  • Removed launcher scripts, since those cannot be used anymore
  • Improve debug logs by filtering out certain messages
  • Fixed local AppImage build (#2624, kudos to @purejava)
  • NEW CONTRIBUTORS:
  • @VsevolodGolovanov made their first contribution in #2575
  • @jacob-willden made their first contribution in #2580

New in Cryptomator 1.7.0 RC 2 (Feb 27, 2023)

  • BUG FIXES:
  • Mounting a vault using WinFsp fails with error due to wrong loopbackHostName matching
  • WHAT'S CHANGED:
  • EXE installer blocks if WinFsp is outdated and shows instructions to resolve it
  • Translation updates (#2695)

New in Cryptomator 1.7.0 RC 1 (Feb 23, 2023)

  • BUG FIXES:
  • FUSE not available on RPM-based distros (#2691)
  • Unlocking vault with WinFSP shows Error when vault name contains white spaces (#2668)
  • Blue screen when unlocking vault with WinFSP (#2648)
  • WHAT'S CHANGED:
  • Display message if recovery key is not valid (#2686)
  • Translation updates (#2689)

New in Cryptomator 1.7.0 Beta 3 (Feb 14, 2023)

  • BUG FIXES:
  • Updating from one beta to another does not change any application files (#2682)
  • Vaults with spaces in name cannot be mounted on Windows (#2668)
  • Some encrypted files cannot be revealed on Windows (#2672)
  • Option "Launch Cryptomator on System Start" throws error on Windows (#1735)
  • WHAT'S CHANGED:
  • Add link to volume type documentation (#2669)
  • Renamed fallback webdav mount service
  • Make reveal path feature flatpak compatible

New in Cryptomator 1.7.0 Beta 2 (Feb 6, 2023)

  • BUG FIXES:
  • Migration to wrong volume type (#2654)
  • Vault name not used as volume name when mounted with WinFsp (Local Drive)
  • Revealing encrypted path on Windows fails due to a space (#2657)
  • Windows: Mounting to a driveletter performed cleanup of directory mount point
  • MISC:
  • Added more translations
  • Improve debug logs by filtering out certain messages
  • Removed launcher scripts, since those cannot be used anymore

New in Cryptomator 1.7.0 Beta 1 (Jan 27, 2023)

  • WHAT'S NEW:
  • Use new MountService API for volume type and mounting (#2639)
  • Added support for FUSE-T on macOS (#2482)
  • Reveal encrypted files or folders path from vault files (supports drag and drop!) (#336)
  • Show status indicator in tray icon when at least one vault is unlocked (#2557, kudos to @VsevolodGolovanov)
  • Pimp Migration Screen with more infos (#2580, kudos to @jacob-willden)
  • Show dialog for hub vaults, if keychain is disabled (#2612)
  • New Vaults use now SIV_GCM as cipher combo (#2574)
  • BUG FIXES:
  • Local AppImage build (#2624, kudos to @purejava)
  • NEW CONTRIBUTORS:
  • @VsevolodGolovanov made their first contribution in #2575
  • @jacob-willden made their first contribution in #2580

New in Cryptomator 1.6.17 (Dec 14, 2022)

  • What's Fixed:
  • Start of unlock workflow for Hub vaults on unregistered devices not possible (#2576 )

New in Cryptomator 1.7.0 Alpha 2 (Dec 11, 2022)

  • WHAT'S FIXED:
  • Application does not start
  • WHAT'S CHANGED:
  • Apply changes made for 1.6.16

New in Cryptomator 1.6.16 (Dec 7, 2022)

  • WHAT'S NEW:
  • Fix-All-Button in Health Check (#2483)
  • Result Filter, severity tooltip and result copy context menu in Health Check (#2553)
  • Number of current and total metadata accesses in vaul stats (#2233, kudos to @BeyerMart)
  • WHAT'S FIXED:
  • Loading unsigned shared librariers (#2516 and #2546 )
  • Health Check warning on new vault (#2488)
  • Tray Icon not updated when vault status changed (#2383, kudos to @ledwardchow )
  • Bluescreen inside Windows Container when using WinFSP (#2498)
  • WHAT'S CHANGED:
  • Use JDK 19 (#2509)
  • Update to OpenJFX 19 (#2505)

New in Cryptomator 1.7.0 Alpha 1 (Nov 20, 2022)

  • What's Changed:
  • use jFUSE instead of jnr-fuse
  • use new Mount-API to provide vault system integration

New in Cryptomator 1.6.15 (Oct 7, 2022)

  • What's Changed:
  • Added new languages
  • Added new health checks
  • Improved memory consumption and encryption throughput
  • #2346 Add 2x icon to the menu bar by @ledwardchow
  • #2445 Allow disabling keychains altogether by @purejava
  • #2452 Fixed "Next" button in case of invalid vault name during "Add Vault" workflow by @chewitt1
  • New Contributors:
  • @ledwardchow made their first contribution in #2346
  • @chewitt1 made their first contribution in #2452

New in Cryptomator 1.6.14 (Aug 31, 2022)

  • BUG FIXES:
  • CLI-Parameter --version was ignored when using AppImage or PPA (#2301) (kudos to @purejava!)
  • Application settings were not saved on change (#2408)

New in Cryptomator 1.6.13 (Aug 6, 2022)

  • Bugfixes:
  • Fixed loading password from the macOS Keychain #2374

New in Cryptomator 1.6.12 (Jul 28, 2022)

  • Bugfixes:
  • App does not start when installing Cryptomator with .deb package/over PPA (#2352)

New in Cryptomator 1.6.11 (Jul 28, 2022)

  • Bugfixes:
  • WebDAV port could not be changed (#2240)
  • Vault could not be used as user data location for Microsoft Edge (#2238)
  • Corrupt masterkey blocked application start (#2256)
  • "Forced Lock" dialog not shown on app exit request and failed graceful lock of unlocked vaults (#2310)
  • Incorrect links to documentation (#2315, kudos to @barimess)
  • Failed to save settings if temporary settings file existed (#2292)
  • Race condition on auto-unlock several vaults with automatic drive letter selection (#1900)
  • Windows users logged in with AzureAD accounts could access vault with FUSE only read-only (#2117)
  • Exceptions or errors were not logged under certain conditions (#2258)
  • Features:
  • Add option in preferences to always lock open vaults and quit app if possible (#982, #1713)
  • Cryptomator Hub integration (see https://cryptomator.org/hub/)
  • Additional Changes:
  • Unified design of popup-/alert dialogs (#1430)
  • Updated local build scripts

New in Cryptomator 1.6.10 (May 3, 2022)

  • What's Fixed:
  • File truncation when the new size is larger than the current file size and FUSE is used to mount the vault #2218

New in Cryptomator 1.6.9 (Apr 27, 2022)

  • WHAT'S NEW:
  • UI language choosable in preferences window (#2106)
  • Added "Interface" tab in preferences window (#2173)
  • Added --version command line option (#2064)
  • Prevent vault recovery with different recovery key (#2076)
  • WHAT'S FIXED:
  • Gaps within a file inside a vault might not be filled with NIL bytes (#2205)
  • False Password strength rating (#979)
  • Second Icon in taskbar on elementaryOS (#1955)
  • Undecorated and not clickable window on elementaryOS (#1432)
  • Wrong WM_CLASS for app on Linux (#956)
  • Udated MacOS installer license
  • WHAT'S CHANGED:
  • Rename .exe Installer Bundle by @overheadhunter in #2145
  • Refactored Launcher Component Graph by @overheadhunter in #2139
  • Add Language Chooser by @overheadhunter in #2150
  • Prevent key recovery for foreign vault by @overheadhunter in #2161
  • Moved interface preferences to its own tab by @overheadhunter in #2173
  • Added "--version" (short: "-v") by @JaniruTEC in #2064
  • Add additional GTK2 launcher to AppImage by @overheadhunter in #2105
  • Generate license on demand by @infeo in #2189
  • Prefer binary stylesheets by @overheadhunter in #2175
  • New Crowdin updates by @cryptobot in #2146
  • Integrations API 1.1.0 by @overheadhunter in #2096

New in Cryptomator 1.6.8 (Mar 31, 2022)

  • Fixed "Child process exited with code 2" error on Windows #2138
  • New Crowdin updates by @cryptobot in #2119
  • Sign again tarball in release using GPG by @SailReal in #2140
  • Fixed "Child process exited with code 1" error on Windows #2130
  • Fixed "Unable to use custom mountpoint with FUSE" on Windows #2126

New in Cryptomator 1.6.7 (Mar 24, 2022)

  • What's Changed:
  • Update copyright years from 2021 to 2022 to reflect the new year by @httpjamesm in #2015
  • Update JavaFX to 17.0.2 by @KarlKeu00 in #2031
  • Add modules required for JFR by @overheadhunter in #2035
  • Added error message if user tries to mount to occupied drive by @JaniruTEC in #2013
  • Feature/win installbundle with winfsp by @infeo in #2072
  • Deduplicate Freedesktop Metadata by @overheadhunter in #2073
  • Feature/winfsp mountpoint by @infeo in #2082
  • Update Cryptomator screenshots for flathub, taken of 1.6.5 by @purejava in #2095
  • Build binary packages in separate workflows by @overheadhunter in #2103
  • [Snyk] Security upgrade com.auth0:java-jwt from 3.18.3 to 3.19.0 by @snyk-bot in #2110
  • Simplify async workflows by @overheadhunter in #1983
  • Show vault locked/unlocked state in the vault title in the tray menu by @kevinstsauveur in #2101
  • New Crowdin updates by @cryptobot in #1966
  • New Contributors:
  • @httpjamesm made their first contribution in #2015
  • @KarlKeu00 made their first contribution in #2031
  • @kevinstsauveur made their first contribution in #2101

New in Cryptomator 1.6.5 (Dec 18, 2021)

  • Bugfixes:
  • Files with long names disappear when placed inside a vault on next unlock (#1961)
  • Misc:
  • Updated logback dependency to fix vulnerability (LOGBACK-1591)

New in Cryptomator 1.6.4 (Dec 2, 2021)

  • What's New:
  • Backup of the vault config file (#1825)
  • Bugfixes:
  • Fixed missing backup generation of the masterkey file (#1918)
  • Fixed installation via PPA (#1905)
  • Fixed vault state after failed force-lock (#1934)
  • Misc:
  • PPA builds with Ubuntu Bionic now (#1909)
  • Windows installer patches system WebDAV config (#1914, #1931, #1932, #1959)
  • Updated integrations-api to provide a name for a given key (#1823)

New in Cryptomator 1.6.3 (Nov 3, 2021)

  • Bugfixes:
  • Fixed broken vault creation (#1887)
  • Misc:
  • Updated translations

New in Cryptomator 1.6.2 (Nov 3, 2021)

  • Bugfixes:
  • Fixed application start if IPC file already exists (#1852, kudos to @barthr)
  • Fixed unshown GUI caused by the KWallet plugin (#1866)
  • Fixed error code generation (follow-up of #1741)
  • Fixed menu bar icon not following system scheme on macOS (#1404)
  • Misc:
  • Minimum required Windows version set to Windows 10 Version 1803
  • Updated script for local builds (#1850)

New in Cryptomator 1.6.1 (Oct 25, 2021)

  • Bugfixes:
  • Fixed compatibility issues between Android and Desktop application (#1843)