From 8f5bf70d00198912a84a1363c3bbdf6d810b170e Mon Sep 17 00:00:00 2001 From: Anand kumar Date: Sat, 19 Aug 2023 15:51:12 +0530 Subject: [PATCH] updated v1.4.0 --- CHANGELOG.md | 7 +++++++ lib/ui/screens/settings_screen_controller.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac67c1d7..ee23fa97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.4.0 +* Piped playlist integration - Feature requested in #28 +* Option added in settings to stop music on app cleared from ram/task #30 +* Fixed full song name in playlists #32 +* Fixed not appearing all songs in bookmarked platlist #37 +* Fixed - not able to scroll till the last song #44 + ## 1.3.2 * Patch version for issue #34 * Upgarded packages & update kotlin version diff --git a/lib/ui/screens/settings_screen_controller.dart b/lib/ui/screens/settings_screen_controller.dart index a4671899..c8febf1e 100644 --- a/lib/ui/screens/settings_screen_controller.dart +++ b/lib/ui/screens/settings_screen_controller.dart @@ -24,7 +24,7 @@ class SettingsScreenController extends GetxController { final isNewVersionAvailable = false.obs; final isLinkedWithPiped = false.obs; final stopPlyabackOnSwipeAway = false.obs; - final currentVersion = "V1.3.2"; + final currentVersion = "V1.4.0"; @override void onInit() { diff --git a/pubspec.yaml b/pubspec.yaml index 37b5669c..90dfb70b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.3.2+7 +version: 1.4.0+8 environment: sdk: '>=2.19.1 <3.0.0'