forked from varunaditya-plus/SeerrFin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
437 lines (437 loc) · 22.4 KB
/
Copy pathmanifest.json
File metadata and controls
437 lines (437 loc) · 22.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
[
{
"guid": "c8e4f2a1-9b3d-4e7f-a6c2-1d5e8f0a3b7c",
"name": "SeerrFin",
"description": "The best way to discover and request Movies and TV Shows through Seerr directly in Jellyfin.",
"overview": "This plugin lets you add two extra tabs to your top bar, allowing you to discover new Movies and TV Shows, and easily request them in any quality profile you want.",
"owner": "varunaditya-plus",
"category": "General",
"imageUrl": "https://raw.githubusercontent.com/varunaditya-plus/SeerrFin/main/thumb.png",
"repositoryUrl": "https://github.com/varunaditya-plus/SeerrFin",
"versions": [
{
"version": "1.6.5.1",
"changelog": "Added option to disable image caching and directly load images from tmdb sources",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.6.5.1/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "C6D6C705E1E67BFD62874EBD0388B21B",
"timestamp": "2026-07-28T09:54:48.0000000Z",
"dependencies": []
},
{
"version": "1.6.5.0",
"changelog": "Made tabs customizable through an input field in config to change tab titles",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.6.5.0/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "E0372C742291B4DCF060448ED411A984",
"timestamp": "2026-07-28T09:37:02.0000000Z",
"dependencies": []
},
{
"version": "1.6.4.2",
"changelog": "Fixed disabled tabs reenabling after server restart and Jellyfin home rows disappearing on tab rebuild",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.6.4.2/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "E08A90D7B10B39E737D52FF369C6624E",
"timestamp": "2026-07-28T08:57:31.0000000Z",
"dependencies": []
},
{
"version": "1.6.4.1",
"changelog": "Added auto-refresh for Requests tab, with customizable options in advanced settings",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.6.4.1/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "13EBC26B7F907622340B794ED1E5521C",
"timestamp": "2026-07-27T18:08:47.0000000Z",
"dependencies": []
},
{
"version": "1.6.4.0",
"changelog": "Added skeletons for native cards, and shimmer skeleton for thumbnails. Also fixed native poster thumbnails not working",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.6.4.0/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "D9A66AD882E26143FD7DCE83BE189257",
"timestamp": "2026-07-27T09:11:10.0000000Z",
"dependencies": []
},
{
"version": "1.6.3.0",
"changelog": "Now SeerrFin tabs are now injected directly without Custom Tabs dependency. Also simplified Overview config page, and allowed SF tabs' order to be switched using draggable boxes",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.6.3.0/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "F9C56A32E150F65370CF1905518844DE",
"timestamp": "2026-07-25T10:32:58.0000000Z",
"dependencies": []
},
{
"version": "1.6.2.1",
"changelog": "Fixed genre/streaming service/studio box cards, and slightly updated config",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.6.2.1/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "60F856666E7C2EF1DCBEB03706F505F1",
"timestamp": "2026-07-22T07:32:34.0000000Z",
"dependencies": []
},
{
"version": "1.6.2.0",
"changelog": "Made Requests tab loading faster via server-side pagination and add a reload button which shows success/error on reload",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.6.2.0/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "D9E3AB8C6320EB824CE99FE507F7BE91",
"timestamp": "2026-07-22T06:18:39.0000000Z",
"dependencies": []
},
{
"version": "1.6.1.3",
"changelog": "Request modal now uses the default backdrop image instead of the english backdrop image (which has the movie's logo)",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.6.1.3/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "98DE6CD57F793B0A751DC5EB470F4DD0",
"timestamp": "2026-07-20T11:22:54.0000000Z",
"dependencies": []
},
{
"version": "1.6.1.2",
"changelog": "Added better logging throughout app to better catch errors/failures, especially with custom tab loading",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.6.1.2/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "D41557D28549DFC638CD40B390D4DD8D",
"timestamp": "2026-07-17T08:42:11.0000000Z",
"dependencies": []
},
{
"version": "1.6.1.1",
"changelog": "Honor settings across search and backdrop flows",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.6.1.1/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "B56403BEA757AFC63850C57A7D398CEB",
"timestamp": "2026-07-14T09:01:10.0000000Z",
"dependencies": []
},
{
"version": "1.6.1.0",
"changelog": "Added the option for native Jellyfin-style UI for carousels, grid pages, and search results, with better backdrop hydration and grid navigation",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.6.1.0/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "7602E2B75F7C99BC63E2F392427C360E",
"timestamp": "2026-07-14T07:51:41.0000000Z",
"dependencies": []
},
{
"version": "1.6.0.0",
"changelog": "Add search integration to show Seerr results in Jellyfin search, updated config page slightly to organize settings more intuitively",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.6.0.0/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "A5310DCC4AAEFA10C3FC37AC3C05C2F0",
"timestamp": "2026-06-29T00:31:24.0000000Z",
"dependencies": []
},
{
"version": "1.5.6.4",
"changelog": "Standardised all html edits to use template strings, and slightly changed modals on desktop",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.5.6.4/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "2D62C905F63D5CC252D80B14EB1DE150",
"timestamp": "2026-06-19T16:17:08.0000000Z",
"dependencies": []
},
{
"version": "1.5.6.3",
"changelog": "Moved carousel arrows across from carousel title, and make genre/streaming service/studio carousels styled like discovery carousels",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.5.6.3/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "ACC95CE0BDA5E4D46356A4AFF52ACCF8",
"timestamp": "2026-06-17T23:00:49.0000000Z",
"dependencies": []
},
{
"version": "1.5.6.2",
"changelog": "Updated any Jellyseerr references to be Seerr",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.5.6.2/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "0819DC68A0BB9226070F189550BCC498",
"timestamp": "2026-06-17T20:24:03.0000000Z",
"dependencies": []
},
{
"version": "1.5.6.1",
"changelog": "Updated config page to split everything into multiple pages and organize it more nicely",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.5.6.1/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "45B8A16CB8D3E60E790A71FFF8596EEB",
"timestamp": "2026-06-17T20:09:25.0000000Z",
"dependencies": []
},
{
"version": "1.5.6.0",
"changelog": "Loading skeletons, and carousels load in in real time",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.5.6.0/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "DAEA480703305406D022C13F6C51EFE1",
"timestamp": "2026-06-16T22:02:25.0000000Z",
"dependencies": []
},
{
"version": "1.5.5.0",
"changelog": "Added filtering by release type options (Theatre, Digital, Physical, etc.) to discovery and slightly updated config",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.5.5.0/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "0DF45B613266C172846FE737D7190867",
"timestamp": "2026-06-16T21:51:59.0000000Z",
"dependencies": []
},
{
"version": "1.5.4.1",
"changelog": "Slightly updated config page",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.5.4.1/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "38AADC8681F29ADB819D219961F09434",
"timestamp": "2026-06-16T09:23:21.0000000Z",
"dependencies": []
},
{
"version": "1.5.4.0",
"changelog": "Tabs not working and erroring out on first install",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.5.4.0/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "D66AFD04858608160D6C50576948E24F",
"timestamp": "2026-06-13T19:34:48.0000000Z",
"dependencies": []
},
{
"version": "1.5.3.0",
"changelog": "Added advanced settings for all parts of the app to allow user to configure intricate functionality",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.5.3.0/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "8E7A83B1719E748395C6BE907FA5804D",
"timestamp": "2026-06-12T20:33:00.0000000Z",
"dependencies": []
},
{
"version": "1.5.2.0",
"changelog": "Update caching to use batch backdrop hydration and cache headers with Etags to load cached images faster without a request for each image",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.5.2.0/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "1A951E228BDD32AEFFB178D46E2FFA42",
"timestamp": "2026-06-08T21:31:13.0000000Z",
"dependencies": []
},
{
"version": "1.5.1.0",
"changelog": "Added infinite scroll for carousels on discover pages",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.5.1.0/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "27ED8CADB234F713E6F43F5B5ED97F9C",
"timestamp": "2026-06-08T20:13:30.0000000Z",
"dependencies": []
},
{
"version": "1.5.0.0",
"changelog": "renamed plugin to SeerrFin",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.5.0.0/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
"checksum": "1AAD8D4E8DA14C17A7DD679DD274008E",
"timestamp": "2026-06-07T13:46:58.0000000Z",
"dependencies": []
},
{
"version": "1.4.2.0",
"changelog": "Added request progress and detect already requested content. Replaced dashboard alerts with error box",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.4.2.0/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "3B3CB67C9C94718F11D7FBF4FF08BC16",
"timestamp": "2026-06-02T07:33:07.0000000Z",
"dependencies": []
},
{
"version": "1.4.1.0",
"changelog": "Improved Letterboxd tab design, added progress when loading watchlist. Also fixed poster images not loading on Letterboxd tab",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.4.1.0/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "85275C0D32A6CD40C2E3A3419F3EEEA3",
"timestamp": "2026-06-01T18:03:43.0000000Z",
"dependencies": []
},
{
"version": "1.4.0.0",
"changelog": "New Letterboxd tab to let users import content from their Letterboxd watchlist directly into Jellyfin, and then request using a single quality profile, the highest quality available for each, or the most commonly released quality for each",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.4.0.0/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "77E1D7357AF3B9BFF4713A00E59F564B",
"timestamp": "2026-06-01T14:57:56.0000000Z",
"dependencies": []
},
{
"version": "1.3.6.1",
"changelog": "Quality recommendation toggle in config",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.3.6.1/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "D4B1A83F871C0B09FFC528F0D35A344B",
"timestamp": "2026-06-01T07:54:56.0000000Z",
"dependencies": []
},
{
"version": "1.3.6.0",
"changelog": "Quality recommendations in request modal to help user decide which quality to choose when requesting",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.3.6.0/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "8020582E16DE8C9567131E61E8F9AD53",
"timestamp": "2026-05-31T22:41:08.0000000Z",
"dependencies": []
},
{
"version": "1.3.5.2",
"changelog": "Fixed failed shows not displaying properly, and removed duplicate items from grid pages",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.3.5.2/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "26CEE0A34DD7A396F266BB49AD87FE0E",
"timestamp": "2026-05-31T14:24:47.0000000Z",
"dependencies": []
},
{
"version": "1.3.5.1",
"changelog": "Fixed image caching not working and not loading images on requests page",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.3.5.1/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "553C62E13D8FF6BBD1CC11BA9146A835",
"timestamp": "2026-05-30T10:48:00.0000000Z",
"dependencies": []
},
{
"version": "1.3.5.0",
"changelog": "Added Radarr/Sonarr action buttons to open Radarr/Sonarr urls directly from requests",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.3.5.0/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "DB4EE755283DB8B2BB729ECA61415147",
"timestamp": "2026-05-28T20:43:32.0000000Z",
"dependencies": []
},
{
"version": "1.3.4.0",
"changelog": "Added progress tracking using Radarr/Sonarr to request cards, and config settings to enter Radarr/Sonarr details. Also added BST to main menu (with a cool icon)",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.3.4.0/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "5846BFFBED78578449B5B19D73CA9D36",
"timestamp": "2026-05-28T20:06:08.0000000Z",
"dependencies": []
},
{
"version": "1.3.3.1",
"changelog": "Eleganfin theme fixes",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.3.3.1/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "DE7EEA9147B17731323F048D717D8FEE",
"timestamp": "2026-05-27T21:46:19.0000000Z",
"dependencies": []
},
{
"version": "1.3.3.0",
"changelog": "Added Seerr button on Requests page which opens requested content in Seerr. Also added External Seerr URL setting in config",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.3.3.0/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "5D18CBCF9D6F150EE6E147BAE43E5094",
"timestamp": "2026-05-27T21:14:24.0000000Z",
"dependencies": []
},
{
"version": "1.3.2.0",
"changelog": "Added tv show season picker before quality selection and send chosen seasons to Seerr. Allowed rerequest even if content already requested",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.3.2.0/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "1C6374FB11E4BE995D6DE07EC1B99375",
"timestamp": "2026-05-26T17:45:10.0000000Z",
"dependencies": []
},
{
"version": "1.3.1.0",
"changelog": "Added request card actions so users can go directly to the Jellyfin library for downloaded media, or open a modal to request content again",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.3.1.0/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "B3E9E18C37D94421D7B3747B613775B6",
"timestamp": "2026-05-26T06:37:32.0000000Z",
"dependencies": []
},
{
"version": "1.3.0.0",
"changelog": "Added Requests page to allow users to see all Seerr requests directly in Jellyfin.",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.3.0.0/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "AA1B0074FE5ADA4CA258A39BB44D998E",
"timestamp": "2026-05-25T20:06:01.0000000Z",
"dependencies": []
},
{
"version": "1.2.5.0",
"changelog": "Duotone customization using tmdb filter for images, and \"Customize\" button on configuration page to select colors for the duotone filter.",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.2.5.0/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "99099573E57AA622F8415F1A58CABF41",
"timestamp": "2026-05-25T09:10:58.0000000Z",
"dependencies": []
},
{
"version": "1.2.4.0",
"changelog": "Added support for landscape thumbnails in discovery cards, with a setting to switch between landscape/portrait thumbnails.",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.2.4.0/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "A2AD8B0492A76AE56F3F4A73DF63BAE3",
"timestamp": "2026-05-23T19:43:49.0000000Z",
"dependencies": []
},
{
"version": "1.2.3.0",
"changelog": "Added genre background for genre boxes, with a toggleable setting.",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.2.3.0/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "2C6879DE41EFF21CE0E5C4E3DD8E4458",
"timestamp": "2026-05-22T15:26:32.0000000Z",
"dependencies": []
},
{
"version": "1.2.2.0",
"changelog": "Added streaming service, studio and network logo images instead of text, with a toggleable setting.",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.2.2.0/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "5089077AC9F21184324C4EAB58E8AF53",
"timestamp": "2026-05-22T09:18:12.0000000Z",
"dependencies": []
},
{
"version": "1.2.1.0",
"changelog": "Fixed anime carousel/section not showing content due to Seerr's filters.",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.2.1.0/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "07E64F8C7CC2DCB2F25E769BD913B424",
"timestamp": "2026-05-21T22:05:38.0000000Z",
"dependencies": []
},
{
"version": "1.2.0.0",
"changelog": "Added \"View more\" button to see a grid page with all content in a section. Completed genre, studio and network boxes so they open grid pages on click.",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.2.0.0/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "3DAFE099115B39FCB91B845E04E8B030",
"timestamp": "2026-05-21T21:07:42.0000000Z",
"dependencies": []
},
{
"version": "1.0.0.1",
"changelog": "Updated UI on configuration page (in settings).",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.0.0.1/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "6D73CCCA785F8D582A2974E10ED81548",
"timestamp": "2026-05-21T12:43:03.0000000Z",
"dependencies": []
},
{
"version": "1.0.0.0",
"changelog": "First version of SeerrFin with discovery tabs and request modal.",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.0.0.0/Jellyfin.Plugin.BetterSeerrTabs_10.11.0.zip",
"checksum": "F89AE8BD5A9003E935EB26BC9D7C1DAA",
"timestamp": "2026-05-20T15:39:48.0000000Z",
"dependencies": []
}
]
}
]