Skip to content

Commit

Permalink
Bump app version to 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anandnet committed Nov 3, 2024
1 parent fd13d01 commit 47bb326
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/changelogs/19.txt
Original file line number Diff line number Diff line change
@@ -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
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 @@ -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() {
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.10.2+18
version: 1.10.3+19

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.10.2+18
AppVersion=1.10.3+19
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.10.2
OutputBaseFilename=harmonymusicv1.10.3
Compression=lzma
SolidCompression=yes
SetupIconFile=..\..\windows\runner\resources\app_icon.ico
Expand Down

0 comments on commit 47bb326

Please sign in to comment.