From 2ba0a8ca3c1ea17064e9473de732fada3e388fcd Mon Sep 17 00:00:00 2001 From: LOSSES Don <1384036+Losses@users.noreply.github.com> Date: Sun, 22 Dec 2024 16:25:31 +0800 Subject: [PATCH] chore: Bump to `v1.1.0-alpha.5` --- README.md | 3 +- assets/source/linux/rune.metainfo.xml | 83 ++++++++++++++++----------- pubspec.yaml | 4 +- 3 files changed, 53 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index abd9a5f7e..47eb67523 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ Nix Flakes Issue Hunt GitHub Actions Workflow Status - GitHub Release + Stable Release + Preview Release

diff --git a/assets/source/linux/rune.metainfo.xml b/assets/source/linux/rune.metainfo.xml index f6199319b..d608247b4 100644 --- a/assets/source/linux/rune.metainfo.xml +++ b/assets/source/linux/rune.metainfo.xml @@ -57,38 +57,53 @@ - - -

Features

-
    -
  • Enhanced cover art extraction with `cover.png`, `folder.png`
  • -
  • Added support for TTML (Timed Text Markup Language) file parsing in audio lyrics
  • -
  • Implemented VTT (Web Video Text Tracks) file parsing alongside existing .lrc support
  • -
  • Adding Control + O shortcut to open files
  • -
  • Updated Japanese and Chinese localization for improved consistency by @NovaDNG and @123Duo3
  • -
-

Bugs

-
    -
  • Updated navigation logic for cover wall and lyrics display
  • -
  • Removed experimental flag from Traditional Chinese language option
  • -
-
-
- - -

Features

-
    -
  • Add config buttons on mobile devices for scrobbling services
  • -
  • Update lyric scroll scheduling logic
  • -
  • Update JA, JA_Kana and JA_Nise translation by @NovaDNG
  • -
-

Bugs

-
    -
  • macOS build is broken by @laosb
  • -
-
-
- + + +

Features

+
    +
  • Added support for SRT format lyrics files.
  • +
+

Bugs

+
    +
  • Opening files via keyboard shortcuts would cause the UI to freeze.
  • +
  • Scrobbling was not possible after switching Libraries.
  • +
  • Dragging the main window would incorrectly trigger navigation actions.
  • +
+
+
+ + +

Features

+
    +
  • Enhanced cover art extraction with `cover.png`, `folder.png`
  • +
  • Added support for TTML (Timed Text Markup Language) file parsing in audio lyrics
  • +
  • Implemented VTT (Web Video Text Tracks) file parsing alongside existing .lrc support
  • +
  • Adding Control + O shortcut to open files
  • +
  • Updated Japanese and Chinese localization for improved consistency by @NovaDNG and + @123Duo3
  • +
+

Bugs

+
    +
  • Updated navigation logic for cover wall and lyrics display
  • +
  • Removed experimental flag from Traditional Chinese language option
  • +
+
+
+ + +

Features

+
    +
  • Add config buttons on mobile devices for scrobbling services
  • +
  • Update lyric scroll scheduling logic
  • +
  • Update JA, JA_Kana and JA_Nise translation by @NovaDNG
  • +
+

Bugs

+
    +
  • macOS build is broken by @laosb
  • +
+
+
+

Features

    @@ -98,14 +113,14 @@
- +

Features

  • Implemented lyrics display interface
  • Added lyrics viewing capability for the music player
  • Introduced file drag-and-drop functionality for window playback
  • -
  • Implemented pseudo Chinese translation support by @NovaDNG
  • +
  • Implemented pseudo Chinese translation support by @NovaDNG

Bugs

    diff --git a/pubspec.yaml b/pubspec.yaml index 5b3d99434..fa375129e 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.2004 +version: 1.1.2005 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.2004.0 + msix_version: 1.1.2005.0 store: true capabilities: removableStorage logo_path: ./assets/source/microsoft_store/installer_icon.png