Skip to content

Releases: ianyh/Amethyst

Amethyst 0.24.2

01 Mar 03:39

Choose a tag to compare

Amethyst 0.24.2 Pre-release
Pre-release

Changes

  • Improve handling of native tabs.
    • Tested primarily with Finder, Terminal.app, and Ghostty. It is a fairly significant change, so please report issues.
  • Fix multiple issues with the binary space partitioning layout.
  • Fix issues with screen management during complex space transitions. Thanks, @RyoZaizen!
  • Add idempotent shortcuts for enabling or disabling titling. Thanks, @LandonSchropp!
  • Add configurable small-window-size threshold. Thanks, @aliir74!
  • Thanks to @rgeraskin for a variety of UI and configuration improvements!

What's Changed

  • Amethyst 0.24.1 by @ianyh in #1824
  • Add shortcuts for enable/disable tiling by @LandonSchropp in #1816
  • Add "Open Custom Layouts Folder" button to Layouts preferences by @rgeraskin in #1805
  • Add Hotkeys and HUD for Adjusting Maximum Window Count Setting by @rgeraskin in #1802
  • Pull in Silica memory safety changes by @ianyh in #1829
  • Fix: Stabilize reflow during Space transitions and window tracking order by @RyoZaizen in #1839
  • add configurable small-window-size threshold by @aliir74 in #1833
  • Add Layouts Submenu to Application Menu by @rgeraskin in #1804
  • Fix issues with tab swapping and change distribution by @ianyh in #1831

New Contributors

Full Changelog: v0.24.1...v0.24.2

v0.24.1

06 Dec 02:07

Choose a tag to compare

What's New

  • Fix an issue—finally 😅—preventing adding/removing floating identifiers in preferences on macOS Tahoe.

What's Changed

  • Tolerate absent mod1 and mod2 by @ianyh in #1771
  • Add a bunch of manually ignored bundle ids by @ianyh in #1773
  • Amethyst 0.24.0 by @ianyh in #1769
  • fix: Mouse cursor doesn't follow correctly when swapping windows by @klesh in #1789
  • Remove blocking view from floating id add/remove buttons by @ianyh in #1823

New Contributors

Full Changelog: v0.24.0...v0.24.1

Amethyst 0.24.0

20 Apr 01:47

Choose a tag to compare

What's New

  • Add custom layout support for responding to mouse resize events
  • Potentially fix startup performance issues
    • This reintroduces issues preventing tiling for some applications (e.g., Steam)
  • Fix multiple issues around losing track of windows during minimization and hiding
  • Improve handling of floating some windows with delayed initialization
  • Add ability to hard reset layout state

What's Changed

  • Amethyst 0.23.1 by @ianyh in #1761
  • Regenerate windows after dropping cache by @ianyh in #1764
  • Regenerate id cache on deminimize by @ianyh in #1765
  • Use an exponential backoff for the window float delay by @ianyh in #1766
  • Add custom layout support for resizing by mouse by @ianyh in #1744
  • Add a button for hard resetting layouts by @ianyh in #1767
  • Revert "Allow managing accessory policy apps (#1740)" by @ianyh in #1768

Full Changelog: v0.23.1...v0.24.0

Amethyst 0.23.1

30 Mar 02:37
6826ad0

Choose a tag to compare

What's New

  • Dependency update for security fix.

What's Changed

New Contributors

Full Changelog: v0.23.0...v0.23.1

Amethyst 0.23.0

21 Mar 00:59

Choose a tag to compare

What's New

What's Changed

  • Prevent setting default commands to ones intentionally left blank by @ianyh in #1719
  • Add section on building locally to README. Fix app version. by @ianyh in #1722
  • Various dependency upgrades by @ianyh in #1723
  • Minor readme updates by @ianyh in #1724
  • 0.22.2 by @ianyh in #1728
  • Add support for throw-to-space-n for 13 <= n <= 16 (should resolve #1051) by @attacker99 in #1727
  • Use macos-15 builder for most recent Xcode by @ianyh in #1731
  • Add TwoPaneRight Layout by @rgeraskin in #1685
  • Allow native pane layout commands in custom layouts by @ianyh in #1735
  • Treat false as disabling a command in config by @ianyh in #1736
  • Allow managing accessory policy apps by @ianyh in #1740
  • Extend the backoff for waiting on application launch by @ianyh in #1741
  • Clarify disabling as being specifically for tiling by @ianyh in #1742
  • Update Silica for mouse drag on space throwing by @ianyh in #1743

New Contributors

  • @attacker99 made their first contribution in #1727
  • @rgeraskin made their first contribution in #1685

Full Changelog: v0.22.2...v0.23.0

Amethyst 0.23.0 Beta

11 Feb 02:33

Choose a tag to compare

Amethyst 0.23.0 Beta Pre-release
Pre-release

What's New

What's Changed

  • Prevent setting default commands to ones intentionally left blank by @ianyh in #1719
  • Add section on building locally to README. Fix app version. by @ianyh in #1722
  • Various dependency upgrades by @ianyh in #1723
  • Minor readme updates by @ianyh in #1724
  • 0.22.2 by @ianyh in #1728
  • Add support for throw-to-space-n for 13 <= n <= 16 (should resolve #1051) by @attacker99 in #1727
  • Use macos-15 builder for most recent Xcode by @ianyh in #1731
  • Add TwoPaneRight Layout by @rgeraskin in #1685
  • Allow native pane layout commands in custom layouts by @ianyh in #1735
  • Treat false as disabling a command in config by @ianyh in #1736
  • Allow managing accessory policy apps by @ianyh in #1740
  • Extend the backoff for waiting on application launch by @ianyh in #1741
  • Clarify disabling as being specifically for tiling by @ianyh in #1742
  • Update Silica for mouse drag on space throwing by @ianyh in #1743

New Contributors

  • @attacker99 made their first contribution in #1727
  • @rgeraskin made their first contribution in #1685

Full Changelog: v0.22.2...v0.23.0b

Amethyst 0.22.2

21 Jan 12:52

Choose a tag to compare

What's New

  • Fix an issue preventing applying shortcuts from config files.

Full Changelog: v0.22.1...v0.22.2

Amethyst 0.22.1

21 Jan 01:26

Choose a tag to compare

What's New

  • Prevent resetting intentionally removed shortcuts.
    • May require one more round of restarting. Sorry about that!

What's Changed

Full Changelog: v0.22.0b...v0.22.1b

Amethyst 0.22.1 Beta

20 Jan 02:15

Choose a tag to compare

Amethyst 0.22.1 Beta Pre-release
Pre-release

What's New

  • Prevent resetting intentionally removed shortcuts.
    • May require one more round of restarting. Sorry about that!

What's Changed

Full Changelog: v0.22.0b...v0.22.1b

Amethyst 0.22.0

01 Jan 03:13

Choose a tag to compare

What's New

  • Restore throwing windows between spaces!

What's Changed

  • Revive window grab space shifting by @ianyh in #1698
  • Migrate from MASShortcut to KeyboardShortcuts by @ianyh in #1549

Full Changelog: v0.21.2...v0.22.0