| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Amethyst.zip | 2025-03-21 | 6.1 MB | |
| Amethyst-debug-symbols.zip | 2025-03-21 | 16.7 MB | |
| Amethyst 0.23.0 source code.tar.gz | 2025-02-11 | 2.1 MB | |
| Amethyst 0.23.0 source code.zip | 2025-02-11 | 2.2 MB | |
| README.md | 2025-02-11 | 2.3 kB | |
| Totals: 5 Items | 27.1 MB | 0 | |
What's New
- Fix a major issue in throwing windows between spaces in a variety of applications.
- Add custom layout support for using native shortcuts. See https://github.com/ianyh/Amethyst/blob/development/docs/custom-layouts.md#commands
- Add TwoPaneRight layout. Thanks, @rgeraskin!
- Add config file support for disabling commands.
- Specify it as
false; e.g.,focus-cw: false - Add support for
throw-to-space-13throughthrow-to-space-16. Thanks, @attacker99!
What's Changed
- Prevent setting default commands to ones intentionally left blank by @ianyh in https://github.com/ianyh/Amethyst/pull/1719
- Add section on building locally to README. Fix app version. by @ianyh in https://github.com/ianyh/Amethyst/pull/1722
- Various dependency upgrades by @ianyh in https://github.com/ianyh/Amethyst/pull/1723
- Minor readme updates by @ianyh in https://github.com/ianyh/Amethyst/pull/1724
- 0.22.2 by @ianyh in https://github.com/ianyh/Amethyst/pull/1728
- Add support for throw-to-space-n for 13 <= n <= 16 (should resolve [#1051]) by @attacker99 in https://github.com/ianyh/Amethyst/pull/1727
- Use macos-15 builder for most recent Xcode by @ianyh in https://github.com/ianyh/Amethyst/pull/1731
- Add TwoPaneRight Layout by @rgeraskin in https://github.com/ianyh/Amethyst/pull/1685
- Allow native pane layout commands in custom layouts by @ianyh in https://github.com/ianyh/Amethyst/pull/1735
- Treat
falseas disabling a command in config by @ianyh in https://github.com/ianyh/Amethyst/pull/1736 - Allow managing accessory policy apps by @ianyh in https://github.com/ianyh/Amethyst/pull/1740
- Extend the backoff for waiting on application launch by @ianyh in https://github.com/ianyh/Amethyst/pull/1741
- Clarify disabling as being specifically for tiling by @ianyh in https://github.com/ianyh/Amethyst/pull/1742
- Update Silica for mouse drag on space throwing by @ianyh in https://github.com/ianyh/Amethyst/pull/1743
New Contributors
- @attacker99 made their first contribution in https://github.com/ianyh/Amethyst/pull/1727
- @rgeraskin made their first contribution in https://github.com/ianyh/Amethyst/pull/1685
Full Changelog: https://github.com/ianyh/Amethyst/compare/v0.22.2...v0.23.0