v0.6.1
·
154 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
What's Changed
✨ New Features
- feat(playground): add HTML preview tab to playground (#1815)
- feat(playground): add problems panel with diagnostic navigation (#1858)
- feat(markdown): add Obsidian wikilink support (
[[target]]/[[target|text]]) (#1841) - feat(markdown): add Obsidian callout and embed support (#1847)
- feat(mq-lang): add HTTP module resolver with GitHub shorthand and CLI flags (#1856)
- feat(mq-markdown): improve HTML-to-Markdown conversion (#1864)
🐛 Bug Fixes
- fix(table): flush current_row before finalizing table on block boundary (#1840)
- fix(mq-repl): prevent operator pass from re-highlighting tokens inside strings and commands (#1859)
- fix(mq-check): handle f(x)["key"] bracket access on function return values (#1861)
⚡ Performance
- perf(playground): improve performance and add module examples (#1849)
📝 Documentation
- docs: add AUR installation instructions (#1846)
- docs(modules): add extension module catalog — Format Parsers, Diagram & Graph, DevOps & Infrastructure, Terminal & Text, and Interpreters sections
- docs(language_bindings): add .NET binding mqnet — great work by @panuoksala!
👷 CI
- ci(workflows): add typos check, concurrency cancellation, and job timeouts (#1863)
📦 Dependencies
- build(deps): bump tabled 0.20.0 → 0.21.0 (#1850)
- build(deps): bump vscode-languageclient 9.0.1 → 10.0.0 (#1853)
- build(deps): bump dependencies group with 2 updates (#1854)
- build(deps-dev): bump oxlint 1.67.0 → 1.68.0 in
/editors/vscode(#1843) - build(deps-dev): bump oxlint 1.67.0 → 1.68.0 in
/packages/mq-web(#1844) - build(deps-dev): bump shell-quote 1.8.3 → 1.8.4 in
/editors/vscode(#1851) - build(deps-dev): bump esbuild 0.28.0 → 0.28.1 in
/editors/vscode(#1857) - build(deps): bump mq-playground dependencies group with 5 updates (#1845)
🎉 New Contributors
- @mxCynic added AUR installation instructions (#1846)
- @panuoksala created mqnet, a .NET binding for mq
Full Changelog: v0.6.0...v0.6.1