1# Changelog 2 3## 1.1.0 - 2026-07-03 4 5**First Public Release** 6 7### Added 8 9- Formatted DokuWiki rendering for `<frontmatter>` and `<skillmeta>` metadata blocks 10- Admin-only page download button for exporting the current skill namespace as ZIP 11- Settings to toggle rendered metadata and the page download button 12- Configurable download button label with frontmatter placeholders 13- Plugin stylesheet for the rendered metadata panel 14- GitHub Actions workflow for automated release builds 15 16## 1.0.0 - 2026-06-25 17 18Initial release-ready package. 19 20### Added 21 22- Namespace dropdown in admin export screen 23- Config-based SKILL source page, default `start.txt` 24- DokuWiki `.txt` to Markdown `.md` conversion 25- `SKILL.md` generation 26- `index.md` generation 27- `skill.json` manifest generation 28- Optional media export 29- Internal ZIP writer with no `ZipArchive` dependency 30- Dedicated `do=skillforge_download` action for reliable downloads 31 32### Changed 33 34- Renamed generated `okf-index.md` to `index.md` 35- Cleaned README for public release 36- Updated plugin metadata for release 37