v0.18.0
usememos/memosv0.18.0Dec 10, 2023by boojack
AI Summary
Expands database support by adding PostgreSQL and introduces the webhook feature. It also adds support for tables in memos.
Key Highlights
- PostgreSQL support
- Webhook introduction
- Tables support in memos
New Features
- PostgreSQL support
- Webhook support
- Tables support
Full Release Notes
## New Loaded * 🐘 **PostgreSQL** is supported, learn more in [Database Driver](https://www.usememos.com/docs/advanced-settings/database#using-postgresql); * 🪝 **Webhook** introduced, learn more in [Webhook](https://www.usememos.com/docs/advanced-settings/webhook). ## What's Changed * fix: correct some Chinese translation inaccuracy by @Kellermaan in https://github.com/usememos/memos/pull/2536 * chore: remove invalid access token from db by @athurg in https://github.com/usememos/memos/pull/2539 * chore: remove the max height limit for single media by @athurg in https://github.com/usememos/memos/pull/2545 * fix: remove ACL when set URLPrefix by @Hou-Xiaoxuan in https://github.com/usememos/memos/pull/2532 * chore: update manifest.json by @webysther in https://github.com/usememos/memos/pull/2568 * feat: support Postgres by @Irvingouj in https://github.com/usememos/memos/pull/2569 * fix: field type of row_status for table webhook by @athurg in https://github.com/usememos/memos/pull/2579 * fix: detail page user-avatar size have unexpected height by @Tyangs in https://github.com/usememos/memos/pull/2576 * fix: visibility of memo editor is empty by @athurg in https://github.com/usememos/memos/pull/2580 * feat: tables support by @shagr4th in https://github.com/usememos/memos/pull/2573 * fix: visibility of user preference is empty by @athurg in https://github.com/usememos/memos/pull/2581 * chore: bump actions in workflows by @kbdharun in https://github.com/usememos/memos/pull/2588 ## New Contributors * @Kellermaan made their first contribution in https://github.com/usememos/memos/pull/2536 * @Hou-Xiaoxuan made their first contribution in https://github.com/usememos/memos/pull/2532 * @webysther made their first contribution in https://github.com/usememos/memos/pull/2568 * @Irvingouj made their first contribution in https://github.com/usememos/memos/pull/2569 * @Tyangs made their first contribution in https://github.com/usememos/memos/pull/2576 * @shagr4th made their first contribution in https://github.com/usememos/memos/pull/2573 **Full Changelog**: https://github.com/usememos/memos/compare/v0.17.1...v0.18.0