Changes in this release include:
- You will now be asked to log in in the FTS
- You can now authenticate ArcTerm without having to go to the login or FTS first.
- I have begun implementing ArcTerm scripting (see
help exec) to run script files - Improved ArcTerm Mode startup speed: it will now bring you to the prompt as fast as the ArcAPI can respond to the required requests.
- You can now see how many ArcTerm commands are loaded by running
help --count. - Fixed
font-sizeinconsistency in ArcTerm mode: everything is now14px. - Added a lock to the desktop to prevent it from being loaded twice in one instance, which causes issues because of Svelte
- Added the
desktopArcTerm command to quickly switch to the desktop - Disabled the
stateArcTerm command - Fixed a bug where the
logoutcommand caused issues with the UserData if executed after switching to ArcTerm mode from the desktop. - Added
ArcTermStd.verboseboolean to suppress errors and after-command whiteline; control it withverbose --onandverbose --off - ArcTerm: User input is now also possible outside of the regular
promptLoopusingArcTermStd.read - You can now reset your local ArcOS instance from ArcTerm using
reset. This will only clearLocalStorage, nothing else. - You can now hit F2 to restore the previous command in ArcTerm
April 1st 2023, 12:20 AM