Skip to content

Commit

Permalink
update: 22621.1555.55.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukari316 committed May 13, 2023
2 parents 758cb28 + 6fb998e commit 0eab830
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 120 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

This document includes the same release notes as in the [Releases](https://github.com/valinet/ExplorerPatcher/releases) section on GitHub.

## 22621.1555.55

Tested on OS build 22621.1555. Installer requires Internet connectivity.

#### Details

##### 1

* Weather: Fixed a bug that prevented the widget from loading when using the Microsoft icon pack. (968d969)

##### 2

* Simple Window Switcher
* Support for individual list and grouping for UWP apps (implemented grouping and naming enhancements based on using information associated with `AppUserModelID`s)
* Ability to switch between global and local window lists when the switcher is shown.
* Maintain position in the list when certain events occur, like closing windows or switching between the global and local window lists.
* `Del` key closes the currently selected window(s).
* Fixed a bug that prevented newly spawned windows while the switcher is open from going to the back of the list.
* Fixed a bug that prevented window lists from building properly when windows were slow to close.
* Fixed a bug that prevented proper activation of pop-up windows under certain conditions. For example, the switcher is now able to correctly switch to the "Error Checking" window in This PC - right click C: - Properties - Tools - Error checking - Check.

## 22621.1413.54

Tested on OS build 22621.1413.
Expand Down
6 changes: 3 additions & 3 deletions ExplorerPatcher/settings.reg
Original file line number Diff line number Diff line change
Expand Up @@ -341,13 +341,13 @@
"AltTabSettings"=dword:00000000
;s WindowSwitcher_SWS IsSWSEnabled
[HKEY_CURRENT_USER\Software\ExplorerPatcher\sws]
;b 切换到桌面
;b 显示桌面为最后一个切换窗口
"IncludeWallpaper"=dword:00000001
;b 始终在主显示器上显示
"PrimaryOnly"=dword:00000000
;b 只显示当前显示器中的窗口
;b 只显示光标所在显示器中的窗口
"PerMonitor"=dword:00000000
;b 只显示最近使用的窗口 (合并相同应用窗口)
;b 将相同应用的窗口分组
"SwitcherIsPerApplication"=dword:00000000
;b %PLACEHOLDER_0001%
"NoPerApplicationList"=dword:00000000
Expand Down
8 changes: 4 additions & 4 deletions ExplorerPatcher/settings10.reg
Original file line number Diff line number Diff line change
Expand Up @@ -255,13 +255,13 @@
"AltTabSettings"=dword:00000000
;t The following settings only apply to the Simple Window Switcher:
[HKEY_CURRENT_USER\Software\ExplorerPatcher\sws]
;b Include desktop
;b Show the desktop as the last window in the interaction list
"IncludeWallpaper"=dword:00000001
;b Always show on primary monitor
;b Always display switcher on primary monitor
"PrimaryOnly"=dword:00000000
;b Show windows only from current monitor
;b Display windows only from the monitor containing the cursor
"PerMonitor"=dword:00000000
;b Display only the most recent window (per application switcher)
;b Group windows of the same app
"SwitcherIsPerApplication"=dword:00000000
;b %PLACEHOLDER_0001%
"NoPerApplicationList"=dword:00000000
Expand Down
Loading

0 comments on commit 0eab830

Please sign in to comment.