Skip to content

Commit bd5c500

Browse files
committed
Update changelog and bump version to v0.22.2
1 parent 15c5e76 commit bd5c500

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.22.2] - 2024-03-15
4+
**Fixed**
5+
- (Tray/Windows) Fix broken system tray icon on some systems
6+
- (Linux) Fix crash when XDG_CONFIG_HOME or CONFIGURATION_DIRECTORY are set
7+
- (Linux) Fix config migration across filesystems and with non-existent parent directories
8+
39
## [0.22.1] - 2024-03-13
410
**Breaking**
511
- (ArchLinux) Drop support for standalone PKGBUILD files. Use the binary Arch package or install via AUR instead.
@@ -759,3 +765,4 @@ settings. In v0.17.0, games now run under your user account without elevated pri
759765
[0.21.0]: https://github.com/LizardByte/Sunshine/releases/tag/v0.21.0
760766
[0.22.0]: https://github.com/LizardByte/Sunshine/releases/tag/v0.22.0
761767
[0.22.1]: https://github.com/LizardByte/Sunshine/releases/tag/v0.22.1
768+
[0.22.2]: https://github.com/LizardByte/Sunshine/releases/tag/v0.22.2

CMakeLists.txt

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

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

0 commit comments

Comments
 (0)