From 4126a1a98eb8615ccbee1a01a8fc3fb8a4c6b6ff Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 20 Jan 2022 22:56:53 -0500 Subject: [PATCH 1/6] Update CHANGELOG.md - Update based on #33 - Fix year for 2021 releases --- CHANGELOG.md | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 939cb1ae..5203de4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Changelog -## [0.11.1] - 2020-10-04 +## [0.12.0] - 2022-01-20 +### Changed +- Increase vbv-bufsize to 1/10 of requested bitrate +- Correct software bitrate calculation + +## [0.11.1] - 2021-10-04 ### Changed - (Linux) Fix search path for config file and assets -## [0.11.0] - 2020-10-04 +## [0.11.0] - 2021-10-04 ### Added - (Linux) Added support for wlroots based compositors on Wayland. - (Windows) Added an icon for the executable @@ -13,11 +18,11 @@ - (Linux) Improved NVENC, it now offloads converting images from RGB to NV12 - (Linux) Fixed a bug causes stuttering -## [0.10.1] - 2020-08-21 +## [0.10.1] - 2021-08-21 ### Changed - (Linux) Re-enabled KMS -## [0.10.0] - 2020-08-20 +## [0.10.0] - 2021-08-20 ### Added - Added support for Rumble with gamepads. - Added support for keyboard shortcuts <--- See the README for details. @@ -29,7 +34,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. - (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 audio encryption - (Linux) Added basic NVENC support on Linux @@ -40,37 +45,37 @@ - Drastically reduced chance of being forced to skip error correction due to video frame size - (Linux) sunshine.service will be installed automatically. -## [0.8.0] - 2020-06-30 +## [0.8.0] - 2021-06-30 ### Added - Added mDNS support: Moonlight will automatically find Sunshine. - Added UPnP support. It's off by default. -## [0.7.7] - 2020-06-24 +## [0.7.7] - 2021-06-24 ### Added - (Linux) Added installation package for Debian ### Changed - Fixed incorrect scaling for absolute mouse coordinates when using multiple monitors. - Fixed incorrect colors when scaling for software encoder -## [0.7.1] - 2020-06-18 +## [0.7.1] - 2021-06-18 ### Changed - (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 a Web Manager. Accessible through: https://localhost:47990 or https://:47990 - (Linux) Added hardware encoding support for AMD on Linux ### Changed - (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 support for surround audio ### Changed - Maintain aspect ratio when scaling video - 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 support for absolute mouse coordinates - (Linux) Added support for streaming specific monitor on Linux From 37e608a88996c7ec9f6a057e97aefdc0621f297a Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 6 Feb 2022 17:23:57 -0500 Subject: [PATCH 2/6] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5203de4b..aac89caf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Changelog ## [0.12.0] - 2022-01-20 +### Added +- New command line argument `--version` +- Custom png poster support ### Changed -- Increase vbv-bufsize to 1/10 of requested bitrate - Correct software bitrate calculation +- Increase vbv-bufsize to 1/10 of requested bitrate +- Improvements to Web UI ## [0.11.1] - 2021-10-04 ### Changed From b288993b86c4a0a065111e9d91e900d156d33b8d Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 6 Feb 2022 17:32:55 -0500 Subject: [PATCH 3/6] Rename workflow --- .github/workflows/{create_package.yml => CI.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{create_package.yml => CI.yml} (99%) diff --git a/.github/workflows/create_package.yml b/.github/workflows/CI.yml similarity index 99% rename from .github/workflows/create_package.yml rename to .github/workflows/CI.yml index 74e48f5d..4e2c05a3 100644 --- a/.github/workflows/create_package.yml +++ b/.github/workflows/CI.yml @@ -1,4 +1,4 @@ -name: Create Package +name: CI on: pull_request: From a9988cb3466a6beaed5551217af76497a48280e6 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 6 Feb 2022 17:42:20 -0500 Subject: [PATCH 4/6] Update issues-stale.yml - Change time of scheduled trigger --- .github/workflows/issues-stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues-stale.yml b/.github/workflows/issues-stale.yml index 126af260..02aa6ca8 100644 --- a/.github/workflows/issues-stale.yml +++ b/.github/workflows/issues-stale.yml @@ -2,7 +2,7 @@ name: Stale Issues / PRs on: schedule: - - cron: '00 19 * * *' + - cron: '00 00 * * *' jobs: stale: From b19803564ccd7667dcdf8e66a2d0193c1323f5b6 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 6 Feb 2022 17:42:38 -0500 Subject: [PATCH 5/6] Update issues.yml - Label discussions --- .github/workflows/issues.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 728cd8c9..e009fbf2 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -1,15 +1,17 @@ -name: Issues +name: Label Actions on: issues: types: [labeled, unlabeled] + discussion: + types: [ labeled, unlabeled ] jobs: label: - name: Label Issues + name: Label Actions runs-on: ubuntu-latest steps: - - name: Label Issues + - name: Label Actions uses: dessant/label-actions@v2 with: github-token: ${{ github.token }} From 9dd6576b261e9fcf28f91dec7c552b3748093bcb Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 13 Feb 2022 09:25:41 -0500 Subject: [PATCH 6/6] Update CHANGELOG.md - Update v0.12.0 release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aac89caf..f9d58a8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.12.0] - 2022-01-20 +## [0.12.0] - 2022-02-13 ### Added - New command line argument `--version` - Custom png poster support