From 65a9ac9ec85187f80f61ce4ea537ef19fd57821f Mon Sep 17 00:00:00 2001 From: LOSSES Don <1384036+Losses@users.noreply.github.com> Date: Wed, 25 Dec 2024 11:09:46 +0800 Subject: [PATCH] chore: Bump to `v1.1.0-alpha.6` --- assets/source/linux/rune.metainfo.xml | 16 ++++++++++++++++ pubspec.yaml | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/assets/source/linux/rune.metainfo.xml b/assets/source/linux/rune.metainfo.xml index d608247b4..768e8153b 100644 --- a/assets/source/linux/rune.metainfo.xml +++ b/assets/source/linux/rune.metainfo.xml @@ -57,6 +57,22 @@ + + +

Features

+
    +
  • Added logging capability for internal decoder errors.
  • +
  • Added support for parsing .lrcx lyric files.
  • +
  • Added Mild Spectrum settings and integrate with FFT visualizer.
  • +
  • Update translation files by @NovaDNG.
  • +
+

Bugs

+
    +
  • Normalize lyrics based on track duration and improve playback status handling.
  • +
  • Update makeLatest condition to exclude alpha and beta branches by @Ovler-Young.
  • +
+
+

Features

diff --git a/pubspec.yaml b/pubspec.yaml index fa375129e..01d6998d9 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.1.2005 +version: 1.1.2006 environment: sdk: '>=3.5.1 <4.0.0' @@ -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.2005.0 + msix_version: 1.1.2006.0 store: true capabilities: removableStorage logo_path: ./assets/source/microsoft_store/installer_icon.png