Skip to content

Commit

Permalink
updated v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anandnet committed Aug 19, 2023
1 parent fe9294f commit 8f5bf70
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.4.0
* Piped playlist integration - Feature requested in #28
* Option added in settings to stop music on app cleared from ram/task #30
* Fixed full song name in playlists #32
* Fixed not appearing all songs in bookmarked platlist #37
* Fixed - not able to scroll till the last song #44

## 1.3.2
* Patch version for issue #34
* Upgarded packages & update kotlin version
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.3.2";
final currentVersion = "V1.4.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.3.2+7
version: 1.4.0+8

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

0 comments on commit 8f5bf70

Please sign in to comment.