Skip to content

Commit ad7e190

Browse files
committed
release: v0.6.0
1 parent 0629230 commit ad7e190

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.6.0] - 2025-04-07
6+
57
### Changed
68

79
- The `Move` context menu item has been renamed to `Move & Resize`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "komorebi-switcher"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "A minimal workspace switcher for the Komorebi tiling window manager, seamlessly integrated into Windows 10/11 taskbar."
55
authors = ["Amr Bashir <[email protected]>"]
66
edition = "2021"

installer/installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RequestExecutionLevel user
1515
!define PRODUCTNAME "komorebi-switcher"
1616
!define MAINBINARYNAME "komorebi-switcher.exe"
1717
!define UNINSTKEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCTNAME}"
18-
!define VERSION "0.5.0"
18+
!define VERSION "0.6.0"
1919
!define PUBLISHER "Amr Bashir"
2020

2121
VIProductVersion "${VERSION}.0"

0 commit comments

Comments
 (0)