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 19s
All checks were successful
Create Release PR / Create Release PR (push) Successful in 19s
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
".": "0.1.2"
|
".": "0.1.3"
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.1.3 (2026-04-05)
|
||||||
|
|
||||||
|
## 0.1.3 (2026-04-05)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
Gebe keine Notification wenn der Name der Serie tmdbid oder ähnliches enthält.
|
||||||
|
Dies verhindert das die Notification kommt wenn noch nicht die Metadaten gezogen wurden.
|
||||||
## 0.1.2 (2026-04-04)
|
## 0.1.2 (2026-04-04)
|
||||||
|
|
||||||
## 0.1.2 (2026-04-04)
|
## 0.1.2 (2026-04-04)
|
||||||
|
|||||||
@@ -3,8 +3,8 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net9.0</TargetFramework>
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
<RootNamespace>Jellyfin.Plugin.SmartNotify</RootNamespace>
|
<RootNamespace>Jellyfin.Plugin.SmartNotify</RootNamespace>
|
||||||
<AssemblyVersion>0.1.2.0</AssemblyVersion>
|
<AssemblyVersion>0.1.3.0</AssemblyVersion>
|
||||||
<FileVersion>0.1.2.0</FileVersion>
|
<FileVersion>0.1.3.0</FileVersion>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||||
|
|||||||
@@ -8,6 +8,14 @@
|
|||||||
"category": "Notifications",
|
"category": "Notifications",
|
||||||
"imageUrl": "",
|
"imageUrl": "",
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"version": "0.1.3.0",
|
||||||
|
"changelog": "## 0.1.3 (2026-04-05)\n\n### Bug Fixes\n\nGebe keine Notification wenn der Name der Serie tmdbid oder ähnliches enthält.\nDies verhindert das die Notification kommt wenn noch nicht die Metadaten gezogen wurden.",
|
||||||
|
"targetAbi": "10.11.0.0",
|
||||||
|
"sourceUrl": "https://git.tdpi.dev/TDPI/jellyfin-plugin-smartnotify/releases/download/v0.1.3/smartnotify_0.1.3.zip",
|
||||||
|
"checksum": "0c8a24dcfed8884f768e5b2aad5f251c",
|
||||||
|
"timestamp": "2026-04-05T16:13:21Z"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "0.1.2.0",
|
"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.",
|
"changelog": "## 0.1.2 (2026-04-04)\n\n### Bug Fixes\n\n* Problem behoben das der Serienname vor der Benachrichtigung nicht aktualisiert wurde.",
|
||||||
|
|||||||
Reference in New Issue
Block a user