spice2x-25-03-24
Pre-release
Pre-release
New features
- Auto PIN entry #193
- Allows you to automatically enter the 4-digit PIN by pressing a shortcut key.
- Multiple scenes for image resize #270
- Image resize function can now store 4 different scene configurations, and let you switch between them with shortcuts. Useful if you want different zoom settings for 1p/2p/DP/song select, for example.
- API: add resize function, lights.read can now filter lights by name #179
- Updates for spice API developers. Note that only Python wrappers have been updated; please feel free to update other wrappers by submitting a PR if you end up using these features.
Bug fixes
- Fix DLL hooks not receiving command-line arguments #264
- Info for future DLL hook developers - it is illegal to access
__argcand__argvCRT globals in a DLL, since the hosting executable may not be using the same CRT library as the DLL. Please switch over toGetCommandLine.
- Info for future DLL hook developers - it is illegal to access
Full Changelog: 25-03-16...25-03-24