Skip to content

Releases: ianyh/Amethyst

Amethyst 0.11.0 Beta 4

23 Nov 00:57
Compare
Choose a tag to compare
Pre-release
  • Fix a bug that was causing Amethyst to lose track of windows, particular when hiding/unhiding, going back and forth from fullscreen, and minimizing and expanding windows.
  • Fix a bug that was causing Chrome to lock up when playing fullscreen video with Amethyst running.
  • Expand logging in log mode to include window reflow operations.
  • Fix a variety of other crashes.

Amethyst 0.11.0 Beta 3

23 Nov 00:56
Compare
Choose a tag to compare
Pre-release
  • Fix another obnoxious crash.
  • Expand logging to include window reflow operations.

Amethyst 0.11.0 Beta 2

23 Nov 00:55
Compare
Choose a tag to compare
Pre-release
  • Fix several obnoxious crashes.

Amethyst 0.11.0 Beta

07 Aug 01:08
Compare
Choose a tag to compare
Amethyst 0.11.0 Beta Pre-release
Pre-release
  • Add an experimental first pass at a binary space partitioning layout.
  • Add a shortcut for forcing Amethyst to reevaluate windows.
    • mod1 + z by default
  • Add an option for crash reporting.
    • This is opt-in and available in the preferences menu.
    • There is the caveat that Crashlytics also takes analytics data. I have not yet found a way to disable that.
  • Add wildcards to floating application bundle identifiers.
    • For example, com.apple.* will match all apple applications.
  • Add the option for entering a floating application bundle identifier manually in the preferences menu.
  • Add the option for having new windows go to the main pane.
  • Add a command-line flag for enabling more logging for debugging.
  • Focus the top window on the screen when focusing a screen instead of pulling up a window from the bottom.
  • Fix a bug that caused default configuration to sometimes override user configuration.
  • Fix a bug that prevented some minimized windows from tiling when brought back up.

Amethyst 0.10.1

07 Aug 01:07
Compare
Choose a tag to compare
  • Fix a logic error that prevented the Widescreen Tall layout from functioning correctly.

Amethyst 0.10

08 Apr 13:24
Compare
Choose a tag to compare
  • Experimental: Finally add support for window margins.
  • Fix bugs around setting and displaying shortcut preferences.
  • Fix a crash when trying to move windows clockwise through screens.
  • Fix a crash when focusing an empty screen.
  • Fix a bug preventing decreasing main pane count.
  • Fix a bug that displayed the layout HUD on every screen when switching spaces.
  • Fix a bug preventing display of layouts and floating applications in preferences.
  • No longer supporting OS X 10.9

Amethyst 0.10 Beta 3

02 Apr 19:37
Compare
Choose a tag to compare
Amethyst 0.10 Beta 3 Pre-release
Pre-release
  • Fix bugs around setting and displaying shortcut preferences.
  • Fix a crash when trying to move windows clockwise through screens.
  • Fix a crash when focusing an empty screen.
  • Fix a bug preventing decreasing main pane count.
  • Fix a bug that displayed the layout HUD on every screen when switching spaces.

Amethyst 0.10 Beta 2

02 Apr 19:36
Compare
Choose a tag to compare
Amethyst 0.10 Beta 2 Pre-release
Pre-release
  • Fix a bug preventing display of layouts and floating applications in preferences.

Amethyst 0.10 Beta

23 Jan 22:47
Compare
Choose a tag to compare
Amethyst 0.10 Beta Pre-release
Pre-release
  • Experimental: Finally add support for window margins.
  • No longer supporting OS X 10.9.

Amethyst 0.9.10

06 Dec 18:22
Compare
Choose a tag to compare
  • Fix a bug that prevented anything in dotfiles from being respected in preferences. Hopefully I got it right this time.