Amethyst
詳細情報
タイトル | Amethyst |
---|---|
URL | https://ianyh.com/amethyst/ |
バージョン | ver 0.23.1 |
更新日 | 2025/03/30 |
追加日 | 2016/02/24 |
種別 | フリーソフト / オープンソース(その他) |
説明 | 柔軟性の高いMac用のタイリングウィンドウマネージャ。 |
レビュー
レビューはありません。
スクリーンショット
スクリーンショットはありません。
更新グラフ
バージョン履歴
Amethyst 0.23.1
What's New
- Dependency update for security fix.
What's Changed
- Update version for 0.23.0 by @ianyh in #1745
- fixes sample config to align with README by @phrabos in #1756
- Update Sparkle by @ianyh in #1758
New Contributors
- @phrabos made their first contribution in #1756
Full Changelog: v0.23.0...v0.23.1
Amethyst 0.23.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
- Specify it as
- Add support for
throw-to-space-13
throughthrow-to-space-16
. Thanks, @attacker99!
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
Amethyst 0.23.0 Beta
Pre-release
Pre-release
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
- Specify it as
- Add support for
throw-to-space-13
throughthrow-to-space-16
. Thanks, @attacker99!
What's Changed
- Prevent setting default commands to ones intentionally left bl
Amethyst 0.22.2
What's New
- Fix an issue preventing applying shortcuts from config files.
Full Changelog: v0.22.1...v0.22.2
Amethyst 0.22.1
What's New
- Prevent resetting intentionally removed shortcuts.
- May require one more round of restarting. Sorry about that!
What's Changed
- Amethyst 0.22.0 by @ianyh in #1702
Full Changelog: v0.22.0b...v0.22.1b
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
- Amethyst 0.22.0 by @ianyh in #1702
Full Changelog: v0.22.0b...v0.22.1b
Amethyst 0.22.0
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
Amethyst 0.22.0 Beta
Pre-release
Pre-release
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.0b
Amethyst 0.21.2
What's New
- Apply space throwing fix to previous macOS versions.
- Support a fifth screen. Thanks, @x-ji!
What's Changed
- Correct typos on sample config file by @Uaitt in #1610
- Replace
xcpretty
withxcbeautify
by @pereBohigas in #1609 - Remove RubyGems by @pereBohigas in #1611
- Support a fifth screen by @x-ji in #1627
- Amethyst 0.21.0 by @ianyh in #1606
- Add new option to sample config by @jukremer in #1642
- Apply yabai's fix for moving windows between spaces in macOS 14.5 by @ianyh in #1648
- Apply yaba
Amethyst 0.21.1
What's New
- Fix issues with throwing between spaces introduced in macOS 14.5. Thanks, Apple!
What's Changed
- Apply yabai's fix for moving windows between spaces in macOS 14.5 by @ianyh in #1648
Full Changelog: v0.21.0...v0.21.1
Amethyst 0.21.0
What's New
- New app icon! Huge thanks, @Zabriskije!
- Add
"delete"
as a key option in preferences. Thanks, @tpucci! - Add option for hiding the status bar icon. Thanks, @jbernardo95!
- Fix an issue in which windows would lose focus when being thrown between spaces.
- Fix an issue in which IDs provided to custom layouts became inconsistent.
What's Changed
- Remove observer for current notification on errors by @ianyh in #1500
- New app + main menu + menu bar icons by @Zabriskije in #1504
- Issue 1321: update amethyst.sample.yml include all defaults by @wley3337 in #1326
- Add documentation for select-*-layout co