Skip to content

Commit

Permalink
chore: Bump to v1.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Losses committed Dec 12, 2024
1 parent 2b4c351 commit a385eea
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions assets/source/linux/rune.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,25 @@
</screenshots>

<releases>
<release version="1.0.0-rc.2" date="2024-12-12">
<description>
<p>Features</p>
<ul>
<li>Added support for Bandcamp platform licensing authentication</li>
<li>Hidden window control buttons in the Cover Art Wall interface on macOS by @XMLHexagram</li>
<li>Prepare for the unofficial FlatHub release by @Fei1Yang</li>
</ul>
<p>Bugs</p>
<ul>
<li>Fixed conflict issues between playback control buttons and touch gestures in the
library home settings interface</li>
<li>Resolved incorrect page margin issues in the search interface on Android</li>
<li>Fixed difficulty in triggering navigation bar text on touchscreens</li>
<li>Improved margin calculation for icon buttons in Band View</li>
<li>Corrected navigation bar positioning issues on Android</li>
</ul>
</description>
</release>
<release version="1.0.0-rc.1" date="2024-12-10">
<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.0.4001
version: 1.0.4002

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

0 comments on commit a385eea

Please sign in to comment.