prepare v0.16.0

This commit is contained in:
ReenigneArcher 2022-12-12 21:16:19 -05:00
parent c60ebb76b9
commit 5b239c17d0
No known key found for this signature in database
GPG Key ID: 0CA6A47B0630EA9B
3 changed files with 27 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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"
)