Replies: 1 comment
-
Changelog
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The lexer is rewritten with a UTF-8 byte buffer that gives O(1) position arithmetic, significantly improving parse performance on large files (ARO-0115). Triple-quoted multiline string literals are now supported (ARO-0097), making it straightforward to embed JSON, SQL, or prose directly in
.arosource. The parser gained comprehensive error recovery (ARO-0119) so a single syntax error no longer aborts the entire parse — remaining feature sets are still checked and reported. Plugin versioning and dependency management were added soplugin.yamlcan declare required ARO version ranges and plugin-to-plugin dependencies. TheActionRegistrybuilt-in registration was modularised (ARO #125). Terminal service improvements enable full-height file manager layouts.Beta Was this translation helpful? Give feedback.
All reactions