Skip to content

Releases: amrbashir/komorebi-switcher

v0.10.1

26 Feb 00:49
e71ff0e

Choose a tag to compare

Fixed

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

Tip

on macOS, downloaded apps are quarantined by default. To fix this, run:

xattr -d com.apple.quarantine /Applications/komorebi-switcher.app

v0.10.0

02 Feb 02:44
715c5fc

Choose a tag to compare

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.

Tip

on macOS, downloaded apps are quarantined by default. To fix this, run:

xattr -d com.apple.quarantine /Applications/komorebi-switcher.app

v0.9.2

06 Jan 02:20
9401430

Choose a tag to compare

Fixed

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

Tip

on macOS, downloaded apps are quarantined by default. To fix this, run:

xattr -d com.apple.quarantine /Applications/komorebi-switcher.app

v0.9.1

04 Jan 00:03
e494418

Choose a tag to compare

Fixed

  • Fixed app icon on macOS

Tip

on macOS, downloaded apps are quarantined by default. To fix this, run:

xattr -d com.apple.quarantine /Applications/komorebi-switcher.app

v0.9.0

03 Jan 02:11
992f053

Choose a tag to compare

Added

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

Changed

  • Renamed Recreate Switcher menu item to Refresh

Tip

on macOS, downloaded apps are quarantined by default. To fix this, run:

xattr -d com.apple.quarantine /Applications/komorebi-switcher.app

v0.8.0

24 Dec 01:25
808bcb3

Choose a tag to compare

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.

v0.7.2

24 Aug 04:57
cce3635

Choose a tag to compare

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.

v0.7.1

14 May 22:43
f4dbf15

Choose a tag to compare

Fixed

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

v0.7.0

12 May 00:39
ea6e797

Choose a tag to compare

Added

  • Added support for multi monitor

v0.6.4

19 Apr 15:23
49daf5f

Choose a tag to compare

Added

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