Releases: cryptomator/integrations-api
Releases · cryptomator/integrations-api
Release 1.3.0-beta1
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
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
updateTrayIconto change the tray icon (#13, kudos to @VsevolodGolovanov) - New method
onBeforeOpenMenuto update the tray menu content before opening it (#11, kudos to @ledwardchow)
- New method
Release 1.2.0-beta4
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
What's Changed
- Extended Tray-API with method
updateTrayIconby(#13), implemented by @VsevolodGolovanov
New Contributors
- @VsevolodGolovanov made their first contribution in #14
Full Changelog: 1.2.0-beta2...1.2.0-beta3
Release 1.2.0-beta2
- Removed all parameters from
MountService::getDefaultMountFlags - Added capability
VOLUME_NAMEwith setter inMountBuilder - Added capability
FILE_SYSTEM_NAMEwith setter inMountBuilder
Full Changelog: 1.2.0-beta1...1.2.0-beta2
Release 1.2.0-beta1
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
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
- Renamed
MountProvidertoMountService - Renamed
MountFeaturetoMountCapabilityincluding related methods/documentation - Renamed capability
PORTtoLOOPBACK_PORT - Added capability
LOOPBACK_HOST_NAMEincluding setter
Full Changelog: 1.2.0-alpha2...1.2.0-alpha4
Release 1.2.0-alpha3
Release 1.2.0-alpha2
- updated mount API
Full Changelog: 1.2.0-alpha1...1.2.0-alpha2