Skip to content

Releases: dullage/flatnotes

v4.0.2

08 Feb 16:53
Compare
Choose a tag to compare

🪲 Bug Fixes:

  • Fixed a bug preventing the "Attachment Too Large" toast message from showing.

v4.0.1

08 Feb 14:47
Compare
Choose a tag to compare

🚨 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).

v3.6.1

07 Dec 09:10
Compare
Choose a tag to compare

🪲 Bug Fixes:

  • Fixes a display issue affecting the PWA icon on certain devices (#140).

v3.6.0

05 Dec 12:52
Compare
Choose a tag to compare

🗒️ Notable Changes:

  • flatnotes has had a facelift! The big focus has been on typography (font family and font sizes) but there are many other smaller improvements as well. Update or check out the demo site to take a look.
  • Wikilinks are now supported! You can now easily create a link to another note by enclosing the note's name in double square brackets. For example, [[My Note]] will create a link to the note titled "My Note". Thanks @trescenzi.

🪲 Bug Fixes:

  • The increased font size resolves an annoying issue where mobile browsers would zoom in on the page when the keyboard was opened.

v3.5.0

09 Nov 19:28
Compare
Choose a tag to compare

🗒️ Notable Changes:

  • A drop-down menu in the navbar now tidies away the lesser-used buttons.

🪲 Bug Fixes:

  • Fixed various layout issues with note title and buttons.

v3.4.0

27 Oct 07:12
Compare
Choose a tag to compare

🗒️ Notable Changes:

  • Improved image support 🎉. flatnotes now supports an attachments directory for storing and serving images. See the wiki article for more information.

v3.3.1

17 Oct 12:19
Compare
Choose a tag to compare

🚨 Breaking Changes:

  • The API will now return a float value for lastModified. Previously it would return an int.

🪲 Bug Fixes:

  • Resolved an issue (present since v3.2.3) whereby some/all notes would be incorrectly identified as requiring an index update. This would likely have caused performance issues on affected versions.

v3.3.0

28 Sep 13:47
Compare
Choose a tag to compare

🗒️ Notable changes:

  • Cancelling a note edit after making changes now requires user confirmation. Thanks @kitsumed!
  • Closing the browser whilst editing a note now requires user confirmation. Thanks @kitsumed!
  • Support for docker --user flag. Thanks @kitsumed!
  • Additonal docker entrypoint.sh improvements.
  • Docker logs now show real IP addresses. Thanks for your help @modem7!

v3.2.3

04 Sep 11:39
Compare
Choose a tag to compare

🗒️ Notable changes:

  • Better usage of Pydantic models to improve API documentation (/docs).
  • Bumped fastapi, uvicorn and aiofiles python dependencies.

🪲 Bug Fixes:

  • Fixed issues with site.webmanifest file to resolve #116.

v3.2.2

05 Aug 09:54
Compare
Choose a tag to compare

🪲 Bug Fixes:

  • Fix incorrect variable name in entrypoint.sh.