Skip to content

Commit ca93496

Browse files
committed
chore: release v1.12.0
1 parent c6c2dbe commit ca93496

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

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 = "window-switcher"
3-
version = "1.11.1"
3+
version = "1.12.0"
44
edition = "2021"
55

66
[dependencies]

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ blacklist =
4747
# Ignore minimal windows
4848
ignore_minimal = no
4949

50+
# Only switch within the current virtual desktops: yes/no/auto
51+
only_current_desktop = auto
52+
5053
[switch-apps]
5154

5255
# Whether to enable switching apps
@@ -57,16 +60,16 @@ hotkey = alt+tab
5760

5861
# Ignore minimal windows
5962
ignore_minimal = no
63+
64+
# Only switch apps within the current virtual desktops: yes/no/auto
65+
only_current_desktop = auto
6066
```
6167

6268
## Running as Administrator (Optional)
6369

64-
While not mandatory, running `window-switcher.exe` with administrator privileges unlocks its full potential, especially when working with system applications like Task Manager that require elevated permissions. This allows for smoother interactions with all types of applications.
65-
66-
**Administrator Privileges and Startup Option:**
70+
The window-switcher works in standard user mode. But only the window-switcher running in administrator mode can manage applications running in administrator mode.
6771

68-
* **Running as Admin + Enabling Startup:** Launches `window-switcher.exe` with administrator privileges every time you start your computer.
69-
* **Running without Admin + Enabling Startup:** Launches `window-switcher.exe` with regular user privileges at startup.
72+
**Important:** If you enable the startup option while running in standard user mode, it will launch in standard mode upon system reboot. To ensure startup with admin privileges, launch the window-switcher as administrator first before enabling startup.
7073

7174
<details>
7275
<summary>

assets/app.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
1414
//
1515

1616
VS_VERSION_INFO VERSIONINFO
17-
FILEVERSION 1,11,1,0
17+
FILEVERSION 1,12,0,0
1818
FILEFLAGSMASK 0x3fL
1919
#ifdef _DEBUG
2020
FILEFLAGS 0x1L
@@ -34,7 +34,7 @@ BEGIN
3434
VALUE "LegalCopyright", "Copyright (C) 2023"
3535
VALUE "OriginalFilename", "window-switcher.exe"
3636
VALUE "ProductName", "Window Switcher"
37-
VALUE "ProductVersion", "1.11.1.0"
37+
VALUE "ProductVersion", "1.12.0.0"
3838
END
3939
END
4040
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)