An attempt at documenting the changes/new features introduced in each release. Edge
These are changes live on the edge builds:- Sync engine re-architecture: see Architecture and Sync
- More configuring what to index (see Config under the index section) for the purpose of reducing local storage size and needless CPU waste. Some useful ones:
- config.set("index.search.enable", false) to disable Full Text Search entirely (saves on processing and storage if you don’t use it)
- config.set("index.paragraph.all", false) to disable indexing all (untagged) paragraphs. This is also somewhat wasteful if you don’t query these.
- Parallel sync (5 files simultaneously)
- Disable ability to rename pages in read-only mode (by Jelenkee)
- Improved docker build + health check (by Zef)
- Added templates.tagItem template (by Andy Costanza)
- Support links in table queryable objects (by Alex Dobin)
- Refactor of document editors (by MrMugame)
- Command to toggle markdown syntax rendering (by aphymi)
- Render external links inside frontamatter code as clickable anchors
2.0.0
For previous versions, see the v1 CHANGELOG