Skip to content

Commit 1a48244

Browse files
chore: bump version to v0.23.0 (#2367)
1 parent 33ba03c commit 1a48244

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

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+
335
## [0.22.2] - 2024-03-15
436
**Fixed**
537
- (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
766798
[0.22.0]: https://github.com/LizardByte/Sunshine/releases/tag/v0.22.0
767799
[0.22.1]: https://github.com/LizardByte/Sunshine/releases/tag/v0.22.1
768800
[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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.18)
44
# todo - set this conditionally
55

66
# todo - set version to 0.0.0 once confident in automated versioning
7-
project(Sunshine VERSION 0.22.2
7+
project(Sunshine VERSION 0.23.0
88
DESCRIPTION "Self-hosted game stream host for Moonlight"
99
HOMEPAGE_URL "https://app.lizardbyte.dev/Sunshine")
1010

0 commit comments

Comments
 (0)