v0.22.3
New Loaded
-
Support editing memos directly in the inline editor instead of a dialog.
-
Support displaying tags in a tree structure.
Enhancements
- Tables now support rendering additional syntax (#3606).
- HTML elements rendering supported, now including
<br />
(#3388). - Added a setting to enable link previews(disabled by default) (#3570).
- Access token will be correctly deleted upon logout (#3674).
- Disable user registration has been moved to startup options/environment variables
--public
(#3589).
Changelog
- eccddb1 chore: add create time to memo detail sidebar (#3657)
- 4d2b953 chore: add enable link preview setting to memo related settings (#3647)
- 5a26b76 chore: add memo content snippet
- 626c972 chore: add properties to memo detail sidebar
- 0501f51 chore: buf format
- 260a4f8 chore: buf generate
- 33cd3ed chore: bump version
- fefe2b0 chore: fix build artifacts action
- 9449886 chore: fix linter
- ca46389 chore: fix linter warning for slog (#3604)
- 956f218 chore: fix popover z-index
- bcb8843 chore: implement stringify markdown nodes endpoint (#3688)
- f2cfc52 chore: introduce tag view option
- 05c6edf chore: tweak auth pages
- 5704aaa chore: tweak embeded memo style
- a98d16b chore: update bug report template fields (#3656)
- 1ad5d9b chore: update confirm dialog
- 7c9e54a chore: update disallow public visibility setting name (#3687)
- 4ff3b89 chore: update i18n from Weblate (#3680)
- ef7e215 chore: update memo relation list
- 387bf48 chore: update s3 config
- 3782d41 chore: upgrade gomark
- 878fea5 chore: use popover for update tag view setting
- 1ab2c89 feat(api): implement get memo by uid
- 457cf92 feat(api): implement get resource by uid
- 736637a feat: add public flag instead of system setting to enable signup (#3589)
- 9909fd8 feat: add snippet field to memo message (#3689)
- f374169 feat: implement html element renderer
- e2fd792 feat: implement inline memo editor
- 291b815 feat: implement memo detail sidebar
- 2c819ac feat: return not found error instead internal error for local file not exist (#3543)
- 5a196e2 feat: update gomark version (#3679)
- e33244e fix: PATCH requests on /api/v1 not working (#3600)
- 4f4fe9b fix: add charset=utf-8 for text content resources (#3608)
- a09c669 fix: allow cors for grpc gateway handler (#3574)
- b923988 fix: can't change memo UID (#3621)
- 6825c1d fix: delete access token when sign out
- 446e38f fix: memo content snippet
- 5e3ed20 fix: update mask of update memo (#3659)