This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
ReleasePort's take
Light signalVersionβ―v1.6.0 introduces a Metadata Bar and collapsible Properties Box in the UI, strips frontmatter from rendered markdown, protects inline code, adds GitHub Actions CI/CD for macOS .dmg builds, removes debug eprintln! output, and improves wikilink display.
Why it matters: These feature additions (Metadata Bar, Properties Box, improved wikilinks) directly enhance UI usability and readability; the bugfix eliminating debug logs cleans terminal output for all users.
Summary
AI summaryUpdates π§Ή Cleanup, orange, and gray across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Adds Metadata Bar displaying title, description, tags, status, date, and author above content. Adds Metadata Bar displaying title, description, tags, status, date, and author above content. Source: llm_adapter@2026-05-25 Confidence: high |
β |
| Feature | Medium |
Adds collapsible Properties Box below content with icon support, boolean toggles, multi-value pills, and fallback handling. Adds collapsible Properties Box below content with icon support, boolean toggles, multi-value pills, and fallback handling. Source: llm_adapter@2026-05-25 Confidence: high |
β |
| Feature | Medium |
Strips frontmatter from rendered markdown body, showing it only in the structured UI. Strips frontmatter from rendered markdown body, showing it only in the structured UI. Source: llm_adapter@2026-05-25 Confidence: high |
β |
| Feature | Medium |
Protects inline code (backtickβwrapped) from emoji replacement and math preprocessing. Protects inline code (backtickβwrapped) from emoji replacement and math preprocessing. Source: llm_adapter@2026-05-25 Confidence: high |
β |
| Feature | Medium |
Implements GitHub Actions CI/CD workflow that builds and publishes macOS .dmg files on every `v*` tag push. Implements GitHub Actions CI/CD workflow that builds and publishes macOS .dmg files on every `v*` tag push. Source: llm_adapter@2026-05-25 Confidence: high |
β |
| Feature | Medium |
Wikilinks now render humanβreadable display text when provided (e.g., `[[docs/architecture|Architecture]]` shows βArchitectureβ). Wikilinks now render humanβreadable display text when provided (e.g., `[[docs/architecture|Architecture]]` shows βArchitectureβ). Source: llm_adapter@2026-05-25 Confidence: high |
β |
| Bugfix | Medium |
Removes all debug `eprintln!` output for cleaner terminal logs. Removes all debug `eprintln!` output for cleaner terminal logs. Source: llm_adapter@2026-05-25 Confidence: low |
β |
Full changelog
π What's New in v1.6.0
β¨ Frontmatter Rendering β Metadata Bar & Enhanced Properties
Full redesign of how frontmatter appears in the viewer. Two complementary views now work together:
Metadata Bar (always visible above content)
- Title shown as a large heading with a subtle divider
- Description displayed as a subtitle
- Tags rendered as colorful pill badges (first 5 shown, "show more" for overflow)
- Status badges with semantic colors:
active(green),draft(orange),archived(gray) - Date and author shown as styled pills
Properties Box (collapsible, below content)
- Icon support (native macOS emoji + custom Unicode mappings)
- Boolean values displayed as toggle toggles (β /β)
- Multi-value arrays shown as stacked pills
- Smart fallback for missing icons
- All less-common properties preserved in the collapsible section
π Wikilink Display Text
Wikilinks now show human-readable display text when available:
[[docs/architecture|Architecture]]renders as "Architecture" instead of "docs/architecture"- Plain
[[filename]]still links and displays the filename
π§Ή Frontmatter Stripping
Frontmatter is now stripped from the rendered markdown body β it only appears in the structured UI above. No more YAML blocks mixed into your content.
π‘οΈ Inline Code Protection
Inline code (backtick-wrapped text) is now protected from emoji replacement and math preprocessing. Your code snippets stay exactly as written.
βοΈ GitHub Actions CI/CD
Automated release workflow now builds and publishes .dmg files on every v* tag push:
- Native macOS build (aarch64 + x86_64)
- Automatic GitHub Release creation
- DMG auto-attached to release
make updatefor manual in-app upgrades
π§Ή Cleanup
- Removed all debug
eprintln!spew from stdout/stderr for cleaner terminal output
Install: make update | Download: [DMG attached to this release] | Source: GitHub
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Mdviewer
All releases βRelated context
Related tools
Beta — feedback welcome: [email protected]