Skip to content

Releases: caizixian/notegraf

v0.1.1 (2022-09-12)

12 Sep 06:15
Compare
Choose a tag to compare

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)

30 Aug 12:45
Compare
Choose a tag to compare

Initial release.

v0.1.0-rc.2 (2022-08-24)

24 Aug 05:07
Compare
Choose a tag to compare
Pre-release
0.1.0 release candidate 2

v0.1.0-rc.1 (2022-08-22)

22 Aug 03:00
Compare
Choose a tag to compare
Pre-release
0.1.0 release candidate 1

v0.1.0-beta.3 (2022-07-30)

29 Jul 15:36
Compare
Choose a tag to compare
Pre-release
Bump version number

v0.1.0-beta.2 (2022-07-22)

22 Jul 13:47
efdfd14
Compare
Choose a tag to compare
Pre-release
Allow editing session to be deleted (#136)

v0.1.0-beta.1 (2022-07-17)

17 Jul 03:33
Compare
Choose a tag to compare
Pre-release
Update homepage URLs