diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ed699c8..15125a49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 1.9.1 +* Added volume slider for desktop app #169 +* Added open in youtube/youtube music option #189 +* fixed list widget size issue android +* fixed queue rearrange issue android #165 +* Ucommented audiotags implementation for Auditag #163 +* Fixed song removal issue #162 +* Fixed Small Thumbnail issue #158 & #183 +* Fixed Album & playlist stuck on exception #192 +* Fixed Enabled/disabled color of toggles are misleading #178 +* Fixed RP playlist song order & added option for deletion #179 + + ## 1.9.0 * Added Windows and linux platform support #136 * Added feature to rearrange local playlist, add multiple songs to plalist, delete multiple songs #153 diff --git a/fastlane/metadata/android/changelogs/14.txt b/fastlane/metadata/android/changelogs/14.txt new file mode 100644 index 00000000..ba546ab7 --- /dev/null +++ b/fastlane/metadata/android/changelogs/14.txt @@ -0,0 +1,9 @@ +- Added open in youtube/youtube music option +- fixed list widget size issue +- fixed queue rearrange issue +- Ucommented audiotags implementation for Auditagging +- Fixed song removal issue +- Fixed Small Thumbnail issue +- Fixed Album & playlist stuck on exception +- Fixed Enabled/disabled color of toggles are misleading +- Fixed RP playlist song order & added option for deletion \ 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 8b10d8f0..26002e8d 100644 --- a/lib/ui/screens/Settings/settings_screen_controller.dart +++ b/lib/ui/screens/Settings/settings_screen_controller.dart @@ -41,7 +41,7 @@ class SettingsScreenController extends GetxController { final backgroundPlayEnabled = true.obs; final restorePlaybackSession = false.obs; final cacheHomeScreenData = true.obs; - final currentVersion = "V1.9.0"; + final currentVersion = "V1.9.1"; @override void onInit() { diff --git a/pubspec.yaml b/pubspec.yaml index 6d346ec1..815c29f0 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.9.0+13 +version: 1.9.1+14 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 f8760f56..0de4ae94 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.9.0+13 +AppVersion=1.9.1+14 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.9.0 +OutputBaseFilename=harmonymusicv1.9.1 Compression=lzma SolidCompression=yes SetupIconFile=..\..\windows\runner\resources\app_icon.ico