diff --git a/assets/source/linux/rune.metainfo.xml b/assets/source/linux/rune.metainfo.xml index 4b9b7db56..4a136de1d 100644 --- a/assets/source/linux/rune.metainfo.xml +++ b/assets/source/linux/rune.metainfo.xml @@ -37,6 +37,25 @@ + + +

Features

+
    +
  • Added support for Bandcamp platform licensing authentication
  • +
  • Hidden window control buttons in the Cover Art Wall interface on macOS by @XMLHexagram
  • +
  • Prepare for the unofficial FlatHub release by @Fei1Yang
  • +
+

Bugs

+
    +
  • Fixed conflict issues between playback control buttons and touch gestures in the + library home settings interface
  • +
  • Resolved incorrect page margin issues in the search interface on Android
  • +
  • Fixed difficulty in triggering navigation bar text on touchscreens
  • +
  • Improved margin calculation for icon buttons in Band View
  • +
  • Corrected navigation bar positioning issues on Android
  • +
+
+

Features

diff --git a/pubspec.yaml b/pubspec.yaml index 5c579e3c9..c9b8958bc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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' @@ -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