Adds a Windows-specific uninstaller under windows/uninstaller/ that:
- Shows a Yes/No confirmation dialog via Windows Forms
- Displays a live progress window (no console) during removal
- Removes app files, Start Menu/Desktop/Startup shortcuts,
AppData configuration, and all registry entries
- Mirrors paths/keys from the Inno Setup installer (inno_setup.iss)
- Includes a Register-SpotubeUninstaller.ps1 helper to surface the
uninstaller in Control Panel -> Programs and Features
- Provides a .bat wrapper (WindowStyle Hidden) so only GUI dialogs show
Closes: N/A
* chore: replace windows app icon by a higher resolution (#2838)
Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com>
* fix: upgrade NewPipeExtractor to latest version fixinng playback issue
* cd: disable free disk space step
* chore: upgrade pubspec
* fix(android): build not working due to
* chore: remove package assets folder
* fix: lyrics not working
* chore: generate changelog
---------
Co-authored-by: Tobse <1190109+TobseF@users.noreply.github.com>
* feat(queue): add multi-select and bulk actions to queue
- Add selection mode to PlayerQueue with long-press to select
- Disable inner navigation (title/artist) when selecting via TrackTile
- Show checkboxes only in selection mode
- Add selection AppBar behavior and bottom-sheet menu with: Select all, Add to playlist, Remove selected, Cancel
- Reuse existing PlaylistAddTrackDialog for bulk add
- Hide drag handle while in selection mode
Closes: # (implement multi-select queue feature)
* chore: update .gitignore to include .vscode and modify signing configurations back to default in build.gradle
* chore: add VS Code configuration files
* chore: update dependencies in pubspec.lock
* chore: update pubspec.lock to reflect dependency changes and version updates
* chore: fix replace material widgets with shadcn widgets
---------
Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com>