v0.19.1 prep (#1108)
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.19.1] - 2023-03-30
|
||||||
|
**Fixed**
|
||||||
|
- (Audio) Fixed no audio issue introduced in v0.19.0
|
||||||
|
|
||||||
## [0.19.0] - 2023-03-29
|
## [0.19.0] - 2023-03-29
|
||||||
**Breaking**
|
**Breaking**
|
||||||
- (Linux/Flatpak) Moved Flatpak to org.freedesktop.Platform 22.08 and Cuda 12.0.0
|
- (Linux/Flatpak) Moved Flatpak to org.freedesktop.Platform 22.08 and Cuda 12.0.0
|
||||||
@@ -404,3 +408,4 @@ settings. In v0.17.0, games now run under your user account without elevated pri
|
|||||||
[0.18.3]: https://github.com/LizardByte/Sunshine/releases/tag/v0.18.3
|
[0.18.3]: https://github.com/LizardByte/Sunshine/releases/tag/v0.18.3
|
||||||
[0.18.4]: https://github.com/LizardByte/Sunshine/releases/tag/v0.18.4
|
[0.18.4]: https://github.com/LizardByte/Sunshine/releases/tag/v0.18.4
|
||||||
[0.19.0]: https://github.com/LizardByte/Sunshine/releases/tag/v0.19.0
|
[0.19.0]: https://github.com/LizardByte/Sunshine/releases/tag/v0.19.0
|
||||||
|
[0.19.1]: https://github.com/LizardByte/Sunshine/releases/tag/v0.19.1
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.18)
|
|||||||
# `CMAKE_CUDA_ARCHITECTURES` requires 3.18
|
# `CMAKE_CUDA_ARCHITECTURES` requires 3.18
|
||||||
|
|
||||||
# todo - set version to 0.0.0 once confident in automated versioning
|
# todo - set version to 0.0.0 once confident in automated versioning
|
||||||
project(Sunshine VERSION 0.19.0
|
project(Sunshine VERSION 0.19.1
|
||||||
DESCRIPTION "Sunshine is a self-hosted game stream host for Moonlight."
|
DESCRIPTION "Sunshine is a self-hosted game stream host for Moonlight."
|
||||||
HOMEPAGE_URL "https://app.lizardbyte.dev")
|
HOMEPAGE_URL "https://app.lizardbyte.dev")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user