Skip to content

chore(main): release 0.30.0#6015

Open
boojack wants to merge 1 commit into
mainfrom
release-please--branches--main--components--memos
Open

chore(main): release 0.30.0#6015
boojack wants to merge 1 commit into
mainfrom
release-please--branches--main--components--memos

Conversation

@boojack

@boojack boojack commented Jun 5, 2026

Copy link
Copy Markdown
Member

🤖 I have created a release beep boop

0.30.0 (2026-07-01)

⚠ BREAKING CHANGES

  • filter: now() is removed (use the now variable) and time fields are timestamps, so bare-epoch comparisons need timestamp(). Existing saved shortcuts using the old syntax must be updated.

Features

  • add OpenAPI-driven MCP support (#6026) (777d227)
  • add optional webhook signing secret (Standard Webhooks HMAC-SHA256) (#6013) (063a444)
  • add webhook edit UI and signing secret status indicator (#6027) (c703b05)
  • editor: add focus-mode formatting toolbar (deddf71)
  • editor: recognize and style @mentions in the rich editor (daa71d0)
  • filter: expand CEL filter surface with startsWith/endsWith, matches(), and all() (f0e4a56)
  • filter: standard CEL now variable, time accessors, set ops (26f4b73)
  • i18n: add searchable locale picker (4183985)
  • i18n: expand European locale coverage (a47d049)
  • markdown: render and navigate GFM footnotes (1020060)
  • mcp: expose create_attachment tool (0e1d821), closes #6057
  • settings: move tag metadata to user settings (#6017) (9eabb55)
  • storage: add insecure_skip_tls_verify option for S3 (20c19ef), closes #6039
  • surface newly created memo above pinned list (6eb1786)
  • web: add link preview view setting (e3e4ae1)
  • web: markdown WYSIWYG editor with raw-mode toggle (#6030) (797f1ff)

Bug Fixes

  • comments: list all memo comments via pagination (f727ad2)
  • cors: open API to any origin for token auth, keep cookies same-origin (385fa22)
  • editor: collapse lingering select-all selection after delete (817561d)
  • editor: support backslash-escaping literal #tags (5f7e038)
  • editor: wire Ctrl+B and Ctrl+I markdown shortcuts to textarea (#6016) (8f13773)
  • instance: add needs_setup so admin-less instances aren't treated as fresh (96cb653)
  • location: truncate long address in memo location chip (3b601b8)
  • markdown: ignore tags inside links (a50ce09)
  • mcp: allow reverse-proxied instances to serve /mcp (8fa2ff4)
  • memo: preserve expanded todo list state (ecbe2ab)
  • tags: include combining marks in tag character class (#6051) (281e0dc)
  • web: delay loading skeleton to avoid flash on fast loads (9e84f61), closes #6047
  • webhook: fail loud on malformed signing secret and add tests (f497f00)
  • web: improve mobile control spacing (1052c04)

This PR was generated with Release Please. See documentation.

@boojack boojack requested a review from a team as a code owner June 5, 2026 16:02
@coderabbitai

coderabbitai Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

Bump the manifest root package version from 0.29.1 to 0.30.0 and add a v0.30.0 changelog entry (Features: i18n locale expansion; move tag metadata to user settings; Bug Fixes: editor Ctrl+B/Ctrl+I wiring, markdown tag handling inside links, memo todo expanded-state preservation).

Changes

Release 0.30.0

Layer / File(s) Summary
Version and changelog update
.release-please-manifest.json, CHANGELOG.md
Manifest root "." version bumped from 0.29.1 to 0.30.0. Inserted v0.30.0 (2026-06-09) changelog section with Features (i18n locale expansion; move tag metadata to user settings) and Bug Fixes (editor Ctrl+B/Ctrl+I wiring to textarea; markdown ignore tags inside links; memo preserve expanded todo list state).
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: releasing version 0.30.0, which is confirmed by the manifest and changelog updates.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description check ✅ Passed The description matches the release version bump and changelog entries in the changeset.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@boojack boojack changed the title chore(main): release 0.29.2 chore(main): release 0.30.0 Jun 7, 2026
@boojack boojack force-pushed the release-please--branches--main--components--memos branch 12 times, most recently from 4918d4f to 6c11741 Compare June 14, 2026 15:21
@boojack boojack force-pushed the release-please--branches--main--components--memos branch 8 times, most recently from 9ad9eab to 76471b4 Compare June 21, 2026 14:20
@boojack boojack force-pushed the release-please--branches--main--components--memos branch 6 times, most recently from f6f81f0 to 4d6c4e8 Compare June 25, 2026 14:03
@boojack boojack force-pushed the release-please--branches--main--components--memos branch 7 times, most recently from c342b71 to 03b2aac Compare July 1, 2026 11:16
@boojack boojack force-pushed the release-please--branches--main--components--memos branch from 03b2aac to c629329 Compare July 1, 2026 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MCP: Add create_attachment tool for uploading files A Way to disable skeleton loadings S3 Storage support TLS Verify skip

1 participant