Skip to content

chore: bump github.com/usememos/memos from 0.27.1 to 0.29.1#202

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/usememos/memos-0.29.1
Open

chore: bump github.com/usememos/memos from 0.27.1 to 0.29.1#202
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/usememos/memos-0.29.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/usememos/memos from 0.27.1 to 0.29.1.

Release notes

Sourced from github.com/usememos/memos's releases.

v0.29.1

Bug Fixes

  • Task list layout - Task item content now stays in one grid column, so multi-line task items keep their text aligned with the task body.
  • Link preview descriptions - Link previews now support standard <meta name="description"> tags, improving metadata cards for sites without Open Graph descriptions.
  • Mobile video posters - Video attachments now render poster thumbnails on mobile attachment views.

New Contributors

Full Changelog: usememos/memos@v0.29.0...v0.29.1

v0.29.0

This release adds richer link previews, notification email settings, shortcut and memo workflow improvements, and a set of security, media, and editor fixes. It also adds new instance statistics APIs and performance improvements for the initial screen.

New Features

Link Previews and Metadata

  • Link metadata APIs - Memos now includes endpoints for fetching and batching metadata for links attached to memos.
  • Rendered link cards - The web app can render metadata cards for shared links, making memo references easier to scan.
  • DNS rebinding protection - Link metadata fetching now rejects DNS rebinding attempts.

Notification and Transcription Settings

  • SMTP email settings - Instance notification settings now include SMTP email configuration.
  • Email test endpoint - Admins can test notification email settings through the instance API.
  • Explicit speech-to-text settings - Transcription settings now expose provider, model, and prompt configuration.

Memo and Workspace Improvements

  • Task list quick actions - Memos with task lists now support faster task interactions.
  • Calendar-aware memo creation - Creating a memo from the calendar uses the selected calendar date.
  • Dedicated shortcuts page - Shortcut management is available from a dedicated page.
  • About page and placeholder refresh - The app includes a refreshed about page and new placeholder states.

Administration and Statistics

  • Instance resource statistics - Admin instance stats now include resource statistics.
  • Filtered all-user stats - All-user statistics can be filtered for more focused administration views.
  • Configurable log level - The server now accepts a --log-level flag.

Bug Fixes

  • Attachment ownership enforcement - Memo updates now enforce attachment ownership.
  • Comment visibility - Comments now respect parent memo visibility.
  • User response privacy - User list responses omit internal settings.
  • Memo creation events - Creating memos with attachments no longer emits an extra update event.
  • Avatar sync - Profile avatar changes sync immediately after update.

... (truncated)

Changelog

Sourced from github.com/usememos/memos's changelog.

0.29.1 (2026-06-04)

Bug Fixes

  • markdown: keep task item content in one grid column (7c3bff4)
  • support <meta name=description> in link previews (#6000) (e8d32e8)
  • web: render video attachment posters on mobile (0e2a9a9)

0.29.0 (2026-05-27)

Features

  • about: add about page with bird sprites (411ba7b)
  • activity-calendar: aggregate by ViewContext.timeBasis (8daef1d)
  • add <Placeholder> component with ASCII bird states (#5949) (8c16ffa)
  • add configurable --log-level flag (#5934) (f1e2a06)
  • add dedicated shortcuts page (#5942) (1df6479)
  • add link metadata endpoints (9c5c604)
  • frontend: add pixel bird tilemaps (cf55f11)
  • memo: add task list quick actions (#5983) (648b3bd)
  • memo: create memos on the selected calendar date (#5925) (ef55013)
  • notification: add smtp email settings (cd4f28a)
  • placeholder: add woodpecker tilemap (638e4f3)
  • render link metadata cards (0bc5669)
  • stats: admin instance resource statistics (ea0625d)
  • stats: support filtered all-user stats (88ac3ec)
  • transcription: explicit STT settings with provider, model, prompt (#5926) (238f27d)

Bug Fixes

  • avoid update event on memo create attachments (#5961) (3c3382a)
  • delete user cleanup (#5981) (e53b7d9)
  • editor: wrap selected text when pasting URL (e0bb3a2)
  • fileserver: preserve HDR image metadata in thumbnails (c724232)
  • frontend: correct static cache headers (084f40b)
  • frontend: use correct url path for memos in sitemap.xml (#5921) (603781f)
  • httpgetter: prevent DNS rebinding in link metadata fetch (078488c)
  • markdown: align list items with checkboxes (e008b1a)
  • memo: enforce parent visibility for comments (4a1e401)
  • s3presign: preserve motion media payload (7f1f53f)
  • security: enforce attachment ownership on memo updates (35bf761)
  • sse: stream initial response and refresh tokens (21303e8)
  • user: omit internal settings from list responses (#5917) (1df3fe7)
  • web: sync avatar changes immediately after profile update (#5903) (328396a)

Performance Improvements

... (truncated)

Commits
  • 5f194da chore(main): release 0.29.1 (#5985)
  • bb76949 chore(server): centralize CORS policy
  • d69f1aa chore: tweak demo data
  • 0e2a9a9 fix(web): render video attachment posters on mobile
  • e8d32e8 fix: support <meta name=description> in link previews (#6000)
  • 0d31e3c chore(media): add zoom controls to preview dialog
  • fadc974 docs: consolidate agent guidance
  • 53abb80 refactor(frontend): remove react-use dependency
  • 7c3bff4 fix(markdown): keep task item content in one grid column
  • f22c4bd chore(main): release 0.29.0 (#5909)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/usememos/memos](https://github.com/usememos/memos) from 0.27.1 to 0.29.1.
- [Release notes](https://github.com/usememos/memos/releases)
- [Changelog](https://github.com/usememos/memos/blob/main/CHANGELOG.md)
- [Commits](usememos/memos@v0.27.1...v0.29.1)

---
updated-dependencies:
- dependency-name: github.com/usememos/memos
  dependency-version: 0.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants