Skip to content

Commit bee3ebd

Browse files
committed
Release 11.0.0.2
1 parent 097826a commit bee3ebd

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

Jellyfin.Plugin.TelegramNotifier/Jellyfin.Plugin.TelegramNotifier.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
5-
<AssemblyVersion>11.0.0.1</AssemblyVersion>
5+
<AssemblyVersion>11.0.0.2</AssemblyVersion>
66
<RootNamespace>Jellyfin.Plugin.TelegramNotifier</RootNamespace>
77
<GenerateDocumentationFile>true</GenerateDocumentationFile>
88
<Nullable>enable</Nullable>

manifest.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
"description": "Configure for each user where to send notifications, and what kind of notifications to send.",
99
"imageUrl": "https://raw.githubusercontent.com/RomainPierre7/jellyfin-plugin-TelegramNotifier/main/assets/banner.png",
1010
"versions": [
11+
{
12+
"checksum": "91d2dc1bde858c1d1801dd02429626ea",
13+
"version": "11.0.0.2",
14+
"targetAbi": "10.9.4.0",
15+
"sourceUrl": "https://github.com/RomainPierre7/jellyfin-plugin-TelegramNotifier/releases/download/11.0.0.2/TelegramNotifier.zip",
16+
"timestamp": "2025-01-19T00:00:00Z",
17+
"changelog": "### 🚀 New features: ###\n- Add item overview for added items\n\n### ⚙️ Fixes: ###\n- Fix season number for playback\n- Fix edit template button reload\n - Fix textarea width for subtype notifications"
18+
},
1119
{
1220
"checksum": "a9ef8187e5ea68be66e78c0597dfe27c",
1321
"version": "11.0.0.1",

manifest_unstable.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
"description": "Configure for each user where to send notifications, and what kind of notifications to send.",
99
"imageUrl": "https://raw.githubusercontent.com/RomainPierre7/jellyfin-plugin-TelegramNotifier/main/assets/banner.png",
1010
"versions": [
11+
{
12+
"checksum": "91d2dc1bde858c1d1801dd02429626ea",
13+
"version": "11.0.0.2",
14+
"targetAbi": "10.9.4.0",
15+
"sourceUrl": "https://github.com/RomainPierre7/jellyfin-plugin-TelegramNotifier/releases/download/11.0.0.2/TelegramNotifier.zip",
16+
"timestamp": "2025-01-19T00:00:00Z",
17+
"changelog": "### 🚀 New features: ###\n- Add item overview for added items\n\n### ⚙️ Fixes: ###\n- Fix season number for playback\n- Fix edit template button reload\n - Fix textarea width for subtype notifications"
18+
},
1119
{
1220
"checksum": "a9ef8187e5ea68be66e78c0597dfe27c",
1321
"version": "11.0.0.1",

0 commit comments

Comments
 (0)