github dullage/flatnotes v4.0.1

latest releases: v5.3.0, v5.2.3, v5.2.2...
7 months ago

🚨 Breaking Changes:

  • API: The GET /api/notes/{title} endpoint no longer supports an include_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 existing GET /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:

  • Fixed menu icon alignment issue.
  • Fixed bullet point alignment issue (mainly visible on larger fonts).
  • Fixed a bug that prevented phrase searching (#152).
  • Fixed a bug that affected the naming of pasted screenshots on machines using a non-English language (#153).

Don't miss a new flatnotes release

NewReleases is sending notifications on new releases.