-
-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
Bug Fixes | ||
|
||
- Fixed an issue where multiple random songs would play consecutively after one finishes. | ||
|
||
- If the user has not chosen an app theme, the default theme will now be applied. | ||
|
||
- Corrected the past form of the verb "backup" in localizations. | ||
|
||
- Resolved a crash occurring on Android devices running below version 10 when opening local music. | ||
|
||
Enhancements | ||
|
||
- Enhanced the responsiveness of the "Now Playing" page for a smoother user experience. | ||
|
||
- Updated the Portuguese translation to improve language accuracy. | ||
|
||
- Improved the backup and restore functions for better reliability and ease of use. | ||
|
||
- Updated existing playlists to ensure they are up to date and relevant. | ||
|
||
- Added three new playlists to expand the music selection. | ||
|
||
- Removed the lyrics feature, as the current implementation is no longer functional. | ||
|
||
- Implemented miscellaneous quality and performance improvements to enhance app stability and speed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
const appVersion = '5.5.0'; | ||
const appVersion = '5.6.0'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters