Skipped a few minor version for technical reasons. cough
- Lua: Tons of fixes, changes and enhancements, see Space Lua and related for up-to-date docs. Some notable things:
- Lua Integrated Query is now here
- Code completion of APIs in
space-lua
and Lua directive syntax, implemented in Lua itself: Lua. - API docs (not fully complete, but getting there)
- WIP Lua Std Libraries, distributed with SilverBullet core.
- Config (future Lua replacement for ^SETTINGS)
- Template (Lua replacement of Templates) with a few samples here Query Templates.
- Breaking change: API convention changed moving from
snake_case
tocamelCase
everywhere.
indentMultiplier
setting added (by Mufeed Ali)- Open external links in new tab (by Ohad Lutzky)
- URL parse fixes (by Ohad Lutzky)
- Plugs are now ideally configured via Space Config (by Marek S. Łukasiewicz)
- Fixed styling for completed tasks with page links (by Max Richter)
- New design for Authentication page (by majjejjam)
- Tags are now easier to style (by TR Staake)
- Swift syntax highlighting now actually highlights Swift code (instead of Rust) (by David Chiles)
- (Security) Implemented a lockout mechanism after a number of failed login attempts for Authentication (configured via Configuration#Authentication) (by Peter Weston)
- Move lines up/down with
Outline: Move Up
andOutline: Move Down
commands (by Simon Cambier) - Added more options for Table of Contents rendering (by Nico S.).
- Disable spellcheck for more code-like blocks (by MrMugame)