From 2359933f1bbaf384753ac0c33f5e3e27adcdc252 Mon Sep 17 00:00:00 2001 From: adminoo Date: Tue, 24 Feb 2026 08:38:40 +0100 Subject: [PATCH] feat(release): v0.3.1 --- CHANGELOG.md | 14 ++++++++++++-- README.md | 20 -------------------- VERSION | 2 +- 3 files changed, 13 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 113540b..b284f3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog -## 0.2.0 +## Release 0.3.1 +- Metadata fix only + +## Release 0.3.0 - New section endpoints: `GET /notes/{id}/sections/{sectionID}` - Level-two headings are now linkable and point to their section pages - Print CSS improvements (page breaks before headings, avoid splitting blocks, reduced margins) @@ -8,7 +11,14 @@ - Makefile now defaults to `-mod=vendor` for build/test/run (breaking change) - README now includes a UI screenshot -## 0.1.0 +## Release 0.2.0 +- Group notes by root folders +- Metadatas +- Mobile-friendly CSS +- FreeBSD-specific compile target and scripts +- Logging http requests and errors + +## Release 0.1.0 - Core web UI for browsing notes - Tagging system (add/remove, filter, search) - SQLite-backed storage with tests diff --git a/README.md b/README.md index 7fafdcc..8324f11 100644 --- a/README.md +++ b/README.md @@ -6,26 +6,6 @@ Knowledge Management System over markdown notes. ![Donnie Marko interface screenshot](dm_screen.jpg) -## Release 0.3.0 -- New section endpoints: `GET /notes/{id}/sections/{sectionID}` -- Level-two headings are now linkable and point to their section pages -- Print CSS improvements (page breaks before headings, avoid splitting blocks, reduced margins) -- Vendoring support for offline builds (`make vendor`) -- Makefile now defaults to `-mod=vendor` for build/test/run (breaking change) -- README now includes a UI screenshot - -## Release 0.2.0 -- Group notes by root folders -- Metadatas -- Mobile-friendly CSS -- FreeBSD-specific compile target and scripts -- Logging http requests and errors - -## Release 0.1.0 -- Core web UI for browsing notes -- Tagging system (add/remove, filter, search) -- SQLite-backed storage with tests - ## About donniemarko `donniemarko` works as a read-only (for now) interface over a set of markdown notes. Its goals are: diff --git a/VERSION b/VERSION index 0ea3a94..9e11b32 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.3.1