diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b6cb8df..63a67390 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.10.3 +* Fixed Song is not playable due to server restriction! +* Added option to swipe to queue item removal and queue clear +* Desktop Full Screen player (Will open on clicking song title in mini player) +* Automatically download favorite songs #164 (Enable it from settings) +* Redirect to home before exiting +* Enabled download option for fav playlist +* Fixed Can't capitalize letters in playlist titles +* Fixed Last song in queue is covered on Android +* Fixed search button height in Android +* Fixed opening of album from song when album is already bookmarked + ## 1.10.2 * Fixed Song is not playable due to server restriction! * Added hl code #298 diff --git a/fastlane/metadata/android/changelogs/19.txt b/fastlane/metadata/android/changelogs/19.txt new file mode 100644 index 00000000..586b0a6a --- /dev/null +++ b/fastlane/metadata/android/changelogs/19.txt @@ -0,0 +1,9 @@ +* Fixed Song is not playable due to server restriction! +* Added option to swipe to queue item removal and queue clear +* Automatically download favorite songs #164 (Enable it from settings) +* Redirect to home before exiting +* Enabled download option for fav playlist +* Fixed Can't capitalize letters in playlist titles +* Fixed Last song in queue is covered on Android +* Fixed search button height in Android +* Fixed opening of album from song when album is already bookmarked \ No newline at end of file diff --git a/lib/ui/screens/Settings/settings_screen_controller.dart b/lib/ui/screens/Settings/settings_screen_controller.dart index 6e675f74..01fa55ab 100644 --- a/lib/ui/screens/Settings/settings_screen_controller.dart +++ b/lib/ui/screens/Settings/settings_screen_controller.dart @@ -45,7 +45,7 @@ class SettingsScreenController extends GetxController { final backgroundPlayEnabled = true.obs; final restorePlaybackSession = false.obs; final cacheHomeScreenData = true.obs; - final currentVersion = "V1.10.2"; + final currentVersion = "V1.10.3"; @override void onInit() { diff --git a/pubspec.yaml b/pubspec.yaml index 6b0f5493..5e9a8c8f 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.10.2+18 +version: 1.10.3+19 environment: sdk: ">=3.1.5 <4.0.0" diff --git a/windows/packaging/exe/inno_setup.iss b/windows/packaging/exe/inno_setup.iss index 6eac4604..4e738b68 100644 --- a/windows/packaging/exe/inno_setup.iss +++ b/windows/packaging/exe/inno_setup.iss @@ -1,6 +1,6 @@ [Setup] AppId=B9F6E402-0CAE-4045-BDE6-14BD6C39C4EA -AppVersion=1.10.2+18 +AppVersion=1.10.3+19 AppName=Harmony Music AppPublisher=anandnet AppPublisherURL=https://github.com/anandnet/Harmony-Music @@ -9,7 +9,7 @@ AppUpdatesURL=https://github.com/anandnet/Harmony-Music DefaultDirName={autopf}\harmonymusic DisableProgramGroupPage=yes OutputDir=. -OutputBaseFilename=harmonymusicv1.10.2 +OutputBaseFilename=harmonymusicv1.10.3 Compression=lzma SolidCompression=yes SetupIconFile=..\..\windows\runner\resources\app_icon.ico