Amethyst
詳細情報
タイトル | Amethyst |
---|---|
URL | https://ianyh.com/amethyst/ |
バージョン | ver 0.21.1 |
更新日 | 2024/05/28 |
追加日 | 2016/02/24 |
種別 | フリーソフト / オープンソース(その他) |
説明 | 柔軟性の高いMac用のタイリングウィンドウマネージャ。 |
レビュー
レビューはありません。
スクリーンショット
スクリーンショットはありません。
更新グラフ
バージョン履歴
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
Amethyst 0.21.0 Beta
Pre-release
Pre-release
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 in
Amethyst 0.20.0
Notable Changes
- Toggle layouts with select-*-layout commands. Thanks, @EnakNalla!
- Introduction of command-line debugging tools.
- Fix an issue that scaled windows when moving between spaces.
- Fix a frequent crash on some types of long running application launches.
- Fix an issue with multi-display focus rotations when applications are distributed across displays.
What's Changed
- Amethyst 0.19.0 by @ianyh in #1451
- Implement more command-line debugging tools by @ianyh in #1457
- Bump activesupport from 7.0.4.2 to 7.0.4.3 by @dependabot in #1463
- Update Silica for scoping fix by @ianyh in #1467
- feat toggle wi
Amethyst 0.20.0 Beta 4
Pre-release
Pre-release
Notable Changes
- Fix an issue with multi-display focus rotations when applications are distributed across displays.
What's Changed
- Implement more robust window focus mechanism by @ianyh in #1530
Full Changelog: v0.20.0b3...v0.20.0b4
Amethyst 0.20.0 Beta 3
Pre-release
Pre-release
- Fix a silly build issue in Beta 2.
Amethyst 0.20.0 Beta
Pre-release
Pre-release
Notable Changes
- Toggle layouts with select-*-layout commands. Thanks, @EnakNalla!
- Introduction of command-line debugging tools.
- Fix an issue that scaled windows when moving between spaces.
- Fix a few more places that could have caused crashes.
What's Changed
- Amethyst 0.19.0 by @ianyh in #1451
- Implement more command-line debugging tools by @ianyh in #1457
- Bump activesupport from 7.0.4.2 to 7.0.4.3 by @dependabot in #1463
- Update Silica for scoping fix by @ianyh in #1467
- feat toggle window fullscreen by @EnakNalla
Amethyst 0.19.0
Notable Changes
- Inclusion of exceptions in custom layout logging. Thanks, @DavidDTA!
- Addition of optional commands for spaces 11 and 12. Thanks, @timvisher!
- Fix an issue causing windows to "stick" when trying to throw between screens.
- Fix an issue causing throwing to spaces left and right to throw to the wrong space.
- Fix an issue that could fail to track applications if they did not launch quickly enough.
- Fix an issue preventing management of Parallels Coherence Mode windows (along with a variety of similar ones).
- A variety of stability improvements to prevent a common crash.
What's Changed
- Add missing .yml extension in XDG config path by @jabkoo in #1404
- Start a Troublesh
Amethyst 0.19.0 Beta 2
Pre-release
Pre-release
Notable Changes
- Fix an issue with binding the commands for throwing to spaces 11 and 12.
What's Changed
- Amethyst/Events/HotKeyManager.swift: Add space 11 and 12 commandKeys by @timvisher in #1453
Full Changelog: v0.19.0b...v0.19.0b2
Amethyst 0.19.0 Beta
Pre-release
Pre-release
Notable Changes
- Inclusion of exceptions in custom layout logging. Thanks, @DavidDTA!
- Addition of optional commands for spaces 11 and 12. Thanks, @timvisher!
- Fix an issue causing windows to "stick" when trying to throw between screens.
- Fix an issue causing throwing to spaces left and right to throw to the wrong space.
- Fix an issue that could fail to track applications if they did not launch quickly enough.
- Fix an issue preventing management of Parallels Coherence Mode windows (along with a variety of similar ones).
- A variety of stability improvements to prevent a common crash.
What's Changed
- Add missing .yml extension in X
Amethyst 0.18.0
Notable Updates
- Disable AXEnhancedUserInterface when necessary to avoid a multitude of layout issues.
- Improve application launch detection to handle non-traditional launching.
- Allow floating of windows in apps with no bundle identifier. Thanks, @jmalczak!
- Make main window swaps and focuses toggle when used on the main window. Thanks, @rickythefox and @brush701!
- Add mod3 and mod4. Thanks, @rjuer!
- Fix a bug in finding the configuration file.
What's Changed
- Update project-wide deployment version by @ianyh in #1379
- Add mod3 and mod4 as modifier keys by @rjuer in #1373
- Bump activesupport from 6.1.7 to 6.1.7.1 by @depend