mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-02-21 18:39:59 +00:00
prepare v0.16.0
This commit is contained in:
parent
c60ebb76b9
commit
5b239c17d0
7
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
7
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -70,7 +70,7 @@ body:
|
|||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Sunshine commit or version
|
label: Sunshine commit or version
|
||||||
placeholder: eg. 0.14.0
|
placeholder: eg. 0.16.0
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
@ -80,7 +80,10 @@ body:
|
|||||||
description: The package you installed
|
description: The package you installed
|
||||||
options:
|
options:
|
||||||
- Linux - AppImage
|
- Linux - AppImage
|
||||||
- Linux - deb
|
- Linux - AUR
|
||||||
|
- Linux - 20.04-deb
|
||||||
|
- Linux - 22.04-deb
|
||||||
|
- Linux - Docker
|
||||||
- Linux - flatpak
|
- Linux - flatpak
|
||||||
- Linux - rpm
|
- Linux - rpm
|
||||||
- macOS - dmg
|
- macOS - dmg
|
||||||
|
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,5 +1,26 @@
|
|||||||
# Changelog
|
# 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
|
## [0.15.0] - 2022-10-30
|
||||||
### Added
|
### Added
|
||||||
- (Windows) Add firewall rules scripts
|
- (Windows) Add firewall rules scripts
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
cmake_minimum_required(VERSION 3.0)
|
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."
|
DESCRIPTION "Sunshine is a Gamestream host for Moonlight."
|
||||||
HOMEPAGE_URL "https://app.lizardbyte.dev"
|
HOMEPAGE_URL "https://app.lizardbyte.dev"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user