mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 11:10:04 +00:00
Merge branch 'v0.12.0-changelog' into nightly
This commit is contained in:
commit
7a1347c1f5
@ -1,4 +1,4 @@
|
|||||||
name: Create Package
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
2
.github/workflows/issues-stale.yml
vendored
2
.github/workflows/issues-stale.yml
vendored
@ -2,7 +2,7 @@ name: Stale Issues / PRs
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '00 19 * * *'
|
- cron: '00 00 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
stale:
|
stale:
|
||||||
|
8
.github/workflows/issues.yml
vendored
8
.github/workflows/issues.yml
vendored
@ -1,15 +1,17 @@
|
|||||||
name: Issues
|
name: Label Actions
|
||||||
|
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
types: [labeled, unlabeled]
|
types: [labeled, unlabeled]
|
||||||
|
discussion:
|
||||||
|
types: [ labeled, unlabeled ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
label:
|
label:
|
||||||
name: Label Issues
|
name: Label Actions
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Label Issues
|
- name: Label Actions
|
||||||
uses: dessant/label-actions@v2
|
uses: dessant/label-actions@v2
|
||||||
with:
|
with:
|
||||||
github-token: ${{ github.token }}
|
github-token: ${{ github.token }}
|
||||||
|
31
CHANGELOG.md
31
CHANGELOG.md
@ -1,10 +1,19 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [0.11.1] - 2020-10-04
|
## [0.12.0] - 2022-02-13
|
||||||
|
### Added
|
||||||
|
- New command line argument `--version`
|
||||||
|
- Custom png poster support
|
||||||
|
### Changed
|
||||||
|
- Correct software bitrate calculation
|
||||||
|
- Increase vbv-bufsize to 1/10 of requested bitrate
|
||||||
|
- Improvements to Web UI
|
||||||
|
|
||||||
|
## [0.11.1] - 2021-10-04
|
||||||
### Changed
|
### Changed
|
||||||
- (Linux) Fix search path for config file and assets
|
- (Linux) Fix search path for config file and assets
|
||||||
|
|
||||||
## [0.11.0] - 2020-10-04
|
## [0.11.0] - 2021-10-04
|
||||||
### Added
|
### Added
|
||||||
- (Linux) Added support for wlroots based compositors on Wayland.
|
- (Linux) Added support for wlroots based compositors on Wayland.
|
||||||
- (Windows) Added an icon for the executable
|
- (Windows) Added an icon for the executable
|
||||||
@ -13,11 +22,11 @@
|
|||||||
- (Linux) Improved NVENC, it now offloads converting images from RGB to NV12
|
- (Linux) Improved NVENC, it now offloads converting images from RGB to NV12
|
||||||
- (Linux) Fixed a bug causes stuttering
|
- (Linux) Fixed a bug causes stuttering
|
||||||
|
|
||||||
## [0.10.1] - 2020-08-21
|
## [0.10.1] - 2021-08-21
|
||||||
### Changed
|
### Changed
|
||||||
- (Linux) Re-enabled KMS
|
- (Linux) Re-enabled KMS
|
||||||
|
|
||||||
## [0.10.0] - 2020-08-20
|
## [0.10.0] - 2021-08-20
|
||||||
### Added
|
### Added
|
||||||
- Added support for Rumble with gamepads.
|
- Added support for Rumble with gamepads.
|
||||||
- Added support for keyboard shortcuts <--- See the README for details.
|
- Added support for keyboard shortcuts <--- See the README for details.
|
||||||
@ -29,7 +38,7 @@
|
|||||||
- (Linux) VAAPI hardware encoding now works on Intel i7-6700 at least. <-- For the best experience, using ffmpeg version 4.3 or higher is recommended.
|
- (Linux) VAAPI hardware encoding now works on Intel i7-6700 at least. <-- For the best experience, using ffmpeg version 4.3 or higher is recommended.
|
||||||
- (Windows) Installing from debian package shouldn't overwrite your configuration files anymore. <-- It's recommended that you back up `/etc/sunshine/` before testing this.
|
- (Windows) Installing from debian package shouldn't overwrite your configuration files anymore. <-- It's recommended that you back up `/etc/sunshine/` before testing this.
|
||||||
|
|
||||||
## [0.9.0] - 2020-07-11
|
## [0.9.0] - 2021-07-11
|
||||||
### Added
|
### Added
|
||||||
- Added audio encryption
|
- Added audio encryption
|
||||||
- (Linux) Added basic NVENC support on Linux
|
- (Linux) Added basic NVENC support on Linux
|
||||||
@ -40,37 +49,37 @@
|
|||||||
- Drastically reduced chance of being forced to skip error correction due to video frame size
|
- Drastically reduced chance of being forced to skip error correction due to video frame size
|
||||||
- (Linux) sunshine.service will be installed automatically.
|
- (Linux) sunshine.service will be installed automatically.
|
||||||
|
|
||||||
## [0.8.0] - 2020-06-30
|
## [0.8.0] - 2021-06-30
|
||||||
### Added
|
### Added
|
||||||
- Added mDNS support: Moonlight will automatically find Sunshine.
|
- Added mDNS support: Moonlight will automatically find Sunshine.
|
||||||
- Added UPnP support. It's off by default.
|
- Added UPnP support. It's off by default.
|
||||||
|
|
||||||
## [0.7.7] - 2020-06-24
|
## [0.7.7] - 2021-06-24
|
||||||
### Added
|
### Added
|
||||||
- (Linux) Added installation package for Debian
|
- (Linux) Added installation package for Debian
|
||||||
### Changed
|
### Changed
|
||||||
- Fixed incorrect scaling for absolute mouse coordinates when using multiple monitors.
|
- Fixed incorrect scaling for absolute mouse coordinates when using multiple monitors.
|
||||||
- Fixed incorrect colors when scaling for software encoder
|
- Fixed incorrect colors when scaling for software encoder
|
||||||
|
|
||||||
## [0.7.1] - 2020-06-18
|
## [0.7.1] - 2021-06-18
|
||||||
### Changed
|
### Changed
|
||||||
- (Linux) Fixed an issue where it was impossible to start sunshine on ubuntu 20.04
|
- (Linux) Fixed an issue where it was impossible to start sunshine on ubuntu 20.04
|
||||||
|
|
||||||
## [0.7.0] - 2020-06-16
|
## [0.7.0] - 2021-06-16
|
||||||
### Added
|
### Added
|
||||||
- Added a Web Manager. Accessible through: https://localhost:47990 or https://<ip of your pc>:47990
|
- Added a Web Manager. Accessible through: https://localhost:47990 or https://<ip of your pc>:47990
|
||||||
- (Linux) Added hardware encoding support for AMD on Linux
|
- (Linux) Added hardware encoding support for AMD on Linux
|
||||||
### Changed
|
### Changed
|
||||||
- (Linux) Moved certificates and saved pairings generated during runtime to .config/sunshine on Linux
|
- (Linux) Moved certificates and saved pairings generated during runtime to .config/sunshine on Linux
|
||||||
|
|
||||||
## [0.6.0] - 2020-05-26
|
## [0.6.0] - 2021-05-26
|
||||||
### Added
|
### Added
|
||||||
- Added support for surround audio
|
- Added support for surround audio
|
||||||
### Changed
|
### Changed
|
||||||
- Maintain aspect ratio when scaling video
|
- Maintain aspect ratio when scaling video
|
||||||
- Fix issue where Sunshine is forced to drop frames when they are too large
|
- Fix issue where Sunshine is forced to drop frames when they are too large
|
||||||
|
|
||||||
## [0.5.0] - 2020-05-13
|
## [0.5.0] - 2021-05-13
|
||||||
### Added
|
### Added
|
||||||
- Added support for absolute mouse coordinates
|
- Added support for absolute mouse coordinates
|
||||||
- (Linux) Added support for streaming specific monitor on Linux
|
- (Linux) Added support for streaming specific monitor on Linux
|
||||||
|
Loading…
Reference in New Issue
Block a user