Skip to content

Commit

Permalink
Bump version to v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
anandnet committed Oct 8, 2024
1 parent 7d142f6 commit e873622
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 45 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.10.1
* Improved song loading time (Android)
* Added slide gesture to song tile for playing next song by @DarkNinja15
* Optional feature: Gesture based player (Android)
* Prettified title on Windows app #279 (Windows)
* Fixed art img size
* Feature: Queue loop #234
* Fixed Stop music on task clear not working #268 (Android)
* Transparent bottom #177 (Android)
* Added null check on genID from Db #278
* Enable loading on Buffering #170
* Fixed AppImage don't play (Linux)


## 1.10.0
Fixes:
* fix: allow use of qt window decorations by @Merrit
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
* Improved song loading time
* Added slide gesture to song tile for playing next song by @DarkNinja15
* Optional feature: Gesture based player
* Fixed art img size
* Feature: Queue loop
* Fixed Stop music on task clear not working #268
* Transparent bottom
* Added null check on genID from Db
* Enable loading on Buffering
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 @@ -44,7 +44,7 @@ class SettingsScreenController extends GetxController {
final backgroundPlayEnabled = true.obs;
final restorePlaybackSession = false.obs;
final cacheHomeScreenData = true.obs;
final currentVersion = "V1.10.0";
final currentVersion = "V1.10.1";

@override
void onInit() {
Expand Down
Loading

0 comments on commit e873622

Please sign in to comment.