Releases: ruittenb/Spaceman
Releases · ruittenb/Spaceman
v1.21.1-alpha
v1.21.1-alpha:
- Fixed color merge bug
- Added menu icons
- Lots of refactoring and code cleanup
- Added more unit tests
- Please note: this is a potentially less stable release
v1.20.5-alpha: refactor
v1.20.5-alpha:
- Refactored switching scenarios and strategies
- Please note: this is a potentially less stable release
v1.20.4: instant space switching
v1.20.4:
- added different space switching speeds: normal, fast, instant
- made launching Mission Control faster
- code quality improvements
v1.20.3: Fix icon padding on 13" screens
v1.20.2: auto-unshrink when the screen is unlocked
v1.20.2
- Spaceman now attempts to unshrink the menu bar icon when the screen is unlocked
v1.20.0: Auto-shrink menu bar icon
v1.20.0:
Auto-shrink the menu bar icon when there is not enough room.
When the menu bar icon is too wide to fit, Spaceman progressively shrinks it: first to compact numbers-only, then to the app icon. The icon unshrinks automatically when you switch spaces, trigger a manual refresh, or click the app icon.
Note: this option is enabled by default.
v1.19.4: fixes for two-row layout; sync menu with settings
v1.19.4:
- Fixed menu checkmarks synchronization with preferences
- Fixed icon widths in two-rows layout
- Adjusted font-weights in two-rows layout
- Added default names for new spaces
- Restart fullscreen numbering by display
v1.19.3: fixed colors in grid; fixed click in empty area besides icon
v1.19.3:
- Removed unjustified message when clicking in empty area besides a space icon
- Fixed space button colors in menu grid
- Added color selector to Quick Rename dialog
- Removed automatic capitalization of fullscreen spaces
v1.19.2: Fixed space switching bugs
v1.19.2:
- fixed some space switching bugs
- code maintenance
v1.19.1: Quick rename Current Space
v1.19.1:
- Option in menu to quickly rename the current space
- Shortcut key to quickly rename the current space
- Added two new AppleScript properties: 'display count' and 'current display number'; e.g.
osascript -e 'tell application "Spaceman" to get display count'