Releases: jellyfin/jellyfin-xbox
Release list
v0.9.6 Layout Scaling bugfix
Fixes the Layoutscaling issue from last release, update has been released and is available on the Microsoft Store.
What's Changed
Full Changelog: v0.9.5...v0.9.6
v0.9.5 UI refresh, translation support, logfile upload, server discovery
This version focuses on a lot of UI related fixes and a generally cleaner Design language. Additionally, we are now also supporting Translations and Logfile uploading for debugging purposes. Another new feature is the new Server Discovery and several fixes to HDR detection.
Update has been released by Microsoft.
What's Changed
- Update Jellyfin version options in issue template by @JPVenson in #121
- Enable server discovery by @brad1111 in #65
- Update dependency CommunityToolkit.Uwp.Triggers to 8.2.251219 by @renovate[bot] in #124
- Display app version in several places by @JPVenson in #131
- Add translations by @JPVenson in #130
- Add file backed logging by @JPVenson in #132
- Add translation status badge to README by @JPVenson in #140
- Update Microsoft by @renovate[bot] in #139
- Add explanatory comment for why console.debug is not forwarded to C# logger by @dfederm in #147
- Remove unreachable duplicate 'info' case in log switch by @dfederm in #145
- Fix display mode fallback to correctly filter by refresh rate by @dfederm in #146
- Fix mediaSourceId casing in UwpXboxHdmiSetupPlugin by @dfederm in #144
- Fix HDMI display mode switching for Dolby Vision content by @dfederm in #143
- Several fixes and changes by @JPVenson in #151
- Update Microsoft by @renovate[bot] in #142
- Update dependency CommunityToolkit.Mvvm to 8.4.1 by @renovate[bot] in #150
- Update Microsoft by @renovate[bot] in #167
- Update dependency CommunityToolkit.Mvvm to 8.4.2 by @renovate[bot] in #152
New Contributors
Full Changelog: v0.9.4...v0.9.5
v0.9.4 Stereo 3D fixes, Cache clear on new version, Bugfix for Server url
This is purely a bugfix release that should fix some issues with people that have 3D stereo displays not being able to view any media. Also a small yet impactful bug relating to the server url not being saved in some cases has been fixed. Further the app will now detect when you change servers and a different jellyfin server version runs and then cleans the browsers cache to avoid stale files being used.
The new Version has been been approved and is now available in the Microsoft store.
What's Changed
- Update Microsoft to 9.0.11 by @renovate[bot] in #106
- Update Microsoft to v10 (major) by @renovate[bot] in #107
- release update by @JPVenson in #116
- Fix settings view and disable 3D lookup from resolution lookup by @JPVenson in #112
- Remove clearing of server url by @JPVenson in #118
- Add cache purge on version change by @JPVenson in #119
- Add upload logfile button to settings UI by @JPVenson in #115
- Update Microsoft by @renovate[bot] in #110
- Fix Stereo Lookup & Increment version by @JPVenson in #120
Full Changelog: v0.9.3...v0.9.4
v0.9.3 Native Gamepad support, 10.11 server requirement, 4K/HDR fixes
This version of the Jellyfin-For-Xbox app brings a few new features which includes Full gamepad support. To enable gamepad support, its unfortunatly required that you run a 10.11.X Jellyfin server as there were fixes in the WebUI required for this to work.
Also there were some adjustments made for 4K/HDR support. Please take note however that the webUI will still tell you that its Display size is 1920 x 1080 but the actual display will be 4K and HDR will be enabled if the display supports it.
Also added was a new feature that when the app crashes you are now asked to upload the logfile to your Jellyfin server. Please provide that logfile when you encounter issues.
The app is now available though the Microsoft Store
What's Changed
- Fix Hdmi display and allow force TV mode by @JPVenson in #93
- Add extended logging and logfile upload by @JPVenson in #94
- Add listener to webUI load to display app level waiter by @JPVenson in #95
- Update Microsoft by @renovate[bot] in #85
- Update Minimum & TargetPlatformVersion by @TimGels in #98
- Update dependency Microsoft.Web.WebView2 to 1.0.3537.50 by @renovate[bot] in #100
- Update Microsoft to 9.0.10 by @renovate[bot] in #101
- Update dependency Microsoft.Web.WebView2 to 1.0.3595.46 by @renovate[bot] in #104
- Fix callback for HDMI setup by @JPVenson in #99
Full Changelog: v0.9.2...v0.9.3
v0.9.2
Hotfix release to fix issues related to Fullscreen exits
This version has been certified by microsoft and is available as of now.
What's Changed
- Refactor UI elements by @JPVenson in #87
- Fix Fadeout for Version Warning by @JPVenson in #88
- Handle Fullscreen exit more gracefully by @JPVenson in #90
- Prepare hotfix for 0.9.2 by @JPVenson in #91
Full Changelog: v0.9.1...v0.9.2
v0.9.1
I am pleased to announce the next version of the now renamed Jellyfin-For-Xbox client.
There has been a lot of refactoring and cleanup being done, we fixed quite a number of QOL issues like issues related to the server connection dialog which should no longer just crash randomly. This version will also enforce a 10.10 server version for compatibility reasons as the client now also uses the native shell to improve UX and provide a settings dialog for dovi playback.
Although we finally have a working patch for full controller support and TV mode, i opted to release this version without it as it requires changes from the webUI which are only available in 10.11. I also added a deprecation notice that will show for 60sec on every app start to inform users that the next version of this client (0.9.2.0) will require a 10.11.X server so please update your server as soon as possible after that version will release.
This version also adds full 4K/HDR/HEVC support.
This version was just submitted for vertification and will be soon available (last vertification and testing by microsoft took around 2 Weeks). I will write a blog post so please keep an eye out on our blog https://jellyfin.org/posts.
What's Changed
- Added UWP GitHub issue template by @TimGels in #54
- Fix handling in OnBoarding.xaml.cs for UriBuilder by @TimGels in #55
- Bumb version to 0.9.0 by @JPVenson in #56
- Update signing cert thumbprint by @anthonylavado in #63
- Update README to reflect Jellyfin for Xbox re-branding by @TimGels in #67
- Untrack temp key by @JPVenson in #68
- Enable 4K/HEVC flag by @JPVenson in #69
- Align coding style with jellyfin server by @JPVenson in #70
- Update dependency Microsoft.Web.WebView2 to 1.0.3351.48 by @renovate[bot] in #60
- Improve URL input parsing and validation by @TimGels in #66
- Add XML doc block for JellyfinWebView class by @TimGels in #71
- Enhance server validation. by @TimGels in #73
- Add PR codeql test by @JPVenson in #72
- Revert "Add PR codeql test" by @JPVenson in #76
- Add RelayCommand for future Mvvm rewrite by @JPVenson in #74
- Replaced UWP with Xbox naming Issue Template by @TimGels in #75
- Fix readme license alt text by @brad1111 in #77
- Working controller support by @brad1111 in #64
- Readd Dev cert by @JPVenson in #78
- Add vscode config by @JPVenson in #79
- Readd PR pipelines by @JPVenson in #81
- Update dependency System.Text.Json to 9.0.8 by @renovate[bot] in #84
- Support Dolby Vision playback on Xbox (WebView2) by @RaafatAkkad in #44
- Prepare 0.9.1.0 release by @JPVenson in #86
New Contributors
- @brad1111 made their first contribution in #77
- @RaafatAkkad made their first contribution in #44
Full Changelog: v0.9.0...v0.9.1
v0.9.0
First i want to say thanks to everyone for keeping the Xbox app alive. It took some time but i will in the future take over as Maintainer of the app and this release will be a bigger one with all the changes done since 2020.
The biggest change that was done recently was the switch to Webview2 as its now supported on Xbox.
This version was just submitted for vertification and will be soon available. I will write a blog post so please keep an eye out on our blog https://jellyfin.org/posts.
What's Changed
- Fix nested folders and remove symlinks on publish by @dkanada in #8
- Update OnBoarding.xaml.cs by @carlosgs91 in #26
- Switch controller to mouse mode by @Killerherts in #28
- Rebase PR: Revert WebView2 Update, Fix URL Validation (Failed Update Rollback) by @Killerherts in #41
- Replaced WebView with WebView2 by @TimGels in #47
- Gamepad Nav Back Support by @IAmUser4574 in #50
- Update Microsoft by @renovate in #51
- Update dependency Microsoft.Web.WebView2 to 1.0.3179.45 by @renovate in #53
New Contributors
- @carlosgs91 made their first contribution in #26
- @TimGels made their first contribution in #47
- @IAmUser4574 made their first contribution in #50
Full Changelog: v0.8.0...v0.9.0