Changelog

Unreleased

Added

  • [Web UI] Better typographic punctuations.

Changed

  • [Web UI] Set the page height to be the viewport height to allow two panes in the note search result/revision view to be scrolled independently.

Deprecated

Removed

Fixed

  • [Web UI] Replace all occurrences of <URL origin>/note/ in the note body (see v0.1.1 release) instead of just the first one.
  • [Core] Fix that deleting a note in a sequence might result in inconsistent parent/children or previous/next relationship.

Security

v0.1.1 (2022-09-12)

Changed

  • [Web UI] "Hyperlinks" in the note title and the backlinks/branches are now real hyperlinks, rather than clickable texts. (#206)
  • [Web UI] Any occurrence of <URL origin>/note/ in the note body will be treated as cross-links, and therefore be replaced by notegraf:/note/. (#206)

Fixed

  • [Web UI] When showing note titles for branches or backlinks, the (transitive) suffix (indicating that the title shown is actually the title of the closest ancestor) will be placed on the same line as the title. (#206)
  • [Web UI] When a new editing session (editing an existing note, creating a new note, etc.) is created without user interaction, the current page is replaced by, instead of being navigated away from, the editor UI. This is so that when a user navigate back to the previous page, it expectedly shows the original page where the user clicked a button. (#206)
  • [Web UI] When creating a task with a link (such as - [x] [link](https://example.com)) in Markdown lists, the checkbox is now aligned properly with the link. (#227)

v0.1.0 (2022-08-30)

Initial release.