Releases: nikitabobko/AeroSpace
Releases · nikitabobko/AeroSpace
v0.14.2-Beta
- #413 (comment) Fix bug. Hidden windows in the bottom left corner could appear on the left monitor
v0.14.1-Beta
- #370 Use different socket paths for different users. It should fix AeroSpace in multi-user environment
v0.14.0-Beta
This release is devoted to a single commit: 96ae7a7 Improve windows hiding mechanism.
Please make sure that your monitor arrangement is correctly configured! https://nikitabobko.github.io/AeroSpace/guide#proper-monitor-arrangement
- Now, AeroSpace keeps windows on their respective monitors when hidden, without moving them to the bottom-right monitor. (Which could cause problems if monitors have different resolution #149)
- Now AeroSpace uses both bottom corners to hide windows. (previously only the right bottom corner was used)
- #289 Fix weird infinite workspace back and forth switches that could happen if
Displays have separate Spacesis enabled, and your left monitor is configured as main monitor.
Thanks to @xuyixin1996 for the help with investigation! - #66 Partially fix the issue. Hidden windows in the corners are now less noticeable, now they take only 1-pixel vertical line in the bottom right or left corner.
- Update A note on 'Displays have separate Spaces' section in the guide. It's now recommended to disable
Displays have separate Spaces.
v0.13.4-Beta
- #349 Fix native crash when closing windows on workspaces that are not mentioned in
aerospace.toml - Add Casks pinned to specific versions
aerospace@0.12.0aerospace@0.11.2to the Homebrew tap to make downgrades trivial. See the "Installation" section in README
v0.13.3-Beta
- #341 Fix native crash (supposedly happening when interact with macos fullscreen windows, or AeroSpace floating windows)
v0.13.2-Beta
- #336 (comment) Fix monitor ID in
list-monitorscommand - Fix
%{monitor-id}inlist-workspaces --format
v0.13.1-Beta
Fix oversights in the features that were just introduced, lol :)
- 760dfc3 Fix bug:
focus-back-and-forthdidn't work ifon-focus-changedcallback is non empty - 9d4cb37 Fix bug:
move-mousedoesn't always work correctly fromon-focus-changedcallback - #276 (comment) Improve dialog heuristics: tile Ghostty terminal even if decorations are disabled
v0.13.0-Beta
- #12 Implement
move-mousecommand. https://nikitabobko.github.io/AeroSpace/commands#move-mouse - #12 #230 Implement
on-focus-changedandon-focused-monitor-changedcallbacks. https://nikitabobko.github.io/AeroSpace/guide#on-focus-changed-callbacks - #12 AeroSpace now supports "mouse follows focus" workflow (but not vice-versa yet)
- #114 Implement
balance-sizescommand by @karadnik-flutterint - Support
--formatflag forlist-apps,list-workspacesandlist-monitorscommands - adaszko/complgen#38 Bump complgen dependency. Fix zsh shell completion autoloading
- #151 Implement
focus-back-and-forthcommand - 879cb61
focuscommand now has optional--ignore-floatingflag - #320
AeroSpace.app/Contents/MacOS/AeroSpacenow supports--config-path. Useful for nix modules - #276 (comment) Improve dialog heuristics: tile kitty terminal even if decorations are disabled
- #288 Bug fix. Fix
macos-native-fullscreencommand crash
v0.12.0-Beta
- #232 Support
--formatflag inlist-windowscommand - #239 Add shell completion for zsh, bash and fish
Please note that you might need to change your~/.zshrcor~/.bashrcto add shell completion provided by homebrew https://docs.brew.sh/Shell-Completion - #256 Introduce
on-window-detected.if.workspacefilter - #275 Reduce random workspace switching flicker by @jilyaluk
- #269 #162 Sort workspaces naturally instead of literally (now, "workspace 2" is less than "workspace 10")
- fdc143c Breaking change. change
configoutput format. Join commands with ; instead of using JSON array
The new output better aligns with future embedded shell-like combinators #278
Raycast extension doesn't depend on this API yet, so it should be fine to break it #215 - 156d75b Breaking change. Fix bug: make
configandtrigger-bindingcommands to behave correctly with non-qwerty key mappings - Minor bug fixes
v0.11.2-Beta
Bug fixes:
- #233 Fix native crash that might happen when you interact with macOS fullscreen/minimized windows, hidden apps
- 00c5b9e Fix incorrect key notations for arrows in
aerospace configoutput - 0f08577 Fix trailing whitespace for commands without arguments in
aerospace configoutput - 86c8ba8 Print errors to stderr if CLI fails to parse args