chore: bump version to 1.5.0.0
Shipping the playlist season grouping feature under 1.4.4.0 would mean two materially different binaries sharing a version string, which makes "which build are you running?" unanswerable. A minor bump reflects the new feature and the two bug fixes. Version is kept in sync by hand across Directory.Build.props and build.yaml. The release workflow derives its own version from the git tag, so it needs no change. The plugin GUID is deliberately unchanged. This fork is an update to the original plugin, not a parallel install: Jellyfin identifies plugins by GUID, so a new one would present as a second plugin, abandon the existing configuration, re-run the one time Season fetcher migration, and break upgrades from upstream. The GUID also has no bearing on cached library data, which is keyed by item id and by the provider name string.
This commit is contained in:
parent
1097ba328a
commit
329f741f53
|
|
@ -1,7 +1,7 @@
|
|||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>1.4.4.0</Version>
|
||||
<AssemblyVersion>1.4.4.0</AssemblyVersion>
|
||||
<FileVersion>1.4.4.0</FileVersion>
|
||||
<Version>1.5.0.0</Version>
|
||||
<AssemblyVersion>1.5.0.0</AssemblyVersion>
|
||||
<FileVersion>1.5.0.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
name: "TubeArchivistMetadata"
|
||||
guid: "dc97d0c6-28b0-4242-afb4-5833ae1b3715"
|
||||
imageUrl: https://raw.githubusercontent.com/tubearchivist/tubearchivist-jf-plugin/master/images/logo.png
|
||||
version: "1.4.4.0"
|
||||
version: "1.5.0.0"
|
||||
targetAbi: "10.11.0.0"
|
||||
framework: "net9.0"
|
||||
overview: "Metadata for your TubeArchivist library on Jellyfin"
|
||||
|
|
@ -14,4 +14,7 @@ owner: "DarkFighterLuke"
|
|||
artifacts:
|
||||
- "Jellyfin.Plugin.TubeArchivistMetadata.dll"
|
||||
changelog: >
|
||||
Handle TubeArchivist playlists pagination
|
||||
Group seasons by TubeArchivist playlist instead of upload year
|
||||
Add playlist index episode numbering scheme
|
||||
Fix duplicated playlists caused by first-page pagination
|
||||
Fix redirect handling while paging playlists
|
||||
|
|
|
|||
Loading…
Reference in New Issue