Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release v6 #97

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions build.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: "DLNA"
guid: "33EBA9CD-7DA1-4720-967F-DD7DAE7B74A1"
imageUrl: ""
version: 5
targetAbi: "10.10.0.0"
version: 6
targetAbi: "10.10.3.0"
framework: "net8.0"
owner: "jellyfin"
overview: "DLNA Service"
Expand All @@ -16,6 +16,6 @@ artifacts:
- "Jellyfin.Plugin.Dlna.Playback.dll"
- "Rssdp.dll"
changelog: |-
- Fix Bigscreen compatibility issues (#83) @Nullcaller
- Add additional profile logging (#93) @disgustipated
- Fix TTL not following SsdpConstants (#88) @Nullcaller
- fix: add the icons to the compiled resources (#109) (#114) @FelixPetriconi
- fix: adjusted typo in configuration page title (#112) @shindai
- Only split user agent if it can be split (#95) @Shadowghost