v0.23.1

usememos/memosv0.23.1Jan 29, 2025by github-actions[bot]

AI Summary

Maintenance release fixing critical bugs on ARM architectures and adding various UI/UX improvements.

Key Highlights

  • Fixed panic on ARM v5-v6-v7 builds
  • Added sh entrypoint to allow loading variables from secrets
  • Persisted memo filters via URL query

New Features

  • ARM build fixes
  • Secret loading entrypoint
  • URL filter persistence
  • Hyperlink improvements

Full Release Notes

## What's Changed

* fix: panic on arm v5-v6-v7 builds by @lincolnthalles in https://github.com/usememos/memos/pull/4204
* fix: limit the size of the resource list viewer by @RoccoSmit in https://github.com/usememos/memos/pull/4210
* chore: fix css location compatibility issues on Safari by @zjy4fun in https://github.com/usememos/memos/pull/4215
* fix: optimize memoMap generation logic to ensure memoMap count matche… by @zjy4fun in https://github.com/usememos/memos/pull/4214
* refactor: move tags from property to payload by @johnnyjoygh in https://github.com/usememos/memos/pull/4229
* feat: add sh entrypoint to allow MEMOS_DSN_FILE to load variable from secret by @hadleyrich in https://github.com/usememos/memos/pull/4236
* refactor: enhance hyperlink handling in markdown shortcuts by @chriscurrycc in https://github.com/usememos/memos/pull/4238
* feat: persist memo filters with url query by @chriscurrycc in https://github.com/usememos/memos/pull/4239
* chore: added missing French translations by @dandelionmood in https://github.com/usememos/memos/pull/4270
* add missing german translations by @tungerno in https://github.com/usememos/memos/pull/4268
* Optimize filters sync by @chriscurrycc in https://github.com/usememos/memos/pull/4260
* feat: scroll to top by @chriscurrycc in https://github.com/usememos/memos/pull/4244
* Adding missing translations by @dandelionmood in https://github.com/usememos/memos/pull/4273
* fix #4274 now when checkbox is toggled the memo remembers the compact… by @X1Vi in https://github.com/usememos/memos/pull/4279
* Date picker navigation by @RoccoSmit in https://github.com/usememos/memos/pull/4286
* fix #4257 fixed ui for mermaid diagrams in dark mode by @X1Vi in https://github.com/usememos/memos/pull/4289
* improve: support setting the url style of s3 store by @ComixHe in https://github.com/usememos/memos/pull/4304
* Czech locale support by @strzinek in https://github.com/usememos/memos/pull/4316
* [minor] Link to SSO Documentation by @PhilippMundhenk in https://github.com/usememos/memos/pull/4319
* chore: update zh-Hant by @changchiakai in https://github.com/usememos/memos/pull/4324

## New Contributors
* @zjy4fun made their first contribution in https://github.com/usememos/memos/pull/4215
* @hadleyrich made their first contribution in https://github.com/usememos/memos/pull/4236
* @chriscurrycc made their first contribution in https://github.com/usememos/memos/pull/4238
* @dandelionmood made their first contribution in https://github.com/usememos/memos/pull/4270
* @tungerno made their first contribution in https://github.com/usememos/memos/pull/4268
* @ComixHe made their first contribution in https://github.com/usememos/memos/pull/4304
* @strzinek made their first contribution in https://github.com/usememos/memos/pull/4316
* @PhilippMundhenk made their first contribution in https://github.com/usememos/memos/pull/4319
* @changchiakai made their first contribution in https://github.com/usememos/memos/pull/4324

**Full Changelog**: https://github.com/usememos/memos/compare/v0.23.0...v0.23.1