Skip to content

Commit 6f34e17

Browse files
committed
bump version, add flathub release info
1 parent d8c0c15 commit 6f34e17

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

assets/com.unicornsonlsd.finamp.metainfo.xml

+25
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,31 @@
3939
</screenshots>
4040
<launchable type="desktop-id">com.unicornsonlsd.finamp.desktop</launchable>
4141
<releases>
42+
<release version="0.9.12-beta" date="2024-11-12">
43+
<url type="details">https://github.com/jmshrv/finamp/releases/tag/0.9.12-beta</url>
44+
<description>
45+
<p>
46+
New Features
47+
</p>
48+
<ul>
49+
<li>New look for tracks</li>
50+
<li>Improved transcoding</li>
51+
<li>More accessibility improvements</li>
52+
<li>Hide advanced track info on the player screen</li>
53+
</ul>
54+
<p>
55+
Bug Fixes
56+
</p>
57+
<ul>
58+
<li>Fixed shuffling and source names in offline mode</li>
59+
<li>Properly show durations longer than 1h</li>
60+
<li>Fixed downloads migration from stable to beta</li>
61+
<li>Updated dependencies, might fix some other bugs</li>
62+
</ul>
63+
<p>
64+
<em>Thank you for using Finamp!</em>
65+
</p>
66+
</description>
4267
<release version="0.9.11-beta" date="2024-09-17">
4368
<url type="details">https://github.com/jmshrv/finamp/releases/tag/0.9.11-beta</url>
4469
<description>

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1515
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616
# Read more about iOS versioning at
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18-
version: 0.9.11+111
18+
version: 0.9.12+112
1919

2020
environment:
2121
sdk: ">=3.3.0 <4.0.0"
@@ -189,7 +189,7 @@ msix_config:
189189
display_name: Finamp
190190
publisher_display_name: jmshrv
191191
identity_name: com.unicornsonlsd.finamp
192-
msix_version: 0.9.11.0
192+
msix_version: 0.9.12.0
193193
logo_path: ./images/finamp_cropped.png
194194
trim_logo: false # don't force logo to be square, it will be stretched
195195
# backgroundMediaPlayback prevents apps from getting muted or killed when being in the background (won't build if included at the moment)

0 commit comments

Comments
 (0)