Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.9 KB

File metadata and controls

44 lines (30 loc) · 1.9 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

The changelog starts with version 1.6.1. Changes to prior versions can be found on the Github release page.

Fixed

  • Fixed DBus RevealPathService missing priority annotation resulting in fallback prio (fd26120)
  • Fixed unhandled prompt when storing password with SecretServiceKeychain (#156)

Changed

  • Updated dependencies:
    • org.cryptomator:integrations-api from 1.8.0-beta1 to 1.9.0
    • com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.22.1
    • org.purejava:secret-service from 1.1.0 to 1.1.1
    • org.slf4j:slf4j-api from 2.0.17 to 2.0.18

1.7.0 - 2026-03-12

Added

  • Flatpak Update Mechanism (#117)
  • New KeychainAccess service implementation based on freedesktop secret-service DBus API (#125)
  • Use Maven wrapper for building (#140)

Changed

  • Require JDK 25
  • Pin GitHub action versions used in CI (#132)
  • Updated dependency com.fasterxml.jackson.core:jackson-databind from 2.20.0 to 2.21.1

1.6.1 - 2025-09-17

Changed

  • Updated org.cryptomator:integrations-api from 1.6.0 to 1.7.0
  • Refactor Dolphin quick access integration for robustness (#114)

Fixed

  • Remove stale bookmarks in Dolphin quick access (#114)