Bump version to 24 (#203)

This commit is contained in:
jellyfin-bot 2023-11-27 08:13:10 -05:00 committed by GitHub
parent 3b5a62077e
commit 0f32b1a3b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 8 deletions

View File

@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>23.0.0.0</Version>
<AssemblyVersion>23.0.0.0</AssemblyVersion>
<FileVersion>23.0.0.0</FileVersion>
<Version>24.0.0.0</Version>
<AssemblyVersion>24.0.0.0</AssemblyVersion>
<FileVersion>24.0.0.0</FileVersion>
</PropertyGroup>
</Project>

View File

@ -2,8 +2,8 @@
name: "Trakt"
guid: "4fe3201e-d6ae-4f2e-8917-e12bda571281"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-trakt.png"
version: 23
targetAbi: "10.8.9.0"
version: 24
targetAbi: "10.8.12.0"
framework: "net6.0"
owner: "jellyfin"
overview: "Record your watched media with Trakt"
@ -15,8 +15,15 @@ artifacts:
- "Trakt.dll"
changelog: |2-
### New features and improvements ###
- Added config parameter Don't remove items from trakt (#196) @addamanth
- Use history api for importing episodes from trakt (#205) @h3llrais3r
### Bug Fixes ###
- Sync if not set locally (#201) @blackwind
- Fix episode last played date syncing (#199) @Shadowghost
- Fix duplicate watched entries (#224) @buthed010203
- Fix pagination when no items are present (#215) @kade-robertson
### Code or Repo Maintenance ###
- Code cleanup (#225) @crobibero
### Documentation updates ###
- Typo - Update trakt.html (#206) @Awolize
- small correction to trakt.html (#202) @veloute