Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
Merge branch 'valinet-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
creeper-0910 committed May 27, 2022
2 parents 318c564 + bde92a2 commit 898ddd9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ OSビルド 22000.708 でテストされました。
* 次の画像に切り替える" のスケジュールを設定する。
* デスクトップ アイコンをバイパスして、プロパティ UI から機能を操作します。
* 例えば、「天気」タブは、Windows 11タスクバーを選択した場合、このモードではその中のオプションは何も適用されないため、表示されません。


##### 2

* sws: ウィンドウが点滅しているときにスイッチャーが表示されないと、不要なペイントイベントが発生する不具合を修正

## 22000.675.45

OSビルド 22000.675 でテストされました。
Expand All @@ -43,6 +47,10 @@ OSビルド 22000.675 でテストされました。
* libvalinet: toast.h` のメモリリークを修正。
* sws: スイッチャーが応答しない (ハングした) immersive (UWP) ウィンドウをリストに 2 回表示する原因となっていたバグを修正した

##### 3

* sws: Fixed a bug that created unnecessary paint events when a window was flashing and the switcher is not shown

## 22000.613.44

Tested on OS build 22000.613.
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 708
#define VER_BUILD_HI 46
#define VER_BUILD_LO 1
#define VER_BUILD_LO 2
#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.708.46.1"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.708.46.1"
#define VER_FILE_STRING VALUE "FileVersion", "22000.708.46.2"
#define VER_PRODUCT_STRING VALUE "ProductVersion", "22000.708.46.2"

0 comments on commit 898ddd9

Please sign in to comment.