fix(updater): hold Windows update notice during WinGet moderation window (#1200)

* fix(updater): hold Windows update notice during WinGet moderation window

* docs(changelog): Windows update notice WinGet moderation delay
This commit is contained in:
Psychotoxical
2026-06-27 14:50:37 +02:00
committed by GitHub
parent ed02ba4e1d
commit 7e6a2100e5
4 changed files with 70 additions and 2 deletions
+6
View File
@@ -351,6 +351,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* If a screen hit an unexpected rendering error, the whole window could go blank with no way back. The app now shows a small recoverable error card (Try again / Reload app) instead, and playback keeps going.
### Windows update notice waits out WinGet moderation
**By [@Psychotoxical](https://github.com/Psychotoxical), PR [#1200](https://github.com/Psychotoxical/psysonic/pull/1200)**
* On Windows, the "update available" notice now waits until a release is a couple of days old, so it no longer points to a version that WinGet has not finished publishing yet. macOS and Linux are unaffected.
## [1.48.1] - 2026-06-15
## Fixed