Skip to content

Commit

Permalink
bump version, add flathub release info
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaphasilor committed Nov 11, 2024
1 parent d8c0c15 commit 6f34e17
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions assets/com.unicornsonlsd.finamp.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,31 @@
</screenshots>
<launchable type="desktop-id">com.unicornsonlsd.finamp.desktop</launchable>
<releases>
<release version="0.9.12-beta" date="2024-11-12">
<url type="details">https://github.com/jmshrv/finamp/releases/tag/0.9.12-beta</url>
<description>
<p>
New Features
</p>
<ul>
<li>New look for tracks</li>
<li>Improved transcoding</li>
<li>More accessibility improvements</li>
<li>Hide advanced track info on the player screen</li>
</ul>
<p>
Bug Fixes
</p>
<ul>
<li>Fixed shuffling and source names in offline mode</li>
<li>Properly show durations longer than 1h</li>
<li>Fixed downloads migration from stable to beta</li>
<li>Updated dependencies, might fix some other bugs</li>
</ul>
<p>
<em>Thank you for using Finamp!</em>
</p>
</description>
<release version="0.9.11-beta" date="2024-09-17">
<url type="details">https://github.com/jmshrv/finamp/releases/tag/0.9.11-beta</url>
<description>
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 6f34e17

Please sign in to comment.