Skip to content

Releases: loki-47-6F-64/sunshine

Sunshine v0.4.0

03 May 22:36
Compare
Choose a tag to compare
Sunshine v0.4.0 Pre-release
Pre-release

Sunshine installation guide

Windows

  • Download and extract Sunshine-Windows.zip
  • Optionally install ViGEmBus

Ubuntu 20.04

  1. Download sunshine.deb
  2. sudo apt-get install -f ~/Downloads/sunshine.deb

If this is the first install

  1. sudo usermod -a -G input $USER
  2. Reboot

Optional -- Run Sunshine in the background

  1. Download sunshine.service
  2. mkdir -p ~/.config/systemd/user
  3. cp ~/Downloads/sunshine.service ~/.config/systemd/user/
  4. systemctl --user daemon-reload
  5. systemctl --user start sunshine

Changes

  • prep-cmd is now optional in apps.json
  • Fixed bug causing video artifecting
  • Fixed bug preventing Moonlight from closing app on exit
  • Fixed bug causing preventing keyboard keys from repeating on latest version of Moonlight
  • Fixed bug causing segfault when another session of sunshine was already running
  • Fixed bug causing crash when monitor has resolution 1366x768

Sunshine v0.3.1

24 Apr 21:09
Compare
Choose a tag to compare
Sunshine v0.3.1 Pre-release
Pre-release

Sunshine installation guide

Windows

  • Download and extract Sunshine-Windows.zip
  • Optionally install ViGEmBus

Linux

  1. Download sunshine.deb
  2. sudo apt-get install -f ~/Downloads/sunshine.deb
  3. sudo usermod -a -G input $USER

Optional -- Run Sunshine in the background

  1. Download sunshine.service
  2. mkdir -p ~/.config/systemd/user
  3. cp ~/Downloads/sunshine.service ~/.config/systemd/user/
  4. systemctl --user daemon-reload
  5. systemctl --user start sunshine

Changes

  • Fix a memory leak.

Sunshine v0.3.0

23 Apr 15:34
Compare
Choose a tag to compare
Sunshine v0.3.0 Pre-release
Pre-release

Sunshine installation guide

Windows

  • Download and extract Sunshine-Windows.zip
  • Optionally install ViGEmBus

Linux

  1. Download sunshine.deb
  2. sudo apt-get install -f ~/Downloads/sunshine.deb
  3. sudo usermod -a -G input $USER

Optional -- Run Sunshine in the background

  1. Download sunshine.service
  2. mkdir -p ~/.config/systemd/user
  3. cp ~/Downloads/sunshine.service ~/.config/systemd/user/
  4. systemctl --user daemon-reload
  5. systemctl --user start sunshine

Changes

  • Hardware acceleration on NVidia GPU's for Video encoding on Windows

Sunshine v0.2.0

21 Mar 17:40
Compare
Choose a tag to compare
Sunshine v0.2.0 Pre-release
Pre-release

Sunshine installation guide

Windows

  • Download and extract Sunshine-Windows.zip
  • Optionally install ViGEmBus

Linux

  1. Download sunshine.deb
  2. sudo apt-get install -f ~/Downloads/sunshine.deb
  3. sudo usermod -a -G input $USER

Optional -- Run Sunshine in the background

  1. Download sunshine.service
  2. mkdir -p ~/.config/systemd/user
  3. cp ~/Downloads/sunshine.service ~/.config/systemd/user/
  4. systemctl --user daemon-reload
  5. systemctl --user start sunshine

Changes

  • Multicasting is now supported: You can set the maximum simultaneous connections with the configurable option: channels
  • Configuration variables can be overwritten on the command line: "name=value" --> it can be usefull to set min_log_level=debug without modifying the configuration file
  • Switches to make testing the pairing mechanism more convenient has been added, see "sunshine --help" for details

Sunshine - v0.1.1

30 Jan 17:40
Compare
Choose a tag to compare
Sunshine - v0.1.1 Pre-release
Pre-release

Sunshine installation guide

Windows

  • Download and extract Sunshine-Windows.zip
  • Optionally install ViGEmBus

Linux

  1. Download sunshine.deb
  2. sudo apt-get install -f ~/Downloads/sunshine.deb
  3. sudo usermod -a -G input $USER

Optional -- Run Sunshine in the background

  1. Download sunshine.service
  2. mkdir -p ~/.config/systemd/user
  3. cp ~/Downloads/sunshine.service ~/.config/systemd/user/
  4. systemctl --user daemon-reload
  5. systemctl --user start sunshine

Sunshine v0.9.0 - Pre-release

27 Jan 20:40
Compare
Choose a tag to compare
Pre-release

The first official release for Sunshine!