Skip to content

Commit

Permalink
Merge pull request #130 from jellyfin/prepare-17
Browse files Browse the repository at this point in the history
  • Loading branch information
crobibero authored Apr 26, 2022
2 parents 29b3bf5 + 9c04659 commit b727806
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "Trakt"
guid: "4fe3201e-d6ae-4f2e-8917-e12bda571281"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-trakt.png"
version: "16"
version: "17"
targetAbi: "10.8.0.0"
framework: "net6.0"
owner: "jellyfin"
Expand All @@ -15,19 +15,8 @@ artifacts:
- "Trakt.dll"
changelog: |2-
### New features and improvements ###
- Implement handling of update events and progress sync, fix scheduled tasks (#120) @Shadowghost
- Add pagination to scheduled tasks (#111) @crobibero
- Implement deauth (#114) @Shadowghost
- Sync Pause and Resume, enable analyzers (#112) @Shadowghost
- Handle playback skipping and fix progress sync (#128) @Shadowghost
### Bug Fixes ###
- Implement handling of update events and progress sync, fix scheduled tasks (#120) @Shadowghost
- Send pause instead of stop on uncompleted playback to prevent scrobble (#117) @Shadowghost
- Require success response before deserializing (#115) @crobibero
### Code or Repo Maintenance ###
- Switch to native episode number check and datetime string conversion (#124) @Shadowghost
- Fix codeql warnings (#123) @crobibero
- Use file-scoped namespace everywhere (#122) @crobibero
- Migrate API to use enums, update properties (#118) @Shadowghost
- Update .Net version in readme (#119) @sambartik
- Add retry time to BadGateway response (#127) @crobibero
- Handle playback skipping and fix progress sync (#128) @Shadowghost

0 comments on commit b727806

Please sign in to comment.