Release 1.12.90
[1.12.90] - 2026-04-17
Enhancements
-
The REPL start scripts support now custom Java VM options
Modify
{REPL_HOME}/repl.envon Linux/MacOS, e.g.:export JAVA_OPTS=-Xms512M -Xmx2GModify
{REPL_HOME}/repl.env.baton Windows, e.g.:set JAVA_OPTS=-Xms512M -Xmx2G -
The REPL start scripts support now loadpaths defined in the REPL env file
Modify
{REPL_HOME}/repl.envon Linux/MacOS, e.g.:export LOADPATH=/home/data/scriptsModify
{REPL_HOME}/repl.env.baton Windows, e.g.:set LOADPATH=C:\home\data\scripts
Bugs
- Fixed the REPL internal manual restart, broken since 1.12.89