Skip to content

release: v1.12.3 — regex tag fragment leak fix#131

Merged
ranxianglei merged 1 commit into
masterfrom
2026-07-14_release-v1.12.3
Jul 14, 2026
Merged

release: v1.12.3 — regex tag fragment leak fix#131
ranxianglei merged 1 commit into
masterfrom
2026-07-14_release-v1.12.3

Conversation

@ranxianglei

Copy link
Copy Markdown
Owner

Release v1.12.3 (patch)

Version bump for the regex tag fragment leak fix (PR #130, issue #123).

Changes

  • Version: 1.12.2 → 1.12.3
  • Changelog: Added v1.12.3 entries to README.md and README.zh-CN.md
  • Devlog: devlog/2026-07-14_release-v1.12.3/ (REQ.md + WORKLOG.md)

Release Contents

Three regex fixes in lib/messages/utils.ts:

  1. DCP_PAIRED_TAG_REGEX]*> matched any > char (tag fragments leaked into chat)
  2. DCP_BLOCK_ID_TAG_REGEX(]) required literal ] (function was a no-op)
  3. DCP_MESSAGE_REF_TAG_REGEX — Missing opening tag (fragments in summaries)

Verification

  • ✅ CI check: All passed
  • ✅ Tests: 666 pass, 0 fail

Post-Merge

release.yml auto-tags v1.12.3, builds, tests, publishes to npm.

@ranxianglei ranxianglei merged commit 20a105c into master Jul 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant