Skip to content

Commit f4dbf15

Browse files
committed
release: v0.7.1
1 parent 6ebd83c commit f4dbf15

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
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.7.1] - 2025-05-15
6+
57
## Fixed
68

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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.7.0"
3+
version = "0.7.1"
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.7.0"
18+
!define VERSION "0.7.1"
1919
!define PUBLISHER "Amr Bashir"
2020

2121
VIProductVersion "${VERSION}.0"

0 commit comments

Comments
 (0)