Upgrade overview
⚠️ This release contains upgrade notes that deviate from the norm:
- Requires database migrations;
- Use short UUIDs instead of auto-incrementing IDs for memo and resource in API and frontend;
- The docker image tag
latest
will be deprecated, usestable
instead;
New Loaded
- Added new syntax for embedding content:
![[memos/memoid]]
; - Supported rendering HTML directly with codeblock
__html
; - Supported renaming tag;
- Supported collapsible navigation bar;
What's Changed
- feat: add a webhook action for deleted memos by @ertuil in #2791
- fix: incorrect timeline month display by @xwjdsh in #2792
- feat: Enable iframe rendering in markdown code block by @MarkRushB in #2799
- chore: update zh-Hans & zh-Hant translations by @moehanabi in #2804
- chore: update zh-Hant by @ti777777 in #2815
- fix: avoid making memos public when disabled by @moehanabi in #2816
- fix: encode filename when using url prefix for resources by @mudkipme in #2829
- chore: update i18n from Weblate by @boojack in #2832
- fix: use mysql to parse dsn by @zwpaper in #2838
- feat: add buf plugin to generate openapiv2 spec by @lincolnthalles in #2843
New Contributors
- @MarkRushB made their first contribution in #2799
- @moehanabi made their first contribution in #2804
- @mudkipme made their first contribution in #2829
- @zwpaper made their first contribution in #2838
Full Changelog: v0.18.2...v0.19.0