Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.12.0 #30

Merged
merged 65 commits into from
Feb 14, 2022
Merged

v0.12.0 #30

merged 65 commits into from
Feb 14, 2022

Conversation

ReenigneArcher
Copy link
Member

@ReenigneArcher ReenigneArcher commented Jan 16, 2022

Description

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

Other

  • Fixes changelog_parser action

Screenshot

Include screenshots if the changes are UI-related.

Issues Fixed or Closed

  • Fixes #(issue)

Type of Change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated the documentation blocks for new or existing components

perroboc and others added 5 commits January 13, 2022 23:38
Update repo address
- changelog parser action fails if "v" is in prefix
-Use master branch for verify_changelog action
@ReenigneArcher
Copy link
Member Author

Now the action is working as intended. (https://github.com/SunshineStream/Sunshine/runs/4829543083?check_suite_focus=true#step:3:66)

This PR will update automatically when anything is pushed into nightly branch.

ReenigneArcher and others added 14 commits January 16, 2022 14:05
- Use form instead of template
* Increase vbv-bufsize to 1/10 of requested bitrate. The previous value
  was too low, which was resulting in poor encoding quality and failure to
  stabilize at the requested bitrate. Setting to 1/10 of bitrate is a
  good compromise, as it avoids quality loss but also prevents bandwidth
  spikes far above the bitrate/vbv-maxrate.
* With vbv-bufsize set to a more appropriate value, testing shows that
  the average bitrate vs client-requested bandwidth overshoots by ~20%.
  Adjust for this scenario in the software encoding case only.
video: use a better vbv-bufsize & correct software bitrate calculation
- Update based on #33
- Fix year for 2021 releases
@ReenigneArcher ReenigneArcher changed the title v0.11.1 draft v0.12.0 draft Jan 22, 2022
@ReenigneArcher ReenigneArcher changed the title v0.12.0 draft v0.12.0 Feb 6, 2022
- Change time of scheduled trigger
- Label discussions
- All sizes available on separate layers
- Fix some typos
- Reformat some tags
- Rename `amd_preset` to `amd_quality`
- Document `key_rightalt_to_key_win`
- Update v0.12.0 release date
- Build jobs didn't run if `check_versions` doesn't run (need to ENSURE PR check into master is successful before merging!)
- Version from .desktop file needs to be 1.0 (this is not the sunshine version)
- Setting VERSION environment variable will set AppImage version, otherwise short commit hash will be used
@ReenigneArcher ReenigneArcher marked this pull request as ready for review February 13, 2022 18:14
@ReenigneArcher
Copy link
Member Author

This will merge everything into master, and "should" create release v0.12.0 automatically will all release assets.

@ReenigneArcher ReenigneArcher merged commit 4a48307 into master Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants