Skip to content

Commit 9eb2c62

Browse files
committed
v0.1.1 release
1 parent 75fc36c commit 9eb2c62

File tree

6 files changed

+17
-10
lines changed

6 files changed

+17
-10
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/src/changelog.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,25 @@
33
### Added
44

55
### Changed
6-
- [Web UI] "Hyperlinks" in the note title and the backlinks/branches are now real hyperlinks, rather than clickable texts. ([#206](https://github.com/caizixian/notegraf/pull/206))
7-
- [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](https://github.com/caizixian/notegraf/pull/206))
86

97
### Deprecated
108

119
### Removed
1210

11+
### Fixed
12+
13+
### Security
14+
15+
## [v0.1.1 (2022-09-12)](https://github.com/caizixian/notegraf/releases/tag/v0.1.1)
16+
### Changed
17+
- [Web UI] "Hyperlinks" in the note title and the backlinks/branches are now real hyperlinks, rather than clickable texts. ([#206](https://github.com/caizixian/notegraf/pull/206))
18+
- [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](https://github.com/caizixian/notegraf/pull/206))
19+
1320
### Fixed
1421
- [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](https://github.com/caizixian/notegraf/pull/206))
1522
- [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](https://github.com/caizixian/notegraf/pull/206))
23+
- [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](https://github.com/caizixian/notegraf/pull/227))
1624

17-
### Security
1825

1926
## [v0.1.0 (2022-08-30)](https://github.com/caizixian/notegraf/releases/tag/v0.1.0)
2027

notegraf-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notegraf-web"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Zixian Cai"]
55
edition = "2021"
66
license = "AGPL-3.0-only"

notegraf-web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

notegraf-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notegraf-web",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "The reference web frontend of Notegraf",
55
"license": "AGPL-3.0-only",
66
"private": true,

notegraf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "notegraf"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Zixian Cai"]
55
edition = "2021"
66
license = "AGPL-3.0-only"

0 commit comments

Comments
 (0)