chore: bump version to 2.0.6+36

This commit is contained in:
zarzet
2026-01-05 12:21:05 +07:00
parent 3e841cef06
commit 525f2fd0cd
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
- **Metadata Case-Sensitivity**: Fixed FLAC metadata not being properly overwritten when downloaded file has lowercase tags
- Now uses case-insensitive comparison when replacing existing Vorbis comments
- Fixes issue where Amazon downloads could have duplicate metadata tags
- **Settings Navigation Freeze**: Fixed app freezing when navigating back from settings sub-menus on some devices (e.g., OnePlus Nord 2T 5G)
- **Settings Navigation Freeze**: Fixed app freezing when navigating back from settings sub-menus on some devices
- Added proper PopScope handling for predictive back gesture on Android 14+
## [2.0.5] - 2026-01-05
+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.0.5';
static const String buildNumber = '35';
static const String version = '2.0.6';
static const String buildNumber = '36';
static const String fullVersion = '$version+$buildNumber';
+1 -1
View File
@@ -1,7 +1,7 @@
name: spotiflac_android
description: Download Spotify tracks in FLAC from Tidal, Qobuz & Amazon Music
publish_to: 'none'
version: 2.0.5+35
version: 2.0.6+36
environment:
sdk: ^3.10.0