Skip to content

Commit 067efc7

Browse files
authored
Bump version to v0.23.1 (#2452)
1 parent 68c0f53 commit 067efc7

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

3+
## [0.23.1] - 2024-04-20
4+
**Fixed**
5+
- (Capture/Windows) Disable HRD and CBR encoding options by default for AMD GPUs due to video quality regressions in v0.23.0
6+
- (UI) Fix incorrect strings for QuickSync 'fast' and 'faster' presets
7+
- (UI/Linux) Fix update prompt appearing even when running the latest version
8+
- (Input) Fix crash when absolute input events are received prior to the display viewport being set
9+
- (Input/Linux) Fix missing clamping of rumble intensity to valid range
10+
- (Build/Tests) Fix error when attempting to disable compilation of tests
11+
- (Build/Linux) Fix some compilation errors when using Musl libc
12+
- (Logging) Fix broken debug messages for codec capability flags
13+
- (Logging/Linux) Fix log messages to include the correct setcap command for resolving KMS permission errors
14+
15+
**Added**
16+
- (Capture/Linux) Improve frame time consistency for all capture backends
17+
- (UI) Set focus to the PIN textbox when navigating to the PIN tab
18+
19+
**Dependencies**
20+
- Remove libavdevice dependency
21+
22+
**Misc**
23+
- (Linux) Prefer ayatana-appindicator3 over appindicator3 if both are available
24+
325
## [0.23.0] - 2024-04-06
426
Attention, this release contains critical security fixes. Please update as soon as possible.
527

@@ -799,3 +821,4 @@ settings. In v0.17.0, games now run under your user account without elevated pri
799821
[0.22.1]: https://github.com/LizardByte/Sunshine/releases/tag/v0.22.1
800822
[0.22.2]: https://github.com/LizardByte/Sunshine/releases/tag/v0.22.2
801823
[0.23.0]: https://github.com/LizardByte/Sunshine/releases/tag/v0.23.0
824+
[0.23.1]: https://github.com/LizardByte/Sunshine/releases/tag/v0.23.1

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.23.0
7+
project(Sunshine VERSION 0.23.1
88
DESCRIPTION "Self-hosted game stream host for Moonlight"
99
HOMEPAGE_URL "https://app.lizardbyte.dev/Sunshine")
1010

0 commit comments

Comments
 (0)