Skip to content

Commit e841d1f

Browse files
committed
CHANGELOG updates
1 parent 3aea9a8 commit e841d1f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

website/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Whenever a commit is pushed to the `main` branch, within ~5 minutes, it will be
1010
* Now works with headers (moves around entire sections)
1111
* Now works with table rows
1212
* Now works with paragraphs
13+
* [Footnote support](https://www.markdownlang.com/extended/footnotes.html): both reference-style (`[^1]`) and inline (`^[text]`) footnotes with syntax highlighting, live preview on hover, reference completion, and invalid reference linting.
1314
* The [[^Library/Std/Widgets/Widgets#Table of contents]] widget is now **collapsible**, defaults to open (by [Dobli](https://github.com/Dobli)).
1415
* Client upgrade notification: if the server is updated but the client version doesn't match, a notification will appear instructing the user to reload.
1516
* [Improved Lua widget rendering](https://github.com/silverbulletmd/silverbullet/pull/1876) (by [Matouš Jan Fialka](https://github.com/mjf)): `${...}` expressions now render scalars, arrays, records, and arrays-of-tables with better HTML and markdown output.
@@ -20,6 +21,19 @@ Whenever a commit is pushed to the `main` branch, within ~5 minutes, it will be
2021
* Fix: document file opening with URL prefix.
2122
* Fix: autofocus on authentication page.
2223
* Fix: mini editor regressions.
24+
* [Custom markdown syntax extensions](https://github.com/silverbulletmd/silverbullet/pull/1881) (EXPERIMENTAL): define custom inline syntax via [[API/syntax]] that gets parsed, highlighted, and rendered in live preview.
25+
* [[Space Lua/Lua Integrated Query]] improvements:
26+
* `offset` clause support
27+
* Intra-aggregate `order by` support
28+
* Action Button enhancements:
29+
* `standalone` option: only show certain action buttons in standalone/PWA mode (e.g. forward/back navigation buttons)
30+
* Support for opting out action buttons from the mobile dropdown menu
31+
* **Bundle size optimization**: chunked builds with ESBuild, JIT loading of large modules (Turndown, Vim mode), replaced AJV with lighter JSON schema library.
32+
* Removed vim mode from mini-editor (it didn't work properly).
33+
* Fix: "No such header #boot" errors in PWA mode.
34+
* Fix: Edit buttons now work correctly for Lua expressions and code widgets whose bodies appear multiple times in the same page.
35+
* Fix: [attribute rendering](https://github.com/silverbulletmd/silverbullet/pull/1880).
36+
* Fix: [Markdown table rendering](https://github.com/silverbulletmd/silverbullet/pull/1879) and removal of deprecated command button remnants.
2337

2438
## 2.5.0
2539
* Changed keyboard bindings (sorry!). CodeMirror no longer directly allows `Alt-<letter>` and `Alt-<special-character>` [[Keyboard Shortcuts]], meaning I had to **remap a few key bindings**. It’s basically a mission impossible to pick great ones, but here are the new defaults:

website/Markdown/Extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ In addition to supporting [[Markdown/Basics|markdown basics]] as standardized by
1212
* [Highlight](https://www.markdownguide.org/extended-syntax/#highlight)
1313
* [Automatic URL linking](https://www.markdownguide.org/extended-syntax/#automatic-url-linking)
1414
* [Subscript](https://www.markdownguide.org/extended-syntax/#subscript) and [superscript](https://www.markdownguide.org/extended-syntax/#superscript)
15+
* [Footnotes](https://www.markdownlang.com/extended/footnotes.html)

0 commit comments

Comments
 (0)