You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update CHANGELOG for version 0.18.0: Added new Create Node command, enhanced canvas features, improved sidebar functionality, and fixed multiple stability and performance issues.
* Revert version number in package.json from 0.19.0 to 0.18.0
* 0.18.1
* .
Copy file name to clipboardExpand all lines: apps/roam/CHANGELOG.md
+41-15Lines changed: 41 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,20 +9,46 @@ and this project does not follow [Semantic Versioning](https://semver.org/), her
9
9
- Minor version bumps are released on a regular cadence.
10
10
- Patch version bumps are for bugfixes and hotfixes.
11
11
12
-
## [0.17.0]– 2026-02-08
12
+
## [0.18.0]- 2026-03-29
13
13
14
14
### Added
15
15
16
-
-**Create Node flow** — new consolidated node creation experience in Roam
17
-
-**Canvas: paste references into canvas** — paste block or page references directly into the canvas
18
-
-**Canvas: drag-and-drop blocks** — drag Roam blocks directly into the canvas
19
-
-**Node colors in settings** — show node colors for nodes via settings
16
+
-**Create Node command** - add a dedicated discourse node creation command in Roam
17
+
-**Canvas clipboard awareness** - show or hide nodes that are already on the canvas and support formalizing candidate nodes directly from canvas embeds
18
+
-**Real-time canvas migration** - add an explicit sync mode and migration path from local canvases to real-time canvases
20
19
21
20
### Changed
22
21
23
-
-**Discourse Context placement** — move context panel to top of discourse node pages
22
+
-**Left sidebar** - allow adding blocks to custom favorites in the sidebar
23
+
-**Stored relations settings** - move stored-relations controls into Personal Settings and make the migration flow more user-facing
24
+
-**Canvas relations** - improve relation-arrow labeling and keep the relation tool flow active after creating a relation
0 commit comments