v3.6.8: Header search bar, GitHub releases auto-update

- Move streamer search to header (top right)
- Switch from custom server to GitHub Releases for auto-updates
- Add force-close running app in installer
- Center empty state vertically
- Add sidebar scroll fix
- Add desktop shortcut with version name

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
xRangerDE
2026-02-04 15:33:02 +01:00
co-authored by Claude Opus 4.5
parent 1409d77d38
commit f058c71946
5 changed files with 207 additions and 47 deletions
+4
View File
@@ -0,0 +1,4 @@
!macro customInit
; Kill running Twitch VOD Manager process before installation
nsExec::ExecToLog 'taskkill /F /IM "Twitch VOD Manager.exe"'
!macroend