Join the discord to stay up to date and have early previews
Changelog
Small-ish release, with some big performance improvements for systemd users, new api endpoints and a couple of minor features that I was working on already. Also just wanted to get rid of these annoying bugs, especially the one around kanban board statuses, it was a fairly major issue, sorry.
bugfixes
- Fix POST/PUT issues around notes api
- Fix duplicating issues on checklist api if using uuid
- Fix issue with updating statuses on new kanban boards #224
- Fix bilateral linking issues, should work consistently across the board now
- Major memory reduction on build for systemd environments #223
- Respect casing when renaming notes/checklists and don't force lowercase
features
- Clone checklists #143
- Clone notes
- Add visual progress bar while scrolling notes with footnotes on how long of a read/how many characters (beta)
- Warning message when closing the checklist bulk import if clicking out of the modal #222
new api endpoints
Checklists
POST /api/checklists - Create a new checklist
PUT /api/checklists/{id} - Update a checklist
DELETE /api/checklists/{id} - Delete a checklist
Search/Filter Parameters
GET /api/checklists?category={category} - Filter by category
GET /api/checklists?type={type} - Filter by type
GET /api/checklists?q={query} - Search by title or item text
GET /api/notes?category={category} - Filter by category
GET /api/notes?q={query} - Search by title or content