File tree 2 files changed +27
-2
lines changed
2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 39
39
</screenshots >
40
40
<launchable type =" desktop-id" >com.unicornsonlsd.finamp.desktop</launchable >
41
41
<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 >
42
67
<release version =" 0.9.11-beta" date =" 2024-09-17" >
43
68
<url type =" details" >https://github.com/jmshrv/finamp/releases/tag/0.9.11-beta</url >
44
69
<description >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
15
15
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
16
16
# Read more about iOS versioning at
17
17
# 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
19
19
20
20
environment :
21
21
sdk : " >=3.3.0 <4.0.0"
@@ -189,7 +189,7 @@ msix_config:
189
189
display_name : Finamp
190
190
publisher_display_name : jmshrv
191
191
identity_name : com.unicornsonlsd.finamp
192
- msix_version : 0.9.11 .0
192
+ msix_version : 0.9.12 .0
193
193
logo_path : ./images/finamp_cropped.png
194
194
trim_logo : false # don't force logo to be square, it will be stretched
195
195
# backgroundMediaPlayback prevents apps from getting muted or killed when being in the background (won't build if included at the moment)
You can’t perform that action at this time.
0 commit comments