Skip to content

Releases: cryptomator/integrations-linux

1.6.1

17 Sep 15:09
1.6.1
e4cb938

Choose a tag to compare

For a list of all notable changes, read the changelog.

What's Changed

  • Refactors Dolphin quick access integration for robustness - Fixes #3883 by @jrauber in #114
  • Bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.13.0 in the java-test-dependencies group by @dependabot[bot] in #113
  • Bump the github-actions group with 2 updates by @dependabot[bot] in #121
  • Bump the maven-build-plugins group across 1 directory with 6 updates by @dependabot[bot] in #122
  • Bump org.cryptomator:integrations-api from 1.6.0 to 1.7.0 in the java-production-dependencies group across 1 directory by @dependabot[bot] in #120

New Contributors

Full Changelog: 1.6.0...1.6.1

1.6.0

30 May 13:39
1.6.0
b1d52d4

Choose a tag to compare

What's Changed

  • [Breaking] Adjust keychainAccess impls to refactored keychain api (#112)
  • Renamed SecretServiceKeychainAccess to GnomeKeyringKeychainAccess (826e29d)
  • only support GnomeKeyringAccess, when gnome keyring interface is listed on dbus (#83)
  • use JDK 24 for building

Full Changelog: 1.5.3...1.6.0

1.5.3

14 Mar 14:15
1.5.3
832d4f9

Choose a tag to compare

What's Changed

  • Migrated from OSSRH to maven central publishing (8578d4c)
  • Updated dependencies (#106, #109 by @purejava ):
    • org.purejava:libappindicator-gtk3-java-minimal from 1.4.1 to 1.4.2
    • org.cryptomator:integrations-api from 1.4.0 to 1.5.1
    • org.slf4j:slf4j-* from 2.0.16 to 2.0.17

Full Changelog: 1.5.2...1.5.3

1.5.2

14 Jan 14:53
1.5.2
491b93f

Choose a tag to compare

What's Changed

  • Fixing to low file size limit to read Dolphin user places file (#101)
  • Fixing atomic-moves not supported error (#97)

Full Changelog: 1.5.1...1.5.2

1.5.1

04 Nov 17:56
1.5.1
adbf840

Choose a tag to compare

What's Changed

  • Encode whitespaces with percent encoding in Nautilus quick access entry (#93)

Full Changelog: 1.5.0...1.5.1

1.5.0

16 Sep 15:08
1.5.0
f59c6cb

Choose a tag to compare

What's Changed

  • TrayMenuController API: Add support for active/inactive tray menu entries by @purejava in #81
  • Guard isSupported() by @purejava in #82
  • Feature: Implementation of Quick Access API for GNOME Nautilus by @infeo in #77
  • Feature: Autostart for DE following the freedesktop standard by @infeo in #80
  • Feature: Implementation of Quick Access API for KDE Dolphin by @infeo in #85
  • Updated dependencies:
    • org.cryptomator:integrations-api from version 1.3.1 to 1.4.0
    • org.slf4j:slf4j-api from version 2.0.13 to 2.0.16
    • org.purejava:libappindicator-gtk3-java-minimal from version 1.3.0 to 1.3.1

Full Changelog: 1.4.5...1.5.0

1.5.0-beta4

16 Aug 12:17
1.5.0-beta4
3bba25c

Choose a tag to compare

1.5.0-beta4 Pre-release
Pre-release

What's changed

  • support of FreedesktopAutostartService requires explicitly setting autostartCommand property
  • fixed isSupported methods for different SPs

Full Changelog: 1.5.0-beta3...1.5.0-beta4

1.5.0-beta3

14 Aug 20:53
1.5.0-beta3
ec5f08f

Choose a tag to compare

1.5.0-beta3 Pre-release
Pre-release

What's Changed

  • fix supported condition for FreedesktopAutoStartProvider
  • make this class visible as service provider

Full Changelog: 1.5.0-beta2...1.5.0-beta3

1.5.0-beta2

14 Aug 10:56
1.5.0-beta2
37fc8b6

Choose a tag to compare

1.5.0-beta2 Pre-release
Pre-release

What's Changed

  • open quickaccess package to integrations-api module to make service impls accessible
  • workaround for maven compiler issue
  • add DolphinPlaces as ServiceProvider

Full Changelog: 1.5.0-beta1...1.5.0-beta2

1.5.0-beta1

08 Aug 14:32
1.5.0-beta1
ca08725

Choose a tag to compare

1.5.0-beta1 Pre-release
Pre-release

What's Changed

  • TrayMenuController API: Add support for active/inactive tray menu entries by @purejava in #81
  • Guard isSupported() by @purejava in #82
  • Feature: Implementation of Quick Access API for GNOME Nautilus by @infeo in #77
  • Feature: Autostart for DE following the freedesktop standard by @infeo in #80
  • Feature: Implementation of Quick Access API for KDE Dolphin by @infeo in #85
  • Updated dependencies:
    • org.purejava:libappindicator-gtk3-java-minimal to 1.4.1
    • org.cryptomator:integrations-api to 1.4.0-beta2

Misc

  • Updated maven build plugins
  • Updated test dependencies

Full Changelog: 1.4.5...1.5.0-beta1