Releases: acheronfail/apptivator
Releases · acheronfail/apptivator
1.6.0
1.5.9
1.5.8-build-28
This release doesn't support anything new, but adds preliminary support for macOS 10.14 (and has a few UI regressions due to Apple's new dark mode settings).
- 41852ff fix: initial support for macOS 10.14
1.5.8
- FIX: minor refactor to menuitems - shortcuts now should be aligned properly
1.5.7
- CHANGE: improvements to custom menu item rendering in the dropdown menu
- DEV: minor update to LaunchAtLogin
- DEV: minor update to SwiftyJSON
1.5.6
- CHANGE: ApplicationState is now a singleton
- FIX: fixed a memory leak introduced in 1.5.5
1.5.5
- FIX: fixed an issue where shortcuts wouldn't be unregistered after removing the app
- FIX: listeners now shut down after the application is terminated
- FIX: long sequences and app names no longer overflow the menu item
- NEW: shortcut sequence length is now limited to 5 shortcuts
- this can be adjusted using the
maxShortcutsInSequence
override in UserDefaults
- this can be adjusted using the
1.5.4
- FIX: checkboxes would stay enabled after removing entries
1.5.3
- FIX: this release contains an urgent fix which allows applications to be launched when they're not running again
1.5.2
- This version adds logging to the application
- logs are written to
~/Library/Preferences/Apptivator/logs/
- There's an extra options in UserDefaults
debugMode
which raises the log level written
- logs are written to