Merge branch 'main' of https://git.tdpi.dev/TDPI/jellyfin-plugin-smartnotify
All checks were successful
Create Release PR / Create Release PR (push) Successful in 16s

This commit is contained in:
2026-04-05 17:22:37 +02:00
4 changed files with 18 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{
".": "0.1.1"
".": "0.1.2"
}

View File

@@ -1,5 +1,12 @@
# Changelog
## 0.1.2 (2026-04-04)
## 0.1.2 (2026-04-04)
### Bug Fixes
* Problem behoben das der Serienname vor der Benachrichtigung nicht aktualisiert wurde.
## 0.1.1 (2026-04-03)
## 0.1.1 (2026-04-03)

View File

@@ -3,8 +3,8 @@
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>Jellyfin.Plugin.SmartNotify</RootNamespace>
<AssemblyVersion>0.1.1.0</AssemblyVersion>
<FileVersion>0.1.1.0</FileVersion>
<AssemblyVersion>0.1.2.0</AssemblyVersion>
<FileVersion>0.1.2.0</FileVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

View File

@@ -8,6 +8,14 @@
"category": "Notifications",
"imageUrl": "",
"versions": [
{
"version": "0.1.2.0",
"changelog": "## 0.1.2 (2026-04-04)\n\n### Bug Fixes\n\n* Problem behoben das der Serienname vor der Benachrichtigung nicht aktualisiert wurde.",
"targetAbi": "10.11.0.0",
"sourceUrl": "https://git.tdpi.dev/TDPI/jellyfin-plugin-smartnotify/releases/download/v0.1.2/smartnotify_0.1.2.zip",
"checksum": "56e2b0005f5bc3368c9a7f53b2f806a0",
"timestamp": "2026-04-04T09:39:49Z"
},
{
"version": "0.1.1.0",
"changelog": "## 0.1.1 (2026-04-03)\n\n### Bug Fixes\n\n* fix: unknown series\n\n### Chores\n\n* chore: workflow fix\n* chore: removed old versions\n* chore: update manifest for v0.1.0",