Skip to content

chore: release 0.4.0#27

Merged
pilat merged 1 commit into
mainfrom
release/0.4.0
Jun 21, 2026
Merged

chore: release 0.4.0#27
pilat merged 1 commit into
mainfrom
release/0.4.0

Conversation

@pilat

@pilat pilat commented Jun 21, 2026

Copy link
Copy Markdown
Owner

Release 0.4.0

Bundles everything merged since v0.3.1. Minor bump — two new features landed.

Added

  • Raw Confluence passthrough — a ```confluence fenced block is emitted to storage format verbatim, an escape hatch for macros with no Markdown equivalent (table of contents, status lozenges, Page Properties, …)
  • Local images & image width — Obsidian-style ![alt|300](…) width syntax, and local image files uploaded as page attachments

Fixed

  • Idempotent re-sync — unchanged, content-hashed attachments are now skipped instead of being re-uploaded, which previously surfaced as a Confluence rollback error and a misleading "0 updated"
  • Mermaid — polyfill a global CSSStyleSheet so diagrams that rely on it render

Changed

  • commander updated to v15

Notes

  • Version bumped in package.json, CHANGELOG.md updated (Keep a Changelog).
  • No package-lock.json by project policy, so nothing to regenerate.
  • CI/tooling-only changes since the last release (Renovate migration, GitHub Actions bump) are intentionally left out of the user-facing changelog.

Summary by CodeRabbit

  • New Features

    • Added Confluence storage passthrough for fenced code blocks
    • Added Obsidian-style image width syntax support
    • Added local image upload as attachments functionality
  • Bug Fixes

    • Improved page re-sync behavior for unchanged Mermaid and image attachments
    • Fixed Mermaid polyfill global styling issue

@coderabbitai

coderabbitai Bot commented Jun 21, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2b6867f6-c832-44ec-9d7c-41528a54174d

📥 Commits

Reviewing files that changed from the base of the PR and between 110c4bb and 35a6d96.

📒 Files selected for processing (2)
  • CHANGELOG.md
  • package.json

📝 Walkthrough

Walkthrough

package.json version is bumped from 0.3.1 to 0.4.0. CHANGELOG.md receives a new [0.4.0] entry dated 2026-06-21 with Added, Changed, and Fixed sections documenting Confluence code-block passthrough, image width syntax, local image attachment upload, commander v15 update, attachment re-sync deduplication, and a Mermaid CSSStyleSheet polyfill fix.

Changes

v0.4.0 Release Bump

Layer / File(s) Summary
Version bump and CHANGELOG entry
package.json, CHANGELOG.md
package.json version updated from 0.3.1 to 0.4.0; CHANGELOG.md adds a [0.4.0] entry with Added (Confluence fenced-code passthrough, Obsidian image width syntax, local image attachment upload), Changed (commander bumped to v15), and Fixed (content-hash dedup for re-sync, Mermaid CSSStyleSheet polyfill) sections.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • pilat/markfluence#8: Same pattern of bumping package.json version and adding a new CHANGELOG.md entry for a release.
  • pilat/markfluence#19: Directly implements the local image attachment content-hash dedup behavior documented in the Fixed section of this changelog entry.

Poem

🐇 A version hops forward, from three-one to four,
The changelog now captures what wasn't before—
Code blocks pass through, images resize with grace,
Mermaid diagrams polyfilled right in their place.
A bump in the package, a note in the log,
The rabbit ships releases like hops in a bog! 🌿

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: release 0.4.0' accurately reflects the main change—a version release bump. It is clear, concise, and directly summarizes the primary purpose of the changeset.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/0.4.0

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 and usage tips.

@pilat pilat self-assigned this Jun 21, 2026
@pilat pilat merged commit 01191a5 into main Jun 21, 2026
2 of 3 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