Skip to content

Releases: HiDeoo/Haku

v1.0.1

05 Apr 12:59
v1.0.1
7a2c913
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fix a potential issue when pasting content in a todo node that could cause the clipboard content to be lost.

v1.0.0

15 Mar 18:18
v1.0.0
e7613f0
Compare
Choose a tag to compare

💄 UI

  • Reduce todo notes paragraph spacing.

🐞 Bug Fixes

  • Fix an issue preventing to save a todo after deleting a todo node while preserving its children.
  • Fix a potential focus restoration issue when saving a todo.
  • Fix an issue with the command and navigation palettes sometime displaying only partial results.

v0.3.0

15 Nov 17:18
v0.3.0
42e2ecd
Compare
Choose a tag to compare

🚀 Features

  • Pasting multi-line text in the to-do editor will now automatically create multiple to-dos.

🐞 Bug Fixes

  • The navigation palette no longer contains an entry for the currently opened note or to-do, if any.
  • Fix an issue preventing to use the command palette 'Go to Note or Todo' entry.
  • Fix an issue when renaming the current to-do hiding its content.

v0.2.1

13 Jul 14:56
v0.2.1
f7d2924
Compare
Choose a tag to compare

🚀 Features

  • Pressing Enter at the beginning of a non-empty todo item will now add a new one above the current one. For other cases, the behavior is unchanged.

🐞 Bug Fixes

  • Fix stale name update issue after renaming the current note or to-do.

v0.2.0

27 Jun 12:14
v0.2.0
349248c
Compare
Choose a tag to compare

🚀 Features

  • Search improvements:
    • The search UI is now a drawer and no longer a palette.
    • Add options to only include one or multiple types of results (notes, todos and inbox entries).
    • The search query & options are persisted during a session.
    • Search results can be focused with the Meta + ↓ shortcut and navigation between them is possible using the arrow keys.
  • Navigation palette entries are now sorted by recent activity.
  • Quotes in the editor can be highlighted by using bold text at the start of the quote.
  • Add support for editor code block language aliases (e.g. ts -> TypeScript).

💄 UI

  • Tweak PWA icon to have a more native macOS / iOS look and feel.

🐞 Bug Fixes

  • Properly display unknown editor code block languages as Unknown.
  • Fix missing editor highlight when selecting a separator.
  • Fix content update issue on slow connections.
  • Improve note editor focus restoration mechanism.

v0.1.5

18 Jun 16:00
v0.1.5
3db9622
Compare
Choose a tag to compare

💄 UI

  • Reduce note editor title sizes.

🐞 Bug Fixes

  • Update inbox shortcut to Control + i to prevent conflicts with the note editor.
  • Ensure new content is automatically focused after creating a new note or todo.
  • Improve editor code block accessibility when using the Tab key.
  • Fix focus restoration when using the inbox.
  • Fix an issue preventing to save a todo after only moving a root todo node.

v0.1.4

15 Jun 15:52
v0.1.4
0a40885
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Clear errors that may be visible when closing content creation modals.
  • Fix issue that could prevent focusing a todo note.
  • Fix issue when trying to remove a todo node.
  • Ensure current content is saved before creating a new folder, note or todo.
  • Fix various todo highlighting issues.
  • Fix focus restoration when using a palette.

v0.1.3

14 Jun 09:08
v0.1.3
5fb636e
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fix production domain issue.

v0.1.2

14 Jun 08:58
v0.1.2
8b47300
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fix Content Security Policy production issue.

v0.1.1

14 Jun 08:55
v0.1.1
4f02e5a
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fix tRPC production URL.