Skip to content

Commit

Permalink
Bump version to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anandnet committed Apr 6, 2024
1 parent ca5d9bc commit 71ec8ed
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/changelogs/14.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion lib/ui/screens/Settings/settings_screen_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions windows/packaging/exe/inno_setup.iss
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 71ec8ed

Please sign in to comment.