Skip to content

Latest commit

 

History

History
205 lines (113 loc) · 5.17 KB

File metadata and controls

205 lines (113 loc) · 5.17 KB

Changelog

[Unreleased]

Added

  • Added indicator colors via [colors] and [monitors.<id>.colors].
  • Added font_family and font_weight config options

[0.10.1] - 2026-02-26

Fixed

  • Fixed a crash caused by wgpu requiring a surface with non 0x0 dimensions

[0.10.0] - 2026-02-02

Added

  • Added new config at ~/.config/komorebi-switcher.toml
  • Added new "Settings" menu item in Right click menu and tray icon.
  • Added show_layout_button option to show a button for active workspace layout, click to cycle through available layouts.
  • Added hide_empty_workspaces option to hide empty workspaces from the switcher.

Changed

  • Windows Migrated config options stored in Windows Registry to the new TOML config.
  • Windows Active workspace indicator will no longer appear on top of the switcher button and will always be at the bottom of it.

Removed

  • Windows Removed "Move and Resize" menu items from Right click menu and tray icon. Use the new "Settings" menu item.

[0.9.2] - 2026-01-06

Fixed

  • Fixed crash on macOS when launching app on startup and komorebi has not yet fully launched.

[0.9.1] - 2026-01-04

Fixed

  • Fixed app icon on macOS

[0.9.0] - 2026-01-03

Added

  • Added support for macOS
  • Added app name and version in context menu

Changed

  • Renamed Recreate Switcher menu item to Refresh

[0.8.0] - 2025-12-24

Added

  • Added Recreate Switcher menu item in tray icon to manually recreate switcher windows.

Fixed

  • Fixed switcher windows not being recreated when Windows Explorer restarts.
  • Fixed "Move & Resize" tray menu item not triggering resize mode.

[0.7.2] - 2025-08-24

Fixed

  • Fixed menu items showing Move Resize instead of Move & Resize.
  • Fixed a bug that incorrectly identify which taskbar belongs to which monitor, this led to the switcher displayed in incorrect position in multi-monitor setup.

Changed

  • Changed the displayed name of switchers in the Move & Resize menu item in tray, for example Display 1 - H4CR800751P instead of just H4CR800751P.

[0.7.1] - 2025-05-15

Fixed

  • Fixed failing to create switcher due to failure while deserializaing komorebi monitor information

[0.7.0] - 2025-05-12

Added

  • Added support for multi monitor

[0.6.4] - 2025-04-19

Added

  • Report panicking errors in a dialog box instead of silently closing the app.

[0.6.3] - 2025-04-19

Fixed

  • Fixed failure to start sometimes when saved width or height is zero.

[0.6.2] - 2025-04-17

Fixed

  • Fixed reading workspaces failing with komorebi v0.1.36

[0.6.1] - 2025-04-08

Changed

  • Set window title for resize and move dialog.

[0.6.0] - 2025-04-07

Changed

  • The Move context menu item has been renamed to Move & Resize

Added

  • Added Move & Resize to the tray icon menu.
  • The new Move & Resize will open a dialog that allows fine editing of the position and size values for the switcher.

[0.5.0] - 2025-03-25

Added

  • Added an icon to executable and installer.
  • Added a tray icon.
  • Remove logs older than a month.

Fixed

  • Fixed incorrect size when monitor DPI changes.

  • Fixed dragging mode sometimes not working.

    There is still a bug that entering drag mode consecutively won't work, you need to left-click a workspace at least one time before entering drag mode again.

[0.4.2] - 2025-2-24

Added

  • Add a slightly dark transparent background when in dragging mode.

[0.4.1] - 2025-2-22

Fixed

  • Reduce the initial memory usage of the app from 430mb to 110mb, idle memory usage should be 10mb, hopefully more improvements in future releases.

[0.4.0] - 2025-2-20

Added

  • Added animations for active and non-empty workspace indicator.
  • Added thin border around active and hovered workspace, in attempt to closely match with taskbar buttons style.

Fixed

  • Fix workspace indicating it is busy when in fact it is empty, like when closing its last window from a different workspace.

[0.3.1] - 2025-2-19

Fixed

  • Reconnect to komorebi if socket is closed
  • Fix Alt+Tab through windows on different workspaces not changing in the switcher.

Added

  • Add logging, saved in %APPDATA%\komorebi-switcher

[0.3.0] - 2025-2-15

Added

  • New look that fits better with Windows 11 style.
  • Clamp the switcher position in x direction so it always stays visible within the taskbar.

Changed

  • Changed dragging mode for the switcher to address bugs where Esc couldn't exist dragging mode.

    Now after choosing the "Move" context menu item, you need to click and drag the switcher around. It will save its position and exit out of dragging mode once you release the mouse click.

[0.2.0] - 2025-2-12

Added

  • Use system accent Color
  • Show context menu when right clicking
  • Save and load position on startup

Removed

  • Removed Alt+Click to close the switcher, use the context menu
  • Removed Shift+Click to move the switcher around, use the context menu

[0.1.0] - 2025-2-12

  • Inital Release