Skip to content

Releases: dullage/flatnotes

v5.5.5

Choose a tag to compare

@dullage dullage released this 29 Aug 07:09

🗒️ Notable Changes:

  • Switched to uv (from pipenv) for Python dependency management.
  • Updated Python (3.11 -> 3.13)
  • Updated Python dependencies.
  • Updated JS dependencies.
  • Updated Docker base images.

v5.5.4

Choose a tag to compare

@dullage dullage released this 20 Oct 20:04

🗒️ Notable Changes:

  • Bumped Python dependencies.
  • Bumped JS dependencies.
  • Previously, an unauthenticated call to the API was required before the app knew a login was required. When the first page loaded didn't make any API calls (e.g. the new note page), you would incorrectly appear logged in until a subsequent API call were made. Now an auth check call is made to the API on app load regardless of the page loaded. Thanks for your help on this @kontaxis.

🪲 Bug Fixes:

  • Local drafts are now cleared on logout. #334
  • Local drafts are now forgotten on browser closure if you haven't checked "Remember Me". #335

v5.5.3

Choose a tag to compare

@dullage dullage released this 20 Jun 08:02

🪲 Bug Fixes:

  • Fixed an issue preventing images from loading when navigating straight to a note. #270.

v5.5.2

Choose a tag to compare

@dullage dullage released this 13 Jun 11:27

🪲 Bug Fixes:

  • Fixed an issue where an empty wikilink (e.g. [[ ]]) would prevent notes from rendering. #310

v5.5.1

Choose a tag to compare

@dullage dullage released this 04 Apr 11:41

🪲 Bug Fixes:

  • Search results from tag auto links are now sorted by title.

v5.5.0

Choose a tag to compare

@dullage dullage released this 03 Apr 20:08

🗒️ Notable Changes:

  • Tags in notes are now automatically linked to a search for other notes with that tag! #240
  • Added support for a FLATNOTES_HOST environment variable. Thanks @serenissi. #297
  • Bumped Python dependencies.
  • Bumped JavaScript dependencies.

🪲 Bug Fixes:

  • Fixed issue affecting multiple wikilinks in the same line. #285
  • Bundled additional font weights and styles to fix font rendering issue. #287
  • Disabled auto linking in edit mode to prevent auto links from being written to note. #244

v5.4.1

Choose a tag to compare

@dullage dullage released this 21 Jan 21:08

🪲 Bug Fixes:

  • Updated the keyboard shortcuts for creating a new note and going home to resolve browser compatibility issue. These are now CTRL+ALT/OPT+N and CTRL+ALT/OPT+H. #241

v5.4.0

Choose a tag to compare

@dullage dullage released this 16 Jan 13:02

🗒️ Notable Changes:

  • Hyphens are now supported in tags, e.g. #tag-with-hyphen 🎉. Thanks @ChristianAvila! #77
  • 2 new keyboard shortcuts have been added. CTRL/CMD+SHIFT+N to create a new note and CTRL/CMD+SHIFT+H to go to the home page. #241

🚨 Note: These keyboard shortcuts were later updated in v5.4.1.

🪲 Bug Fixes:

  • The filtering of suggested tags when searching is now case-insensitive. #269
  • Fixed theming of the edit toolbar when dark theme is enabled. #265

🚨 WARNING: The change to how tags are indexed means that, upon updating to this version, all notes will be re-indexed. Depending on how many notes you have, this may take some time.

v5.3.2

Choose a tag to compare

@dullage dullage released this 10 Dec 17:36

🪲 Bug Fixes:

  • Fixed an issue when creating a new note whilst editing another. #266

v5.3.1

Choose a tag to compare

@dullage dullage released this 16 Nov 16:04

🗒️ Notable Changes:

  • Loading animations are now only shown if loading takes longer than 400ms. For quick connections, this makes flatnotes feel much snappier.
  • Bumped all Python dependencies.

🪲 Bug Fixes:

  • CMD-ENTER (on Macs) now works to save a note. Thanks @waschmittel.
  • Prevent "This page is asking you to confirm that you want to leave..." warnings from being shown when they shouldn't. #261.