Skip to content

Releases: cryptomator/integrations-api

1.4.0

16 Sep 13:25
1.4.0
80913cb
Compare
Choose a tag to compare

What's Changed

  • Feature: API for adding a system path to an Quick Access Area by @infeo in #36
  • Feature: Add interface for display name by @infeo in #39
  • Widen API to allow storing keychain entries for an authenticated user by @purejava in #41
  • Updated dependencies:
    • org.slf4j:slf4j-* from version 2.0.12 to 2.0.13

Full Changelog: 1.3.1...1.4.0

1.4.0-beta3

19 Aug 15:31
1.4.0-beta3
e27d7bb
Compare
Choose a tag to compare
1.4.0-beta3 Pre-release
Pre-release

What's Changed

  • Widen API to allow storing keychain entries for an authenticated user by @purejava in #41
  • Bump the maven-build-plugins group across 1 directory with 2 updates by @dependabot in #40
  • Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3 in the java-test-dependencies group by @dependabot in #37

Full Changelog: 1.4.0-beta2...1.4.0-beta3

1.4.0-beta2

12 Jul 11:21
1.4.0-beta2
4fd0d48
Compare
Choose a tag to compare
1.4.0-beta2 Pre-release
Pre-release

What's Changed

  • Feature: Add interface for display name by @infeo in #39
  • make QuickAccessService a NamedServiceProvider

Full Changelog: 1.4.0-beta1...1.4.0-beta2

1.4.0-beta1

27 Jun 09:54
1.4.0-beta1
c78999c
Compare
Choose a tag to compare
1.4.0-beta1 Pre-release
Pre-release

What's New

  • Quick Access API #36
  • Dependency updates #32

Misc

  • Testing dependency updates #33, #28
  • Maven dependency updates #29, #34
  • CI updates #30

Full Changelog: 1.3.1...1.4.0-beta1

1.3.1

23 Feb 13:43
1.3.1
7b4d701
Compare
Choose a tag to compare

What's Changed

  • Bump the maven-build-plugins group with 6 updates by @dependabot in #23
  • Bump the github-actions group with 4 updates by @dependabot in #25
  • Bump the java-test-dependencies group with 2 updates by @dependabot in #22
  • Bump the java-production-dependencies group with 3 updates by @dependabot in #24
  • Feature: Robust service provider loading (#27)

Full Changelog: 1.3.0...1.3.1

1.3.0

12 Jul 10:06
1.3.0
b58ecc6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.3.0

Release 1.3.0-beta1

07 May 19:00
1.3.0-beta1
dff4e81
Compare
Choose a tag to compare
Release 1.3.0-beta1 Pre-release
Pre-release

What's Changed

  • Adjusted TrayMenuController API to support further tray icon types (#19) in preparation for libappindicator support (#17)
  • Marked Mount API as stable

Full Changelog: 1.2.0...1.3.0-beta1

Release 1.2.0

21 Feb 09:13
1.2.0
5c7515f
Compare
Choose a tag to compare

Version 1.2.0 of the integrations-api contains brand new APIs and extends already existing API:

  • Mount Service: SPI to mount a filesystem into the underlying OS (started in #12)
  • RevealPathService: SPI to show and highlight a path in the system default file manager (see #12)
  • Updated Tray-API:
    • New method updateTrayIcon to change the tray icon (#13, kudos to @VsevolodGolovanov)
    • New method onBeforeOpenMenu to update the tray menu content before opening it (#11, kudos to @ledwardchow)

Release 1.2.0-beta4

11 Jan 09:42
1.2.0-beta4
4e572d7
Compare
Choose a tag to compare
Release 1.2.0-beta4 Pre-release
Pre-release

Add new SPI: RevealPathService to show a path in the system default file manager, i.e. if the path is a file also select it.

Release 1.2.0-beta3

14 Dec 14:18
1.2.0-beta3
4addcad
Compare
Choose a tag to compare
Release 1.2.0-beta3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 1.2.0-beta2...1.2.0-beta3