feat: bump changelog
This commit is contained in:
14
CHANGELOG.md
Normal file
14
CHANGELOG.md
Normal file
@ -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
|
||||||
@ -6,6 +6,14 @@ Knowledge Management System over markdown notes.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## 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
|
## 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)
|
||||||
|
|||||||
Reference in New Issue
Block a user