From 811916af3b3a2604c303f0f6e99e885a532ede32 Mon Sep 17 00:00:00 2001 From: JellyTau CI Date: Thu, 24 Sep 2026 06:01:40 +0000 Subject: [PATCH] chore(updater): manifest for v0.13.2 --- 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 000000000..fd992ea8f --- /dev/null +++ b/latest.json @@ -0,0 +1,15 @@ +{ + "version": "0.13.2", + "notes": "\nA series opens with its episodes in under a second. v0.13.1 fixed the season\nlist; the episode list below it still took about five seconds on a Fairphone.\n\n### ⚡ Performance\n\n- **The episode list no longer waits for the server.** It used to wait for\n \"Next Up\" and your resume point, fetched from the server first, although every\n episode was already on the device. The list now shows as soon as it is\n loaded, and Next Up answers from the device first like everything else.\n (DR-101, DR-295)\n- **A page loads once.** Opening a series loaded it six times over, putting\n about seventy requests in flight at once. It now loads once, and re-loads only\n when something actually changed (reconnecting, marking watched). (DR-295)\n- **The local database finds things by index instead of reading everything.**\n Each item now records the one container it is listed under, so a series,\n season or album page is a single index lookup — under a millisecond on a\n 100,000-item library, where it used to scan the whole catalogue. The update\n converts an existing library in well under a second, once. (DR-012, DR-013)\n\n### 🐛 Fixes\n\n- **A series lists its seasons, not every episode as well.** Both the library\n view and the Downloads view mixed a series' episodes in with its seasons.\n (DR-013)", + "pub_date": "2026-09-24T06:01:40Z", + "platforms": { + "linux-x86_64": { + "signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVSczV4N1FMRVFQaWpsSitEUHhBVnYxTXlaTTFWMmwwY0RSdGlydzVxb2hkRkVpQlkvUTc1ZU1keGhXTkVzdTVWUDJQQk5jYkZ1VmpYT1pIWnh6VmxlSk5idkhZaGo1VWdJPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzkwMjI3NzUwCWZpbGU6SmVsbHlUYXVfMC4xMy4yX2FtZDY0LkFwcEltYWdlCmF2QXc3aklrL1VkNU5FYjRvUFArV2dMVkp2aDd3YWE3UnY0cFpOOGl4N2k0MjR5VHphK0l2Z2pzUlVEVWdiNUFncXJNUi8rOE5zVDE3RGZvS0FnRUF3PT0K", + "url": "https://gitea.tourolle.paris/dtourolle/jellytau/releases/download/v0.13.2/JellyTau_0.13.2_amd64.AppImage" + }, + "windows-x86_64": { + "signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVSczV4N1FMRVFQaWxHQXRRRWF0UmxiY0JmWUFXeDZCdkcxOGVGS3FGdWdNUmZhWGppSFhBMGtFYUg1L2NFSUh3c3JPRmlKdUdyK1VPQStDRjc2MGk5NGhtT3pMeERja1FrPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzkwMjI4NDE4CWZpbGU6SmVsbHlUYXVfMC4xMy4yX3g2NC1zZXR1cC5leGUKb0dDT2oxRmpBSTRKMmdXSzNLcE5aOEtxWStXdTFpOEN6WDluVFJ5OWRuejFMT3lQUUJkWGJzZWIvZCthYWY0QndYWTkxQmlmUnk5c3VxVkMra1EyQWc9PQo=", + "url": "https://gitea.tourolle.paris/dtourolle/jellytau/releases/download/v0.13.2/JellyTau_0.13.2_x64-setup.exe" + } + } +}