Skip to content

Releases: ianyh/Amethyst

Amethyst 0.14.3 Beta

04 Nov 00:45
Compare
Choose a tag to compare
Amethyst 0.14.3 Beta Pre-release
Pre-release
  • Fix an issue with row and column layouts that mishandled ratio changes. #888
  • Refine the treatment of space types to better handle fullscreen cases. #878, #559, #381

Amethyst 0.14.2

14 Sep 21:54
Compare
Choose a tag to compare
  • 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

11 Sep 00:03
Compare
Choose a tag to compare
Amethyst 0.14.2 Beta Pre-release
Pre-release
  • 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

07 Sep 01:14
Compare
Choose a tag to compare
  • 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

18 Aug 18:29
Compare
Choose a tag to compare
Amethyst 0.14.1 Beta Pre-release
Pre-release
  • 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

01 Jun 01:27
5bfe46d
Compare
Choose a tag to compare
  • Improved spaces support. #817, #90, #409, #436, #763
    • Notable changes:
      • Space throwing does not traverse to the specified space.
      • Setting up native macOS shortcuts for transitions is no longer necessary.
      • Shortcuts for throwing to spaces are now independent.

Amethyst 0.14.0 or: How I Learned to Stop Worrying and Love Private APIs Beta

13 Apr 04:18
Compare
Choose a tag to compare
  • Improved spaces support. #817, #90, #409, #436, #763
    • Notable changes:
      • Space throwing does not traverse to the specified space.
      • Setting up native macOS shortcuts for transitions is no longer necessary.
      • Shortcuts for throwing to spaces are now independent.

Amethyst 0.13.0

11 Apr 00:54
Compare
Choose a tag to compare
  • Improve handling of native macOS tabs #806, #633
  • Clarify elements of preferences UI #809, #800
  • Handle focus-follows-mouse for some cases of single-window applications (e.g., Messages) #808, #226

Amethyst 0.13.0 Beta

23 Mar 22:17
Compare
Choose a tag to compare
Amethyst 0.13.0 Beta Pre-release
Pre-release
  • Improve handling of native macOS tabs #806, #633
  • Clarify elements of preferences UI #809, #800
  • Handle focus-follows-mouse for some cases of single-window applications (e.g., Messages) #808, #226

Amethyst 0.12.3

09 Mar 02:38
v0.12.3
7881b68
Compare
Choose a tag to compare
  • 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