Releases: cryptomator/integrations-api
Releases · cryptomator/integrations-api
1.4.0
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
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
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
1.3.1
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
What's Changed
- libappindicator support by @purejava in #17
- polymorphic tray icon loading by @overheadhunter in #19
- removed experimental state of
MountService
Full Changelog: 1.2.0...1.3.0
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
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)
- 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