Skip to content

Commit

Permalink
chore: release v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Dec 20, 2024
1 parent c6c2dbe commit ca93496
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "window-switcher"
version = "1.11.1"
version = "1.12.0"
edition = "2021"

[dependencies]
Expand Down
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ blacklist =
# Ignore minimal windows
ignore_minimal = no

# Only switch within the current virtual desktops: yes/no/auto
only_current_desktop = auto

[switch-apps]

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

# Ignore minimal windows
ignore_minimal = no

# Only switch apps within the current virtual desktops: yes/no/auto
only_current_desktop = auto
```

## Running as Administrator (Optional)

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.

**Administrator Privileges and Startup Option:**
The window-switcher works in standard user mode. But only the window-switcher running in administrator mode can manage applications running in administrator mode.

* **Running as Admin + Enabling Startup:** Launches `window-switcher.exe` with administrator privileges every time you start your computer.
* **Running without Admin + Enabling Startup:** Launches `window-switcher.exe` with regular user privileges at startup.
**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.

<details>
<summary>
Expand Down
4 changes: 2 additions & 2 deletions assets/app.rc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,11,1,0
FILEVERSION 1,12,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -34,7 +34,7 @@ BEGIN
VALUE "LegalCopyright", "Copyright (C) 2023"
VALUE "OriginalFilename", "window-switcher.exe"
VALUE "ProductName", "Window Switcher"
VALUE "ProductVersion", "1.11.1.0"
VALUE "ProductVersion", "1.12.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit ca93496

Please sign in to comment.