mirror of
https://github.com/jellyfin/jellyfin-plugin-trakt.git
synced 2024-11-23 05:40:13 +00:00
Bump version to 24 (#203)
This commit is contained in:
parent
3b5a62077e
commit
0f32b1a3b2
@ -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>
|
||||
|
17
build.yaml
17
build.yaml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user