1 Commits
v0.3.0 ... dev

Author SHA1 Message Date
2359933f1b feat(release): v0.3.1 2026-02-24 08:38:40 +01:00
3 changed files with 13 additions and 23 deletions

View File

@ -1,6 +1,9 @@
# Changelog # Changelog
## 0.2.0 ## Release 0.3.1
- Metadata fix only
## Release 0.3.0
- New section endpoints: `GET /notes/{id}/sections/{sectionID}` - New section endpoints: `GET /notes/{id}/sections/{sectionID}`
- Level-two headings are now linkable and point to their section pages - Level-two headings are now linkable and point to their section pages
- Print CSS improvements (page breaks before headings, avoid splitting blocks, reduced margins) - 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) - Makefile now defaults to `-mod=vendor` for build/test/run (breaking change)
- README now includes a UI screenshot - 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 - Core web UI for browsing notes
- Tagging system (add/remove, filter, search) - Tagging system (add/remove, filter, search)
- SQLite-backed storage with tests - SQLite-backed storage with tests

View File

@ -6,26 +6,6 @@ Knowledge Management System over markdown notes.
![Donnie Marko interface screenshot](dm_screen.jpg) ![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 ## About donniemarko
`donniemarko` works as a read-only (for now) interface over a set of markdown notes. Its goals are: `donniemarko` works as a read-only (for now) interface over a set of markdown notes. Its goals are:

View File

@ -1 +1 @@
0.2.0 0.3.1