feat: multi-select batch delete and album grouping in history

- Add multi-select mode with long-press to select tracks
- Add bottom action bar for selection (Material 3 style)
- Add filter tabs: All/Albums/Singles
- Add album grouping view when Albums filter selected
- Add DownloadedAlbumScreen for viewing tracks in an album
- Reactive UI updates when tracks deleted
- Auto-pop when album has <2 tracks
- Update issue templates with (Stable Version) text
- Bump version to 2.2.8
This commit is contained in:
zarzet
2026-01-12 06:18:32 +07:00
parent a6d488696b
commit c673581c32
12 changed files with 1598 additions and 417 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
/// App version and info constants
/// Update version here only - all other files will reference this
class AppInfo {
static const String version = '2.2.7';
static const String buildNumber = '49';
static const String version = '2.2.8';
static const String buildNumber = '50';
static const String fullVersion = '$version+$buildNumber';