sqli() no longer crashes a script when a target has no configured routes - returns a normal checkable result instead.
Object literals, lists, and function calls can now be written across multiple lines.
ls now shows real file permissions and ownership, matching what download()/upload() actually enforce.
The web API reference's connect() entry now carries the same success-vs-login warning the in-editor reference already had.
The in-editor scripting reference now documents what a module's top level can and can't contain.
prompt() no longer discards whitespace-only input.
scp/upload() now correctly lands files inside a destination folder in every case.
Settings in a blackdoor.conf you find on another box now apply fully, same as your own.
theme= in blackdoor.conf now matches a preset regardless of capitalization.
Thanks for all the reports - this patch is basically nothing but them. - Static