Releases: outlander-app/outlander
Releases · outlander-app/outlander
2.0 Beta
Features
- Add
windowsToLogapplication setting - Convert
visible,timestamp, andshowBorderwindow layout settings to booleans from integers - Add
autoScrollas persisted window layout setting - Handle
enterkey when input not focused - Handle display of emoji in
echoand#echo - In addition to emoji characters directly, the following hex code formats are supported
echo \\xF0\\x9F\\x98\\x81
echo \xF0\x9F\x98\x81
echo \XF0\X9F\X98\X81
echo %F0%9F%98%81
2.0 Beta
Fixes
- Ensure any previous delayed tasks are cancelled (pauses, round time) before starting another
- Ensure delayed tasks are all on the same work queue for the given script
- Show resolved variables on waitfor/waitforre script debug
2.0 Beta
Features
$unixtimeglobal variable is now available- Keep swift symbols to help with crash reports
2.0 Beta
Fixes
- Do variable placement on target variable in math function
- Handle single item without | in variable indexing
Features
- Your chosen settings directory will now be remembered and can be changed from the Outlander menu.
2.0 Beta
Fixes
- Made indexed variable replacement smarter. 5th time the charm?
- Updated main script loop to a while loop - this could fix the intermittent crashes with scripts with heavy calculations.
2.0 Beta
v2.0.17 Bump version
2.0 Beta
Fixes
- Fix indexed variable issue
- Updated exp tracker "learned" to only display mind state jumps greater than 0
Updates
- Some legwork for providing downloadable updates (there is a new menu item, but it won't work yet).
2.0 Beta
Features
- Draggable / resizable windows when Layout Settings are toggled on.
#pingcommand#epediacommand
2.0 Beta
Fixes
- Fixes indexed variable evaluation when there is more than one indexed variable referenced in a command.
Features
- Add
printboxcommand for scripts and global#printbox
2.0 Beta
Fixes
- Extra lines in log files
Features
Layouthas a new menu item to toggle display of Window Settings.