|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.23.0] - 2024-04-06 |
| 4 | +Attention, this release contains critical security fixes. Please update as soon as possible. |
| 5 | + |
| 6 | +**Breaking** |
| 7 | +- (Linux) Drop support for Ubuntu 20.04 |
| 8 | +- (Linux) No longer provide arm64 rpm packages, due to extreme compile time on GitHub hosted runners |
| 9 | + |
| 10 | +**Fixed** |
| 11 | +- (Network) Ensure unpairing takes effect without restart |
| 12 | +- (Capture/Linux) Fix logical comparison of texture size |
| 13 | +- (Service/Windows) Quote the path to sunshinesvc.exe when launching the termination helper |
| 14 | + |
| 15 | +**Added** |
| 16 | +- (WebUI) Localization support |
| 17 | +- (Capture/Linux) Populate host latency for kmx/x11 grab |
| 18 | +- (Capture/Windows) AMF rate control improvements |
| 19 | +- (Linux) Add support for Ubuntu 24.04 (x86_64 only) |
| 20 | + |
| 21 | +**Dependencies** |
| 22 | +- Bump rstcheck from 6.2.0 to 6.2.1 |
| 23 | +- Bump org.flatpak.Builder.BaseApp from 644487f to 6e295e6 |
| 24 | +- Bump ffmpeg |
| 25 | +- Bump @fortawesome/fontawesome-free from 6.5.1 to 6.5.2 |
| 26 | + |
| 27 | +**Misc** |
| 28 | +- (Style) Refactored video encoder declarations |
| 29 | +- (CI) Refactored Linux build in CI |
| 30 | +- (CI) Added unit testing and code coverage |
| 31 | +- (Docs/macOS) Update curl command for Portfile install |
| 32 | +- (Style) Refactor logging initialization |
| 33 | + |
| 34 | + |
3 | 35 | ## [0.22.2] - 2024-03-15
|
4 | 36 | **Fixed**
|
5 | 37 | - (Tray/Windows) Fix broken system tray icon on some systems
|
@@ -766,3 +798,4 @@ settings. In v0.17.0, games now run under your user account without elevated pri
|
766 | 798 | [0.22.0]: https://github.com/LizardByte/Sunshine/releases/tag/v0.22.0
|
767 | 799 | [0.22.1]: https://github.com/LizardByte/Sunshine/releases/tag/v0.22.1
|
768 | 800 | [0.22.2]: https://github.com/LizardByte/Sunshine/releases/tag/v0.22.2
|
| 801 | +[0.23.0]: https://github.com/LizardByte/Sunshine/releases/tag/v0.23.0 |
0 commit comments