Commit5fed82a5Recorded22 Feb 2026Repositorysigil-org
Release v0.6.0
Message
Packages with changes: - sigil-build - sigil-css - sigil-org - sigil-lib - sigil-publish - sigil-web - sigil-crypto - sigil-tls - sigil-json - sigil-socket - sigil-websocket - sigil-mcp - sigil-xmpp - sigil-nrepl - sigil-docs - sigil-web-demo - sigil-sxml - sigil-peg - sigil-stdlib - sigil-cli - sigil-markdown - sigil-sqlite - sigil-args - sigil-git - sigil-test
Changed
CHANGELOG.md | 17 +++++++++++++++++
package.sgl | 2 +-
2 files changed, 18 insertions(+), 1 deletion(-)Diff
CHANGELOG.mdadded
@@ -0,0 +1,17 @@
+1
# Changelog+2
+3
All notable changes to this project will be documented in this file.+4
+5
The format is based on [Keep a Changelog](https://keepachangelog.com/),+6
and this project adheres to [Semantic Versioning](https://semver.org/).+7
+8
## [0.6.0] - 2026-02-22+9
+10
### Added+11
+12
- Added package-provided MCP tools with dynamic discovery and nREPL describe/modules operations.+13
- Added package documentation for web stack (SXML, CSS, and Web routing/UI).+14
- Added higher-level UI components, css-sel compound selectors, Vinyl Vault demo application, and improved web API ergonomics including table actions, form loading, GET request handling, and error overlay fixes.+15
- Add Org Mode parser producing SXML output with support for headlines, metadata, source blocks, inline markup, links, lists, and property drawers.+16
- Added table parsing support to Org Mode parser.+17
package.sglmodified
@@ -4,7 +4,7 @@
4
5
(package 6
name: "sigil-org"−7
version: "0.5.0"+7
version: "0.6.0" 8
description: "Org Mode parser producing SXML output" 9
url: "https://codeberg.org/sigil/sigil" 10
license: "BSD-3-Clause"