-
Notifications
You must be signed in to change notification settings - Fork 9
Feature: Desktop release 1.17.0 #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
infeo
commented
Jun 25, 2025
- bumps download urls & hashes
- adds blogpost with en and de
""" WalkthroughThis change adds two new blog posts, in German and English, announcing the release of Cryptomator version 1.17.0. The posts describe new features including Windows Hello integration for biometric and PIN authentication, the ability to unlock vaults by double-clicking the vault file, and an upgrade to the JavaFX 24 graphical framework. They also address important fixes such as resolving a blue screen issue caused by WinFsp conflicts with Trend Micro security software and restoring legacy vault import functionality. Additionally, the Suggested reviewers
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
🧹 Nitpick comments (5)
hugo.toml (1)
70-112
: Optional: automate integrity verification for all artifacts.To avoid issues like the two above in future releases, consider adding a small CI job that:
- Downloads each listed artifact.
- Calculates its SHA-256.
- Compares it against the value in
hugo.toml
.This gives immediate feedback if filenames, URLs, or hashes drift.
content/blog/2025-06-25-desktop-1.17.0.en.md (2)
23-27
: Improve emphasis formatting of the double-click sentence.The current bold markup breaks around the back-ticked filename, producing “double-clicking the
vault.cryptomator
file”.
A single contiguous emphasis block reads cleaner:-You can now unlock your vaults by simply **double-clicking the** `vault.cryptomator` **file** — no need to open the app interface first. +You can now unlock your vaults by simply **double-clicking the `vault.cryptomator` file** — no need to open the app interface first.
49-51
: Tone down exclamation-mark density.One exclamation mark already conveys excitement; multiple may appear informal for release notes.
Consider removing the one after “Update Now!” or the one after the summary.content/blog/2025-06-25-desktop-1.17.0.de.md (2)
47-49
: Reduzieren Sie die Anzahl der Ausrufezeichen.Die drei Ausrufezeichen in unmittelbarer Nähe („## Jetzt aktualisieren!“ + Satzende) wirken etwas werblich.
Ein Ausrufezeichen reicht, um die Dringlichkeit zu betonen.
49-50
: Komma vor „insbesondere“ ergänzen.Nachgestellt „insbesondere …“ ist ein eingeschobener Teilsatz und sollte durch ein Komma abgetrennt werden.
-Cryptomator 1.17.0 steht wie gewohnt über unsere Download-Seite zur Verfügung. Wir empfehlen allen Nutzer:innen das Update – insbesondere Windows-Usern mit Trend Micro oder ARM64-Geräten. +Cryptomator 1.17.0 steht wie gewohnt über unsere Download-Seite zur Verfügung. Wir empfehlen allen Nutzer:innen das Update, insbesondere Windows-Usern mit Trend Micro oder ARM64-Geräten.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
static/img/blog/desktop-1.17.0.png
is excluded by!**/*.png
📒 Files selected for processing (3)
content/blog/2025-06-25-desktop-1.17.0.de.md
(1 hunks)content/blog/2025-06-25-desktop-1.17.0.en.md
(1 hunks)hugo.toml
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
content/blog/2025-06-25-desktop-1.17.0.de.md
[style] ~47-~47: Die Verwendung vieler Ausrufezeichen wirkt oft übertrieben. (Hier: 4 Ausrufezeichen bei 2695 Zeichen Text.)
Context: ...f dem Laufenden! ## Jetzt aktualisieren! Cryptomator 1.17.0 steht wie gewohnt ü...
(DE_EXCESSIVE_EXCLAMATION)
[uncategorized] ~49-~49: Fehlendes Komma: Teilsätze, Einschübe, Aufzählungen und direkte Rede müssen durch ein Komma vom Rest des Satzes getrennt werden.
Context: ...Update – insbesondere Windows-Usern mit Trend Micro oder ARM64-Geräten. Wie immer fr...
(AI_DE_KOMMA_MISSING_COMMA)
content/blog/2025-06-25-desktop-1.17.0.en.md
[style] ~29-~29: Opting for a less wordy alternative here may improve the clarity of your writing.
Context: ...has been updated to JavaFX 24. This not only brings greater stability but also improves compatibility with modern systems. ## ...
(NOT_ONLY_ALSO)
[style] ~49-~49: Using many exclamation marks might seem excessive (in this case: 5 exclamation marks for a text that’s 2334 characters long)
Context: ...nload page. We highly recommend updating! As always, we look forward to your fee...
(EN_EXCESSIVE_EXCLAMATION)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (2)
content/blog/2025-06-25-desktop-1.17.0.en.md (2)
23-26
: Bold emphasis splits the phrase awkwardly
The current markup renders “double-clicking the” and “file” in bold, leaving the filename un-emphasised in between. If full emphasis is intended, tighten the markup:-You can now unlock your vaults by simply **double-clicking the** `vault.cryptomator` **file** — no need to open the app interface first. +You can now unlock your vaults by simply **double-clicking the `vault.cryptomator` file** — no need to open the app interface first.
27-30
: Minor style tweak: avoid “not only … but also” verbosity
To keep the sentence crisp, consider:-This not only brings greater stability but also improves compatibility with modern systems. +This upgrade delivers greater stability and better compatibility with modern systems.Purely editorial—feel free to ignore if house style prefers the original phrasing.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
content/blog/2025-06-25-desktop-1.17.0.de.md
(1 hunks)content/blog/2025-06-25-desktop-1.17.0.en.md
(1 hunks)hugo.toml
(1 hunks)
✅ Files skipped from review due to trivial changes (1)
- content/blog/2025-06-25-desktop-1.17.0.de.md
🚧 Files skipped from review as they are similar to previous changes (1)
- hugo.toml
🧰 Additional context used
🪛 LanguageTool
content/blog/2025-06-25-desktop-1.17.0.en.md
[style] ~29-~29: Opting for a less wordy alternative here may improve the clarity of your writing.
Context: ...has been updated to JavaFX 24. This not only brings greater stability but also improves compatibility with modern systems. ## ...
(NOT_ONLY_ALSO)
🔇 Additional comments (1)
content/blog/2025-06-25-desktop-1.17.0.en.md (1)
1-13
: Verify front-matter keys & date format
Before merging, please confirm that:
date:
follows the exact format expected by the Hugo config (YYYY-MM-DD
vs.YYYY-MM-DD HH:MM
).- The image key is really
relsrc
(some older posts usesrc
orrelSrc
). A mismatch breaks the Open Graph image on the live site.