chore(release): v0.11.4
🏗️ Build and Test JellyTau / Run Tests (push) Skipped
🏗️ Build and Test JellyTau / Android Compile Check (push) Skipped
🏗️ Build and Test JellyTau / Supply Chain (push) Successful in 3m39s
Publish Documentation / Build & publish docs to gitea-pages (push) Successful in 5m21s
Traceability Validation / Check Requirement Traces (push) Successful in 10s
Build & Release / Run Tests (push) Successful in 14m51s
Build & Release / Build Linux (push) Successful in 20m25s
Build & Release / Build Windows (push) Successful in 15m29s
Build & Release / Build Android (push) Successful in 30m41s
Build & Release / Create Release (push) Successful in 45s

Three fixes since v0.11.3: Recently Added groups a new album's tracks into one
album card in the client rather than trusting the server's GroupItems; autoplay
crosses a season boundary instead of stopping dead at the last episode; and a
finished episode is no longer offered as its own "up next". Plus the Android
debug applicationId suffix, which the Tauri CLI's Gradle rewrite had been
dropping, so a debug build again installs beside a release one.

Version stamped with scripts/set-version.sh. defect-windows.md records the
Recently Added grouping as the second fix for the same symptom: v0.5.1 sent
GroupItems=true and the server does not always honour it.
This commit is contained in:
2026-08-26 19:42:54 +02:00
parent d25f6be697
commit 66e7889030
7 changed files with 54 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "JellyTau",
"version": "0.11.3",
"version": "0.11.4",
"identifier": "com.dtourolle.jellytau",
"build": {
"beforeDevCommand": "bun run dev",