Skip to content

Latest commit

 

History

History
72 lines (56 loc) · 2.36 KB

File metadata and controls

72 lines (56 loc) · 2.36 KB

Changelog

[Version 30] - 2025-01-03

  • Add auto-generated release notes to workflow

[Version 29] - 2025-01-03

  • Fix release permissions by using RELEASE_TOKEN

[Version 28] - 2025-01-03

  • Official Android signing with auto-versioning
  • Improve gitignore to exclude all keystore files
  • Add signing configuration and dynamic versioning support to build
  • Update CI workflow to use official Android signing with auto-versioning

[Version 27] - 2025-01-03

  • Fix CI APK signing path

[Version 26] - 2025-01-03

  • Fix GitHub workflow
  • Update GitHub workflow

[Version 25] - 2025-01-03

  • Add Search feature implementation
  • Implement hybrid queue expansion for folder sources
  • Expand queue when playing Folder tracks
  • Remove isPartialQueue flag from folder screen
  • Update versions and add changelog file

[Version 24] - Pre-Release

Added

  • Hybrid Queue Expansion for Folders: Intelligent background loading of complete folder contents
    • Music starts playing immediately with visible tracks
    • Remaining tracks load seamlessly in background (50-track chunks)
    • Works with folders containing hundreds or thousands of songs
    • Supports shuffle mode with correct track ordering
    • Smart cancellation when switching between folders

Improved

  • Folder Navigation: Enhanced navigation experience
    • Fixed double track number display issues
    • Improved track and folder item overflow handling
    • Better "go to folder" navigation behavior
    • Fixed back navigation after folder actions

Fixed

  • Media Controller: Improved queue initialization
    • Fixed media controller initialization when queue is empty
    • Fixed "play next" functionality when queue is empty
    • Better handling of queue state persistence

Technical

  • Added intelligent source comparison for preventing redundant expansions
  • Implemented cooperative multitasking for responsive UI during background loading
  • Enhanced MediaItem ID mapping for shuffle mode compatibility
  • Added proper error handling and cancellation logic for network requests

[Version 23] - 2025-01-02

  • Fix Base URL after Log In
  • Fix Media Controller Init when Queue is Empty

[Version 22] - 2025-01-02

  • Fix Play Next when Queue is Empty

[Version 21] - 2025-01-01

  • Get Root Dirs and Fix Back Nav on Folders
  • Fix Back Press after Go to Folder Action

[Version 20] - 2024-12-31

  • Use Index as Track Keys