Skip to content

Commit

Permalink
Updated version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anandnet committed Oct 1, 2023
1 parent 08c8214 commit 5c1bebb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.5.0
* Added search feature where required - Feature requested in #45
* Fixed - loop song does not work #49
* Fixed - screen mismatching issue #57
* Fixed - Home page not loading #59
* Fixed - Some songs are not playing, it remains paused #60
* Fixed type #62 & made test more brighter #61

## 1.4.0
* Piped playlist integration - Feature requested in #28
* Option added in settings to stop music on app cleared from ram/task #30
Expand Down
2 changes: 1 addition & 1 deletion lib/ui/screens/settings_screen_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class SettingsScreenController extends GetxController {
final isNewVersionAvailable = false.obs;
final isLinkedWithPiped = false.obs;
final stopPlyabackOnSwipeAway = false.obs;
final currentVersion = "V1.4.0";
final currentVersion = "V1.5.0";

@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.4.0+8
version: 1.5.0+9

environment:
sdk: '>=2.19.1 <3.0.0'
Expand Down

0 comments on commit 5c1bebb

Please sign in to comment.