Skip to content

Conversation

infeo
Copy link
Member

@infeo infeo commented Jun 25, 2025

  • bumps download urls & hashes
  • adds blogpost with en and de

Copy link
Contributor

coderabbitai bot commented Jun 25, 2025

"""

Walkthrough

This 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 hugo.toml configuration file has been updated with version numbers, filenames, download URLs, signature URLs, and checksums for the 1.17.0 release across all desktop platforms.

Suggested reviewers

  • CuriousPurah
    """

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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need 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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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:

  1. Downloads each listed artifact.
  2. Calculates its SHA-256.
  3. 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

📥 Commits

Reviewing files that changed from the base of the PR and between 220a64d and 8f5ed2b.

⛔ 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)

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

📥 Commits

Reviewing files that changed from the base of the PR and between 8f5ed2b and 679e7f7.

📒 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:

  1. date: follows the exact format expected by the Hugo config (YYYY-MM-DD vs. YYYY-MM-DD HH:MM).
  2. The image key is really relsrc (some older posts use src or relSrc). A mismatch breaks the Open Graph image on the live site.

@infeo infeo self-assigned this Jun 25, 2025
@infeo infeo merged commit ed176e0 into develop Jun 25, 2025
4 checks passed
@infeo infeo deleted the feature/desktop-release-1.17.0 branch June 25, 2025 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant