Releases: cryptomator/integrations-api
Releases · cryptomator/integrations-api
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_NAME
with setter inMountBuilder
- Added capability
FILE_SYSTEM_NAME
with 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
MountProvider
toMountService
- Renamed
MountFeature
toMountCapability
including related methods/documentation - Renamed capability
PORT
toLOOPBACK_PORT
- Added capability
LOOPBACK_HOST_NAME
including 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
Release 1.2.0-alpha1
What's new
- Mount Service: Service interfaces and SPI to mount a filesystem into the underlying OS (#12)
Full Changelog: 1.1.0...1.2.0-alpha1
Release 1.1.0
- Improved logging (#9)
- Filter service loading candidates using new
@CheckAvailability
annotation - restore ability to load .jars from
cryptomator.pluginDir
- added
boolean enabled
to tray menu'sActionItem
- Added KeychainAccessProvider#isLocked().
- #5 Added tray menu API
- #7 Added service loading mechanism controllable using annotations for filtering and priority
- Annotated methods using
org.jetbrains.annotations
for better static code analysis - Added display to be shown in 3rd party keychains (#5) - kudos to @purejava
Release 1.1.0-rc1
- made deprecated methods
default
methods, so they aren't forced into implementations