diff --git a/assets/com.unicornsonlsd.finamp.metainfo.xml b/assets/com.unicornsonlsd.finamp.metainfo.xml index 30e706d8..3b4c3cba 100644 --- a/assets/com.unicornsonlsd.finamp.metainfo.xml +++ b/assets/com.unicornsonlsd.finamp.metainfo.xml @@ -39,6 +39,31 @@ com.unicornsonlsd.finamp.desktop + + https://github.com/jmshrv/finamp/releases/tag/0.9.12-beta + +

+ New Features +

+
    +
  • New look for tracks
  • +
  • Improved transcoding
  • +
  • More accessibility improvements
  • +
  • Hide advanced track info on the player screen
  • +
+

+ Bug Fixes +

+
    +
  • Fixed shuffling and source names in offline mode
  • +
  • Properly show durations longer than 1h
  • +
  • Fixed downloads migration from stable to beta
  • +
  • Updated dependencies, might fix some other bugs
  • +
+

+ Thank you for using Finamp! +

+
https://github.com/jmshrv/finamp/releases/tag/0.9.11-beta diff --git a/pubspec.yaml b/pubspec.yaml index 28e91391..ad7336c7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.9.11+111 +version: 0.9.12+112 environment: sdk: ">=3.3.0 <4.0.0" @@ -189,7 +189,7 @@ msix_config: display_name: Finamp publisher_display_name: jmshrv identity_name: com.unicornsonlsd.finamp - msix_version: 0.9.11.0 + msix_version: 0.9.12.0 logo_path: ./images/finamp_cropped.png trim_logo: false # don't force logo to be square, it will be stretched # backgroundMediaPlayback prevents apps from getting muted or killed when being in the background (won't build if included at the moment)