Releases: jmiskovic/indeck
Releases · jmiskovic/indeck
Release v1.2
- Saving (ctrl+shift+S) and restoring (ctrl+shift+L) session
- Built-in LuaJIT profiler with a simple report (ctrl+shift+P)
- User-triggered recovery mode (hold right grip while starting app)
- LÖVR framework updated to current master
- Small fixes
Install with command:
adb install -r inDECK-v1.2.apk
If inDECK was previously installed on same device, delete the previous environment to upgrade to new one:
adb shell rm /sdcard/Android/data/org.indeck.app/files/init.lua
v1.1
Notable changes:
- support for multiple panes (Ctrl+P to spawn, Ctrl+W to close and Ctrl+Tab to cycle between them)
- initial sandbox code updated with hand tracking if available
- includes latest LOVR master which brings many framework improvements
Install with command:
adb install -r inDECK-v1.1.apk
If inDECK was previously installed on same device, delete the previous environment to upgrade to new one:
adb shell rm /sdcard/Android/data/org.indeck.app/files/init.lua