Skip to content

Commit

Permalink
chore: Bump to v1.1.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Losses committed Dec 21, 2024
1 parent 4b96b16 commit ad5273e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 15 deletions.
43 changes: 30 additions & 13 deletions assets/source/linux/rune.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,37 @@
</screenshots>

<releases>
<release version="1.1.0-alpha.4" date="2024-12-21">
<description>
<p>Features</p>
<ul>
<li>Enhanced cover art extraction with `cover.png`, `folder.png`</li>
<li>Added support for TTML (Timed Text Markup Language) file parsing in audio lyrics</li>
<li>Implemented VTT (Web Video Text Tracks) file parsing alongside existing .lrc support</li>
<li>Adding Control + O shortcut to open files</li>
<li>Updated Japanese and Chinese localization for improved consistency by @NovaDNG and @123Duo3 </li>
</ul>
<p>Bugs</p>
<ul>
<li>Updated navigation logic for cover wall and lyrics display</li>
<li>Removed experimental flag from Traditional Chinese language option</li>
</ul>
</description>
</release>
<release version="1.1.0-alpha.3" date="2024-12-20">
<description>
<p>Features</p>
<ul>
<li>Add config buttons on mobile devices for scrobbling services</li>
<li>Update lyric scroll scheduling logic</li>
<li>Update JA, JA_Kana and JA_Nise translation by @NovaDNG</li>
</ul>
<p>Bugs</p>
<ul>
<li>macOS build is broken by @laosb</li>
</ul>
</description>
</release>
<description>
<p>Features</p>
<ul>
<li>Add config buttons on mobile devices for scrobbling services</li>
<li>Update lyric scroll scheduling logic</li>
<li>Update JA, JA_Kana and JA_Nise translation by @NovaDNG</li>
</ul>
<p>Bugs</p>
<ul>
<li>macOS build is broken by @laosb</li>
</ul>
</description>
</release>
<release version="1.1.0-alpha.2" date="2024-12-20">
<description>
<p>Features</p>
Expand Down
4 changes: 2 additions & 2 deletions 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.1.2003
version: 1.1.2004

environment:
sdk: '>=3.5.1 <4.0.0'
Expand Down Expand Up @@ -167,7 +167,7 @@ msix_config:
publisher_display_name: Losses Don
identity_name: 23662LossesDon.RunePlayer
publisher: CN=16FBEDB1-15BD-44BA-B4B4-FF0448A66E6C
msix_version: 1.1.2003.0
msix_version: 1.1.2004.0
store: true
capabilities: removableStorage
logo_path: ./assets/source/microsoft_store/installer_icon.png
Expand Down

0 comments on commit ad5273e

Please sign in to comment.