From cc5a7c21d90087405fd179b963e14a171d8c88ed Mon Sep 17 00:00:00 2001 From: JellyTau CI Date: Sat, 22 Aug 2026 10:29:01 +0000 Subject: [PATCH] chore(updater): manifest for v0.10.1 --- latest.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 latest.json diff --git a/latest.json b/latest.json new file mode 100644 index 00000000..dabd0351 --- /dev/null +++ b/latest.json @@ -0,0 +1,15 @@ +{ + "version": "0.10.1", + "notes": "\nA single fix, for something that had been quietly overriding a choice you made.\n\n### 🐛 Fixes\n\n- **Locking the screen no longer keeps playing a video's audio unless you asked\n it to.** The player has a background-audio button: turn it on and the sound\n carries on when you lock the screen or leave the app, turn it off and playback\n stops. It stopped working when video moved to the native renderer — which plays\n through a media service designed to keep going while the app is hidden — and\n nothing was left to stop it. So the audio continued whether the button was on\n or off, and there was no way to make it behave otherwise. The button governs it\n again: with it off, locking the screen pauses the video and unlocking resumes\n where you were; with it on, the audio continues as before. Music is untouched —\n it keeps playing when backgrounded, as a music player should — and a video in a\n picture-in-picture window keeps playing too, because the window is still on\n screen. If you had already paused before locking, it stays paused.\n (UR-040 → DR-224)", + "pub_date": "2026-08-22T10:29:00Z", + "platforms": { + "linux-x86_64": { + "signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVSczV4N1FMRVFQaW10NkxGa3IwazZlVXRucStkcVJUTmJIM0dIUmc2WEtjNkprQkNmcVhncVNNak9FSnIwT2NaZG1DYUVJd0d6Umt6SlluQ2FIUUtFaDZYTVNJZjZKWkFZPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzg3MzkwMDY3CWZpbGU6SmVsbHlUYXVfMC4xMC4xX2FtZDY0LkFwcEltYWdlCjU0azdCczA4N2p4Z3hQVzhYK3RIQmk0b1RBbk52dCtvYVduNEtiOHM4YzZHNklqTnRhTFg2ZkVQSm1PNUVuMmt1M3hCYnZDUHMxc0pIZ3FpZktqNkFRPT0K", + "url": "https://gitea.tourolle.paris/dtourolle/jellytau/releases/download/v0.10.1/JellyTau_0.10.1_amd64.AppImage" + }, + "windows-x86_64": { + "signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVSczV4N1FMRVFQaXVPdTF3ZUR6TFBvdnluM2xCZ2t6VVF6UlpwY1J2clRabHNyTUdTT1krMHBpZ3R6Zk4rT0c2dkJSa3F3YlREV0YzM01IdFU0WkdoYW4xRnplT21IUmd3PQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzg3MzkxMDI1CWZpbGU6SmVsbHlUYXVfMC4xMC4xX3g2NC1zZXR1cC5leGUKdzVEa2d2d1dxU3lIZENaTnNTNGRBZS9IY0lFdnp2aEhES09TdGFUY0o2Vlk2ZytyWlBvQVZjMUI1V1pQU0o4TENubWJkZEkzbUVTZkFFc0hlVmVBRFE9PQo=", + "url": "https://gitea.tourolle.paris/dtourolle/jellytau/releases/download/v0.10.1/JellyTau_0.10.1_x64-setup.exe" + } + } +}