🚨 Breaking Changes:
- API: The
GET /api/notes/{title}
endpoint no longer supports aninclude_content
query parameter. Content is now always included in the response (which was the default before anyway).
🗒️ Notable Changes:
- The Python server has been completely refactored to allow for easier maintenance and future development.
- The "Poppins" font is now bundled with flatnotes rather than being loaded from Google Fonts (#145).
- A new
GET /api/attachments
endpoint has been added. This mirrors the behaviour of the existingGET /attachments
endpoint but is included for consistency with the other API endpoints (and is also now visible in the API docs). - When inserting an image, the decision as to the URL and filename to insert into the note is now made by the server rather than the client. This allows filename clashes to be handled automatically by appending a timestamp to the filename when required.
🪲 Bug Fixes: