diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9e685501..56cbda45 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -70,7 +70,7 @@ body: id: version attributes: label: Sunshine commit or version - placeholder: eg. 0.14.0 + placeholder: eg. 0.16.0 validations: required: true - type: dropdown @@ -80,7 +80,10 @@ body: description: The package you installed options: - Linux - AppImage - - Linux - deb + - Linux - AUR + - Linux - 20.04-deb + - Linux - 22.04-deb + - Linux - Docker - Linux - flatpak - Linux - rpm - macOS - dmg diff --git a/CHANGELOG.md b/CHANGELOG.md index eb3955cc..3314873d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [0.16.0] - 2022-12-12 +### Added +- Add cover finder +- (Docker) Add arm64 docker image +- (Flatpak) Add installation helper scripts +- (Windows) Add support for Unicode input messages +### Fixed +- (Linux) Reintroduce Ubuntu 20.04 and 22.04 specific deb packages +### Dependencies +- Bump babel from 2.10.3 to 2.11.0 +- Bump sphinx-copybutton from 0.5.0 to 0.5.1 +- Bump KSXGitHub/github-actions-deploy-aur from 2.5.0 to 2.6.0 +- Use npm for web dependencies (breaking change for third-party package maintainers) +- Update moonlight-common-c +- Use pre-built ffmpeg from LizardByte/build-deps for all sunshine builds (breaking change for third-party package maintainers) +- Bump furo from 2022.9.29 to 2022.12.7 +### Misc +- Misc org level workflow updates +- Fix misc typos in docs +- Fix winget release + ## [0.15.0] - 2022-10-30 ### Added - (Windows) Add firewall rules scripts diff --git a/CMakeLists.txt b/CMakeLists.txt index 6dbd3e1e..c75f7f86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.0) -project(Sunshine VERSION 0.15.0 +project(Sunshine VERSION 0.16.0 DESCRIPTION "Sunshine is a Gamestream host for Moonlight." HOMEPAGE_URL "https://app.lizardbyte.dev" )