From 874fb63fd053d3ec75972d23096c77fc9f2493a5 Mon Sep 17 00:00:00 2001 From: adminoo Date: Mon, 23 Feb 2026 14:05:24 +0100 Subject: [PATCH] feat: bump changelog --- CHANGELOG.md | 14 ++++++++++++++ README.md | 8 ++++++++ 2 files changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..113540b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 0.2.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 + +## 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 5839624..41f1dbf 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ Knowledge Management System over markdown notes. ![Donnie Marko interface screenshot](dm_screen.jpg) +## Release 0.2.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.1.0 - Core web UI for browsing notes - Tagging system (add/remove, filter, search)