diff --git a/CHANGELOG.md b/CHANGELOG.md index 338d849d..eebd49df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/constants/app_info.dart b/lib/constants/app_info.dart index a4d623ce..9cad5feb 100644 --- a/lib/constants/app_info.dart +++ b/lib/constants/app_info.dart @@ -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'; diff --git a/pubspec.yaml b/pubspec.yaml index e9391ea2..be1c9d9e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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