chore(updater): manifest for v0.11.4
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": "0.11.4",
|
||||
"notes": "\n### 🐛 Fixes\n\n- **A newly-added album shows up as one album, not as fourteen songs.**\n Importing an album filled the whole Recently Added row with that one album,\n one card per track, burying everything else added that week. The app does ask\n the server to group new tracks under their album, but the server only manages\n it for a track whose folder structure actually resolves an album — and older\n servers ignore the request altogether. The row is now grouped here as well, so\n what it shows is a property of the app rather than of the server it is talking\n to: one card per album, opening the album, keeping its artwork and artists, and\n standing where the first of its tracks stood so the newest is still first.\n Standalone tracks and movies are unaffected. (UR-024 → JA-016)\n\n- **A binge plays on past the end of a season.** Autoplay only ever looked\n inside the current season, so the last episode of one was the end of the line:\n with the screen locked and background audio playing, that is felt as playback\n simply stopping mid-binge, with no visible player to start it again. It now\n crosses into the first episode of the next season that has any, skipping empty\n seasons and never wandering into Specials. A sleep timer set to end-of-episode\n still stops at the boundary — crossing it is autoplay's decision, not the\n timer's. (UR-023, UR-040 → DR-263)\n\n- **The episode you just finished is no longer offered as the one to play next.**\n Watch an episode to the end, press Back, and the season list still ringed that\n same episode as \"Up next\" and scrolled to it. Nothing recorded the completion\n on the device — progress writes saved a position but never marked an episode\n watched, and cached server data dropped the watched flag on the way in — while\n the server's own \"next up\" answer is briefly one report behind and named the\n episode that had just ended. An episode is now counted as finished either when\n the server says so or when its position is past the same 95% mark that already\n disqualifies it from \"continue watching\", and the server's answer is checked\n against that before it is accepted. The highlight, the badge, the auto-scroll\n and which season opens expanded all follow the episode that really is next —\n and the checkmarks in the season list stay put. (UR-025, UR-062 → DR-264)\n\n### 🛠 Development\n\n- **A debug build installs alongside a release build again.** `bun run\n android:dev` produced an APK carrying the release application id, so installing\n it over a real release build failed outright and the obvious way out was to\n uninstall the release app and lose its data. The Tauri CLI rewrites the debug\n section of the generated Gradle file to inject its own settings, and that\n rewrite dropped the suffix that keeps the two apps apart; the suffix has moved\n somewhere the rewrite does not reach, and the build now asserts the id the APK\n actually carries rather than assuming it.",
|
||||
"pub_date": "2026-08-27T01:09:16Z",
|
||||
"platforms": {
|
||||
"linux-x86_64": {
|
||||
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVSczV4N1FMRVFQaW9CS2FybkNIUG4wbHdqZE1KUEVVYjdvZEp6WTNLcnF4YmJrcVJYdVphc3huM0xDTU5xeHlrRUFJVUlSQlVQT2FhcWJxQi81cDRoTjhTY0pQQkc1dlFJPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzg3NzgwNDU5CWZpbGU6SmVsbHlUYXVfMC4xMS40X2FtZDY0LkFwcEltYWdlCnZOQ0RJbHI4eTc1a3pBdmhGSjlMTjV4TlQveG9XWnhDTHIvNERqamR0TFB6ejcydzd0Q1prQUpxeFB5cnZRL2Fnc3R3UU5NN0dLbGRWTTlHdWNYVUNnPT0K",
|
||||
"url": "https://gitea.tourolle.paris/dtourolle/jellytau/releases/download/v0.11.4/JellyTau_0.11.4_amd64.AppImage"
|
||||
},
|
||||
"windows-x86_64": {
|
||||
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVSczV4N1FMRVFQaWxETk9oUUJlN0owZXUxT1k3ejBiREhuRXplcGt3SC9PVndzeTNHc0t6ajh2R2F5di93MGlZTTBqNFlLWVlwMTRwMElaTFVlQzhYWWlFbEhMUXJGVXdNPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzg3NzgxNDA3CWZpbGU6SmVsbHlUYXVfMC4xMS40X3g2NC1zZXR1cC5leGUKa2xaOW0zcFRMM3FYNFBqeVlob3AxODNVWHk5eXZGaGtwbVcwWW9VTkg4YUt6a3ordjM0OXlDZ3JzcDJVUW1iV1d2Q0ZEZ2ZWaFZ5RmJiYkg0bnJCQWc9PQo=",
|
||||
"url": "https://gitea.tourolle.paris/dtourolle/jellytau/releases/download/v0.11.4/JellyTau_0.11.4_x64-setup.exe"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user