Releases: Alia5/SISR
Dev Build v0.6.0-13-gf19eb48
Automated development build.
Caution
Hold on there buddy!
Do not download SISR directly from here, and instead use the available installation scripts and read the introduction post first!
Changelog for Development Version
Changes since v0.6.0:
✨ New Features
- Add Ratecheck / SteamInput Latency Test
- Run from Steam with
checkrates --console --compare-latency=true --l=debug --time=10sargs
- Run from Steam with
🐛 Fixes
- Fix non-clickable updateUI
- Fixes: #84 - Do not run Steam Cleanup when launched in No-Steam mode
- Fixes Steam launching on SISR close
🔧 Miscellaneous
- Update SDL
- Update SDL
- Delay forcing input config in an attempt to workaround a potential issue with Steam
SISR v0.6.0
Caution
Hold on there buddy!
Do not download SISR directly from here, and instead use the available installation scripts and read the introduction post first!
Changelog for Version 0.6.0
Changes since v0.5.0:
✨ New Features
- Touchpad passthrough
- Default: enabled - Back Button (paddles/grip buttons whatever) passthrough
- Default: disabled - Switch 2 Pro controller emulation
- DualSense + DualSense Edge emulation
🐛 Fixes
- Windows: Fix install script
- Fix prereleases failing to fetch correct uninstaller
- Fix failing to update VIIPER - Fix skipping gamepad connections when using gyro-passthrough
- Fix colored log output when using logfile
- Fix Executable / Executable dir for AppImages
🔧 Miscellaneous
- Update SDL
- Update VIIPER
- Windows: Fix CLI window popping up when using SISR launch VIIPER server
- Fix DualShock4 emulation issues and (emulated) controller compatibility
SISR v0.5.0
Caution
Hold on there buddy!
Do not download SISR directly from here, and instead use the available installation scripts and read the introduction post first!
Changelog for Version 0.5.0
This build of SISR is a complete rewrite in a different programming language.
This rewrite was purely done for my own enjoyment, but it does come with benefits as well!
- The app is now generally more efficient and should thus put less strain on your CPU, even though it was already negligible before.
- Gyro-Passthrough for Steam-Controller devices (OG SC, Deck, SC2) now generally works, as long as Gyro is bound to something other than "none" in Steam Inputs Layout configurator
- The overlay window on Windows now uses
DWMPassiveUpdateMode(just as XboxGameBar) and should thus not interfere with VRR anymore - Improved support for mixing controllers.
- Previously, there could be some issues when Xbox-Controllers and non-Xbox controllers were mixed and Steam Input support for Xbox controllers was enabled. This should now be fixed.
- SISR now uses the latest and greatest version of SDL (well, directly built from the main-branch)
The remaining changelog may be incomplete.
Breaking 🦴
- Incompatibility with old configuration files
- Incompatibility with old launch arguments
See the Docs for the new values/options!
(Hopefully I did not miss something. If I did I'd be happy if you send me a PR)
✨ New Features
- Gyro passthrough
🐛 Fixes
- Update SDL
- Fix not received gamepad update sometimes - Improve device pairing/ignore logic
- Thus improving controller hot-pluggability
- Fix supporting Steam enabling Xbox 360 controller rebinding
- Remove now superfluous "requireControllerConnectedBeforeLaunch" option - DS4 device mapping
🔧 Miscellaneous
- Add status texts to initial setup
SISR v0.4.2
Caution
Hold on there buddy!
Do not download SISR directly from here, and instead use the available installation scripts and read the introduction post first!
Changelog for Version 0.4.2
Changes since v0.4.1:
✨ New Features
- Millenium compatibility
🐛 Fixes
- Windows: Unlock uninstall script and use versioned
- Fix tray menu version
- Fix SISR self restart
- Fix SISR marker creation when Steam is slow
- (Steam seems to startup a lot slower since the recent versions???)
🔧 Miscellaneous
- Fix uninstall script not deployed to docs
- Linux-Install: Install
webkit2gtk-4.1dependency - Update VIIPER
- Improve game compatibility of emulated xbox360 controller
SISR v0.4.1
Caution
Hold on there buddy!
Do not download SISR directly from here, and instead use the available installation scripts or read the manual installation guide first!
Changelog for Version 0.4.1
Changes since v0.4.0:
🐛 Fixes
- Fix updating on Windows
SISR v0.4.0
Caution
Hold on there buddy!
Do not download SISR directly from here, and instead use the available installation scripts or read the manual installation guide first!
This software is most likely not needed!
Try adding your games as non-Steam shortcuts, first!
Changelog for Version 0.4.0
Changes since v0.3.1:
✨ New Features
- Change overlay mode from tray menu
🐛 Fixes
- Use wgpu DX12 Fxc compiler
- Fixes: #39
🔧 Miscellaneous
- Update installer / Add uninstaller
- Also add
--no-steammode start menu shortcut
- Also add
- Reword tray menu entries
- Change default: continuous_draw
false->true
- adds possibility to use touch-/radial-menus without CLI flag (soon) - Change default: Require controllers connected before launch
true->false - Refactor: Replace egui with web based UI
- Move part of init flow to web-UI
- Change websocket based API to http-based
- Used by both the UI and JS injected into Steam
- Add initial setup flow
SISR v0.3.1
Caution
Hold on there buddy!
Do not download SISR directly from here, and instead use the available installation scripts or read the manual installation guide first!
This software is most likely not needed!
Try adding your games as non-Steam shortcuts, first!
Changelog for Version 0.3.1
Changes since v0.3.0:
🔧 Miscellaneous
- Update deps / VIIPER
SISR v0.3.0
⚠️ Installation Scripts available ⚠️
Try reading the Installation Guide before downloading SISR from here!
Changelog for Version 0.3.0
Changes since v0.2.1:
✨ New Features
- Add auto updater
🐛 Fixes
- Update / Fix compatibility with VIIPER > 0.4.1
SISR v0.2.1
⚠️ Installation Scripts available ⚠️
Try reading the Installation Guide before downloading SISR from here!
Changelog for Version 0.2.1
Changes since v0.2.0:
✨ New Features
- Update VIIPER-Client / Support VIIPER-Auth
🐛 Fixes
- Fix SISR overlay chord possibly not working
- Fix logspam
SISR v0.2.0
⚠️ Installation Scripts available ⚠️
Try reading the Installation Guide before downloading SISR from here!
Changelog for Version 0.2.0
Changes since v0.1.2:
✨ New Features
- Experimental "--no-steam" mode
- Dualshock 4 Emulation
- Experimental gyro-passthrough
- Default Controller Type Flag/Config
🔧 Miscellaneous
- Show more device info
require_controllers_connected_before_launchoption
- Defaulttrue- Update Deps
- VIIPER Client (0.4.0)
- SDL (3.4.0)