Releases: ianyh/Amethyst
Releases · ianyh/Amethyst
Amethyst 0.14.3 Beta
Amethyst 0.14.2
- Add a command for cycling focus between screens rather than addressing them directly. Thanks, @kiryph! #842
- Add Widescreen Tall Right layout to match Widescreen Tall. Thanks, @basicer! #868
- Add option to suppress the warning about conflicts with a dotfile. #871, #698
- Fix inconsistency in tracking window focuses across screens. Thanks, @reuben! #852, #703, #838
- Fix inconsistency that prevented windows from being tracked after being unhidden. #870, #741, #662
- Improve handling of floating windows by window title. #869, #748
- Prevent windows from being thrown to non-user spaces—e.g., Dashboard, fullscreen windows, etc. #873
Amethyst 0.14.2 Beta
- Add a command for cycling focus between screens rather than addressing them directly. Thanks, @kiryph! #842
- Add Widescreen Tall Right layout to match Widescreen Tall. Thanks, @basicer! #868
- Add option to suppress the warning about conflicts with a dotfile. #871, #698
- Fix inconsistency in tracking window focuses across screens. Thanks, @reuben! #852, #703, #838
- Fix inconsistency that prevented windows from being tracked after being unhidden. #870, #741, #662
- Improve handling of floating windows by window title. #869, #748
- Prevent windows from being thrown to non-user spaces—e.g., Dashboard, fullscreen windows, etc. #873
Amethyst 0.14.1
- Follow windows when they are thrown to a space, but make the option configurable. #850
- Close a potential source of crashes. #847, ianyh/Silica@bbca69d
Amethyst 0.14.1 Beta
- Follow windows when they are thrown to a space, but make the option configurable. #850
- Close a potential source of crashes. #847, ianyh/Silica@bbca69d
Amethyst 0.14.0 or: How I Learned to Stop Worrying and Love Private APIs
Amethyst 0.14.0 or: How I Learned to Stop Worrying and Love Private APIs Beta
Pre-release
Amethyst 0.13.0
Amethyst 0.13.0 Beta
Amethyst 0.12.3
- Clarify preference setting for displaying the layout HUD #794 (thanks @cdisselkoen)
- Display layout names rather than the layout key in preferences #792 (thanks @cdisselkoen)
- Add a hotkey for focusing the main window #793 (thanks @cdisselkoen)
- Fix a bug that prevented focus-follows-mouse from working on Chrome windows #791, #754
- Fix a bug that prevented some windows from being switched by dragging them via mouse #778 (thanks @ianfixes)
- Trigger commands off of key down rather than key up #776, #744