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.22.1 #2216

Merged
merged 33 commits into from
Mar 14, 2024
Merged

v0.22.1 #2216

Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
cacadc4
build(linux): ensure pre-compiled arch pkg is not debug build (#2214)
ReenigneArcher Mar 5, 2024
9f94eeb
Fix mismatched case and unhandled exception in open_drm_fd_for_cuda_d…
cgutman Mar 5, 2024
4ebc7b5
build(macos): add build strategy matrix (#2211)
ReenigneArcher Mar 5, 2024
b99a9e9
build(macos): fix publishing of portfile (#2220)
ReenigneArcher Mar 5, 2024
3f21596
fix(config): add missing resolution to default config ui (#2224)
ReenigneArcher Mar 6, 2024
9e299c2
Fix predefined FPS values not taking effect
cgutman Mar 6, 2024
c86a4e1
Fix wrong path in desktop file (#2223)
detiam Mar 6, 2024
3b3e681
Make debuginfo artifacts harder to confuse with the Windows portable …
cgutman Mar 6, 2024
6aeaaf5
Fix process tree tracking when the cmd.exe trampoline is used
cgutman Mar 7, 2024
972e5d2
Strip quotes out of the working directory path
cgutman Mar 7, 2024
06c0ed1
Temporarily add the working directory to our path when starting an app
cgutman Mar 7, 2024
f5dd0d4
Update app examples to clarify new command syntax for Windows
cgutman Mar 7, 2024
7cdd156
Fix heap corruption with cursor pixel counts that aren't divisible by 8
cgutman Mar 7, 2024
ce3b625
Fix undefined behavior when computing cursor end pointer
cgutman Mar 8, 2024
33e99e1
build(macos)!: add homebrew formula and drop dmg (#2222)
ReenigneArcher Mar 9, 2024
9d5b017
Replace WMIC-based check for ViGEmBus with a Powershell check
cgutman Mar 9, 2024
278567f
Move kmsgrab dependencies from optdepends to depends
cgutman Mar 9, 2024
74ce047
Add optdepends for Intel and AMD hardware encoding
cgutman Mar 9, 2024
cb4bfaa
Add the .INSTALL script needed for kmsgrab to work
cgutman Mar 9, 2024
bc0a478
Use icon caching for system tray. (#2238)
brycerocky Mar 10, 2024
a2785ba
fix(linux): automatically migrate config directory (#2240)
ReenigneArcher Mar 11, 2024
9174496
Avoid broken fallback to cross-adapter NVENC encoding with KMS
cgutman Mar 11, 2024
3117fa5
Rename 85-sunshine.rules to 60-sunshine.rules
cgutman Mar 11, 2024
3181d91
Apply udev rules to /dev/uinput immediately after installation
cgutman Mar 11, 2024
97467ea
Reorder and reword the KMS setup step
cgutman Mar 11, 2024
e383ab9
Add note to prefer distro packages over Flatpak/AppImage
cgutman Mar 11, 2024
d887798
Improve KMS debuggability and avoid known broken cases
cgutman Mar 12, 2024
c13a30d
Allow NVENC to be forced to try capturing non-Nvidia GPUs
cgutman Mar 13, 2024
1859e23
build(deps): bump LizardByte/homebrew-release-action from 2024.309.15…
dependabot[bot] Mar 13, 2024
0bfad20
fix(Linux/Fedora): re-enable CUDA and bump to 12.4.0 (#2247)
Crashdummyy Mar 13, 2024
3e49e25
chore: bump version to v0.22.1 (#2221)
ReenigneArcher Mar 13, 2024
22736c4
Fix(linux/fedora39) patch system headers so build succeeds with cuda …
ReenigneArcher Mar 13, 2024
c43dd24
Don't update tray icon after tray_exit() was called
cgutman Mar 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker/archlinux.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ RUN <<_PKGBUILD
set -e
namcap -i PKGBUILD
makepkg -si --noconfirm
rm -f /build/sunshine/pkg/sunshine-debug*.pkg.tar.zst
ls -a
_PKGBUILD

Expand Down
Loading