Skip to content

Releases: cryptomator/integrations-api

Release 1.3.0-beta1

07 May 19:00
1.3.0-beta1
dff4e81

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

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

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

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

Release 1.2.0-beta2

08 Nov 16:45
6c40aa9

Choose a tag to compare

Release 1.2.0-beta2 Pre-release
Pre-release
  • Removed all parameters from MountService::getDefaultMountFlags
  • Added capability VOLUME_NAME with setter in MountBuilder
  • Added capability FILE_SYSTEM_NAME with setter in MountBuilder

Full Changelog: 1.2.0-beta1...1.2.0-beta2

Release 1.2.0-beta1

06 Nov 17:22
1.2.0-beta1
ab2868e

Choose a tag to compare

Release 1.2.0-beta1 Pre-release
Pre-release

What's Changed

  • #11 add TrayMenuController.onBeforeOpenMenu(Runnable listener) (kudos to @ledwardchow)
  • new mount API should be mostly stable

Full Changelog: 1.2.0-alpha5...1.2.0-beta1

Release 1.2.0-alpha5

05 Nov 07:46
1.2.0-alpha5
60e32c5

Choose a tag to compare

Release 1.2.0-alpha5 Pre-release
Pre-release
  • getMountpoint() will now support both URI- and Path-based mount points
  • renamed supportsCapability(...)hasCapability(...)

Full Changelog: 1.2.0-alpha4...1.2.0-alpha5

Release 1.2.0-alpha4

04 Nov 12:02
1.2.0-alpha4
6f6c6a5

Choose a tag to compare

Release 1.2.0-alpha4 Pre-release
Pre-release
  • Renamed MountProvider to MountService
  • Renamed MountFeature to MountCapability including related methods/documentation
  • Renamed capability PORT to LOOPBACK_PORT
  • Added capability LOOPBACK_HOST_NAME including setter

Full Changelog: 1.2.0-alpha2...1.2.0-alpha4

Release 1.2.0-alpha3

04 Nov 11:44
1.2.0-alpha3
4922845

Choose a tag to compare

Release 1.2.0-alpha2

01 Nov 09:27
1.2.0-alpha2
72ae4b3

Choose a tag to compare

Release 1.2.0-alpha2 Pre-release
Pre-release
  • updated mount API

Full Changelog: 1.2.0-alpha1...1.2.0-alpha2