Releases: jacobclarke92/TouchOSC-Script-Injector
Releases · jacobclarke92/TouchOSC-Script-Injector
Version 1.0.4
- Fixed a general issue where some 'number' values with leading zeroes were getting stripped, causing issues within TouchOSC, namely to do with connections (Thanks @kmitch95120 !)
Version 1.0.3
- Deleting script files no longer crashes the watcher.
- Added a 'quick replace' mode that kicks in after project is initially built -- this avoids needing to rebuild the whole XML structure after each subsequent change to lua files.
- The results file list shows an exclamation mark next to files that had no place(s) to be injected into.
- Watcher ignores changes to files that previously had no place(s) to be injected into.
Version 1.0.2
Added progress bars for the xml encoding/decoding process.
Added extra watcher for the .tosc file which retriggers the entire script injection process if modified.
Version 1.0.1
Should fix absolute path issue on windows
Version 1.0.0 👶
If you have any issues runnning these binaries your best bet would be to clone the repo and run npm run compile
which will make a fresh version for your system.