Skip to content

Commit e8a496d

Browse files
chore: bump version to 1.6.1.0
1 parent 4b06941 commit e8a496d

4 files changed

Lines changed: 15 additions & 6 deletions

File tree

manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
"imageUrl": "https://raw.githubusercontent.com/varunaditya-plus/SeerrFin/main/thumb.png",
1010
"repositoryUrl": "https://github.com/varunaditya-plus/SeerrFin",
1111
"versions": [
12+
{
13+
"version": "1.6.1.0",
14+
"changelog": "Added the option for native Jellyfin-style UI for carousels, grid pages, and search results, with better backdrop hydration and grid navigation",
15+
"targetAbi": "10.11.0.0",
16+
"sourceUrl": "https://github.com/varunaditya-plus/SeerrFin/releases/download/1.6.1.0/Jellyfin.Plugin.SeerrFin_10.11.0.zip",
17+
"checksum": "7602E2B75F7C99BC63E2F392427C360E",
18+
"timestamp": "2026-07-14T07:51:41.0000000Z",
19+
"dependencies": []
20+
},
1221
{
1322
"version": "1.6.0.0",
1423
"changelog": "Add search integration to show Seerr results in Jellyfin search, updated config page slightly to organize settings more intuitively",

meta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"category": "General",
3-
"changelog": "Add search integration to show Seerr results in Jellyfin search, updated config page slightly to organize settings more intuitively",
3+
"changelog": "Added the option for native Jellyfin-style UI for carousels, grid pages, and search results, with better backdrop hydration and grid navigation",
44
"description": "The best way to discover and request Movies and TV Shows through Seerr directly in Jellyfin.",
55
"guid": "c8e4f2a1-9b3d-4e7f-a6c2-1d5e8f0a3b7c",
66
"name": "SeerrFin",
77
"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.",
88
"owner": "varunaditya-plus",
99
"targetAbi": "10.11.0.0",
10-
"timestamp": "2026-06-29T00:31:24.0000000Z",
11-
"version": "1.6.0.0",
10+
"timestamp": "2026-07-14T07:51:41.0000000Z",
11+
"version": "1.6.1.0",
1212
"status": "Active",
1313
"autoUpdate": true,
1414
"assemblies": [

src/Jellyfin.Plugin.SeerrFin/Jellyfin.Plugin.SeerrFin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ImplicitUsings>enable</ImplicitUsings>
1212
<Nullable>enable</Nullable>
1313
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
14-
<Version>1.6.0.0</Version>
14+
<Version>1.6.1.0</Version>
1515
<RootNamespace>Jellyfin.Plugin.SeerrFin</RootNamespace>
1616
</PropertyGroup>
1717

src/Jellyfin.Plugin.SeerrFin/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
[assembly: AssemblyTitle("Jellyfin.Plugin.SeerrFin")]
44
[assembly: AssemblyDescription("The best way to discover and request Movies and TV Shows through Jellyfin with tabs, using Seerr and TMDB.")]
5-
[assembly: AssemblyVersion("1.6.0.0")]
6-
[assembly: AssemblyFileVersion("1.6.0.0")]
5+
[assembly: AssemblyVersion("1.6.1.0")]
6+
[assembly: AssemblyFileVersion("1.6.1.0")]

0 commit comments

Comments
 (0)