Skip to content

Commit a9f6da4

Browse files
committed
blog post: desktop 1.16.0
1 parent fd34a4d commit a9f6da4

5 files changed

+98
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: "Cryptomator 1.16.0 ist da – mit praktischen neuen Features!"
3+
slug: desktop-1.16.0
4+
date: 2025-04-29
5+
tags: [cryptomator, desktop]
6+
7+
summary: "Cryptomator 1.16.0 bringt neue Funktionen wie EventView, Dateinamen-Entschlüsselung und Touch ID-Unterstützung für macOS, ergänzt durch zahlreiche Bugfixes und Verbesserungen."
8+
---
9+
10+
Die neueste Version unserer Desktop-App ist veröffentlicht! **Cryptomator 1.16.0** bringt einige spannende Neuerungen mit sich, die eure tägliche Arbeit mit verschlüsselten Dateien noch komfortabler machen. Im Mittelpunkt stehen diesmal neue Funktionen, die mehr Transparenz und Kontrolle über eure Tresore ermöglichen – und sogar **biometrisches Entsperren** auf dem Mac!
11+
12+
### Was ist neu?
13+
14+
**EventView: Überblick über wichtige Tresor-Ereignisse**
15+
Ihr wollt wissen, ob es beim Entsperren eines Tresors zu Konflikten kam oder ob beschädigte Dateien erkannt wurden? Mit dem neuen **EventView** habt ihr nun eine Übersicht über relevante Ereignisse innerhalb eines entsperrten Tresors – wie z. B. Konfliktlösungen oder Hinweise auf beschädigte Dateien. So bleibt ihr immer auf dem Laufenden, was in eurem Tresor passiert.
16+
17+
<figure class="text-center">
18+
<img class="inline-block rounded-sm max-h-[430px]" src="/img/blog/desktop-1.16.0-eventview.png" alt="EventView in Cryptomator 1.16.0" />
19+
</figure>
20+
21+
**Dateinamen entschlüsseln**
22+
Mit der neuen Funktion **Decrypt File Name** könnt ihr verschlüsselte Dateien innerhalb eines Tresors auswählen und euch deren ursprüngliche, unverschlüsselte Dateinamen anzeigen lassen – ohne die Datei selbst öffnen zu müssen. Ein praktisches Tool für alle, die einen schnellen Überblick brauchen!
23+
24+
<figure class="text-center">
25+
<img class="inline-block rounded-sm max-h-[449px]" src="/img/blog/desktop-1.16.0-decryptfilenames.png" alt="Dateinamen entschlüsseln in Cryptomator 1.16.0" />
26+
</figure>
27+
28+
**Touch ID-Unterstützung für macOS**
29+
Ab sofort könnt ihr eure Tresore auf dem **Mac** ganz bequem mit **Touch ID** entsperren! Das macht die Nutzung nicht nur schneller, sondern auch komfortabler und sicherer – gerade auf Geräten mit biometrischer Authentifizierung. Vielen Dank an [Ralph (purejava auf GitHub)](https://github.com/purejava) für die großartige Unterstützung!
30+
31+
<figure class="text-center">
32+
<img class="inline-block rounded-sm max-h-[408px]" src="/img/blog/desktop-1.16.0-touchid.png" alt="Touch ID-Unterstützung in Cryptomator 1.16.0" />
33+
</figure>
34+
35+
### Was wurde behoben?
36+
37+
Natürlich haben wir auch einige **Bugs beseitigt** – hier ein kurzer Überblick:
38+
39+
- Das **Hauptfenster** wird unter Windows nun wieder korrekt angezeigt.
40+
- Das **Tray-Icon** passt sich unter Linux jetzt zuverlässig dem OS-Theme an. Danke auch hier an Ralph für die Mithilfe!
41+
- Die App beendet sich jetzt wie erwartet, wenn das Hauptfenster geschlossen wird (sofern kein Tray aktiv ist).
42+
- **Supporter-Zertifikate** können nun wieder ordnungsgemäß entfernt werden
43+
- Bei **Dateikonflikten** bleiben die ursprünglichen Suffixe des Cloudanbieters jetzt größtenteils erhalten – statt einer einfachen Durchnummerierung wird der ursprüngliche Zusatz bewahrt.
44+
45+
### Alle Änderungen auf GitHub
46+
47+
Neben den oben genannten Highlights gab es noch **weitere kleinere Verbesserungen und Aktualisierungen** – z. B. in den Vault-Einstellungen, bei der Symbol-Optik unter Linux und bei der Übersetzungsqualität. Den vollständigen Überblick über alle Änderungen findet ihr wie immer im [**Changelog**](https://github.com/cryptomator/cryptomator/releases/tag/1.16.0) auf GitHub.
48+
49+
**Danke an alle Mitwirkenden** aus der Community – und **viel Spaß** mit dem neuen Update!
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: "Cryptomator 1.16.0 is here - with practical new features!"
3+
slug: desktop-1.16.0
4+
date: 2025-04-29
5+
tags: [cryptomator, desktop]
6+
7+
summary: "Cryptomator 1.16.0 brings new features such as EventView, file name decryption and Touch ID support for macOS, complemented by numerous bug fixes and improvements."
8+
---
9+
10+
The latest version of our desktop app has been released! **Cryptomator 1.16.0** introduces several exciting new features that make working with encrypted files even more convenient. This update focuses on new functions that provide greater transparency and control over your vaults – and even **biometric unlocking** on Mac!
11+
12+
### What's New?
13+
14+
**EventView: Overview of Important Vault Events**
15+
Want to know if any conflicts occurred when unlocking a vault or if corrupted files were detected? With the new **EventView**, you now get a clear overview of relevant events within an unlocked vault – such as conflict resolutions or notifications about corrupted files. This way, you always stay informed about what's happening inside your vault.
16+
17+
<figure class="text-center">
18+
<img class="inline-block rounded-sm max-h-[430px]" src="/img/blog/desktop-1.16.0-eventview.png" alt="EventView in Cryptomator 1.16.0" />
19+
</figure>
20+
21+
**Decrypt File Names**
22+
With the new **Decrypt File Name** feature, you can select encrypted files within a vault and retrieve their original, unencrypted filenames – without needing to open the file itself. A handy tool for anyone needing a quick overview!
23+
24+
<figure class="text-center">
25+
<img class="inline-block rounded-sm max-h-[449px]" src="/img/blog/desktop-1.16.0-decryptfilenames.png" alt="Decrypt file names in Cryptomator 1.16.0" />
26+
</figure>
27+
28+
**Touch ID Support for macOS**
29+
Starting now, you can unlock your vaults on **Mac** easily with **Touch ID**! This makes using Cryptomator not only faster but also more convenient and secure – especially on devices with biometric authentication. Thanks to [Ralph (purejava on GitHub)](https://github.com/purejava) for the great support!
30+
31+
<figure class="text-center">
32+
<img class="inline-block rounded-sm max-h-[408px]" src="/img/blog/desktop-1.16.0-touchid.png" alt="Touch ID support in Cryptomator 1.16.0" />
33+
</figure>
34+
35+
### Bugfixes
36+
37+
Of course, we also **fixed several bugs** – here’s a quick overview:
38+
39+
- The **main window** is now displayed correctly again on Windows.
40+
- The **tray icon** now reliably adapts to the OS theme on Linux. Thanks again to Ralph for the help!
41+
- The app now properly quits when the main window is closed (if no tray is active).
42+
- **Supporter certificates** can now be properly removed again.
43+
- In case of **filename conflicts**, the original suffixes provided by your cloud service are now largely preserved – instead of being replaced by a simple numbering system.
44+
45+
### Full Changelog on GitHub
46+
47+
In addition to the highlights mentioned above, there are also **several smaller improvements and updates** – such as enhancements to vault settings, better symbolic icon support on Linux, and translation updates. You can find the complete list of changes as always in the [**Changelog**](https://github.com/cryptomator/cryptomator/releases/tag/1.16.0) on GitHub.
48+
49+
**Thanks to all contributors** from the community – and **enjoy the new update**!
Loading
11.2 KB
Loading
49.9 KB
Loading

0 commit comments

Comments
 (0)