Skip to content

Commit

Permalink
Bug fixes and upgrade to latest sws
Browse files Browse the repository at this point in the history
  • Loading branch information
valinet committed Dec 21, 2021
1 parent 99fcf4f commit b31921a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Tested on OS build 22000.376.
* Fixed a bug that prevented the correct set up of "DisplayVersion" registry entry in the uninstall information registry key (.11)
* Secondary taskbars' context menu is displayed similarly to the primary taskbar's context menu for Windows 10 style (.12)
* Safeguards to prevent malicious executions on update mechanism hijacks for systems where User Account Control is disabled (#567) (.13)
* Option to prevent certain Control Panel links from being redirected to the Settings app (.14)
* Option to prevent certain Control Panel links from being redirected to the Settings app (.14), including in build 22523 (.15)

#### Simple Window Switcher

Expand All @@ -56,6 +56,7 @@ Tested on OS build 22000.376.
* Possibility to configure window padding (.7)
* Support for closing window with middle button ([#110](https://github.com/valinet/ExplorerPatcher/discussions/110#discussioncomment-1793318)) (.9)
* Mitigated an issue that may have prevented Explorer from launching correctly when Simple Window Switcher is set as window switcher (.9)
* Fixed a crash that could make Explorer restart repeatedly at startup or even hang indefinitely (#525) (.15)

## 22000.348.39

Expand Down
2 changes: 1 addition & 1 deletion libs/sws
6 changes: 3 additions & 3 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define VER_MAJOR 22000
#define VER_MINOR 376
#define VER_BUILD_HI 40
#define VER_BUILD_LO 14
#define VER_BUILD_LO 15
#define VER_FLAGS VS_FF_PRERELEASE


Expand All @@ -12,5 +12,5 @@
#define VER_STR(arg) #arg

// The String form of the version numbers
#define VER_FILE_STRING VALUE "FileVersion", "22000.376.40.14"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.376.40.14"
#define VER_FILE_STRING VALUE "FileVersion", "22000.376.40.15"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.376.40.15"

0 comments on commit b31921a

Please sign in to comment.