Releases: cryptomator/integrations-api
Releases · cryptomator/integrations-api
Release 1.1.0-beta4
- Improved logging (#9)
Release 1.1.0-beta3
- Filter service loading candidates using new
@CheckAvailability
annotation - restore ability to load .jars from
cryptomator.pluginDir
- added
boolean enabled
to tray menu'sActionItem
Release 1.1.0-beta2
- 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
Release 1.1.0-beta1
Release 1.0.0
Initial Plugin API used by Cryptomator 1.6.0
This version provides four APIs:
AutoStartProvider
allowing Cryptomator to register itself to be launched during system startKeychainAccessProvider
allows Cryptomator to store passphrases in 3rd party keychainsTrayIntegrationProvider
to react to minimize/restore events, as some desktop environments may require additional stepsUiAppearanceProvider
allows Cryptomator to react to system UI changes (such as automatically toggling light/dark mode)