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 10s
All checks were successful
Create Release PR / Create Release PR (push) Successful in 10s
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "0.0.7"
|
||||
".": "0.0.8"
|
||||
}
|
||||
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,5 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## 0.0.8 (2026-03-01)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix: notsupported again
|
||||
|
||||
### Chores
|
||||
|
||||
* chore: update manifest for v0.0.7
|
||||
|
||||
|
||||
## 0.0.7 (2026-03-01)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<RootNamespace>Jellyfin.Plugin.SmartNotify</RootNamespace>
|
||||
<AssemblyVersion>0.0.7.0</AssemblyVersion>
|
||||
<FileVersion>0.0.7.0</FileVersion>
|
||||
<AssemblyVersion>0.0.8.0</AssemblyVersion>
|
||||
<FileVersion>0.0.8.0</FileVersion>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
|
||||
@@ -8,6 +8,14 @@
|
||||
"category": "Notifications",
|
||||
"imageUrl": "",
|
||||
"versions": [
|
||||
{
|
||||
"version": "0.0.8.0",
|
||||
"changelog": "### Bug Fixes\n\n* fix: notsupported again\n\n### Chores\n\n* chore: update manifest for v0.0.7",
|
||||
"targetAbi": "10.11.0.0",
|
||||
"sourceUrl": "https://git.tdpi.dev/TDPI/jellyfin-plugin-smartnotify/releases/download/v0.0.8/smartnotify_0.0.8.zip",
|
||||
"checksum": "21b5826fb120dd0db1ffacc2badb17f7",
|
||||
"timestamp": "2026-03-01T16:07:10Z"
|
||||
},
|
||||
{
|
||||
"version": "0.0.7.0",
|
||||
"changelog": "### Bug Fixes\n\n* fix: build lief net!\n* fix: build lief nicht\n* fix: removed Claudes dummes gefriemel\n* fix: notSupported\n\n### Chores\n\n* chore(main): release 0.0.6\n* chore: update manifest for v0.0.5",
|
||||
|
||||
Reference in New Issue
Block a user