Skip to content

Commit c4d6fa3

Browse files
authored
ENG-1404 - Roam version 0.17.0 (#755)
1 parent 6adfcd0 commit c4d6fa3

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

apps/roam/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,32 @@ and this project does not follow [Semantic Versioning](https://semver.org/), her
99
- Minor version bumps are released on a regular cadence.
1010
- Patch version bumps are for bugfixes and hotfixes.
1111

12+
## [0.17.0] – 2026-02-08
13+
14+
### Added
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
20+
21+
### Changed
22+
23+
- **Discourse Context placement** — move context panel to top of discourse node pages
24+
- Node Summoning Menu - collapse filter menu behavior after clicking "only"
25+
- **Canvas** — Upgrade tldraw to 2.4.0
26+
27+
### Fixed
28+
29+
- **Canvas**
30+
- Fix incorrect image sizing after Canvas 2.3.0 upgrade
31+
- Remove Discourse Overlay from `@source` titles where inappropriate
32+
- **Relations & nodes**
33+
- Improve handling of incomplete or missing node definitions
34+
- Improve character handling in node titles (bold, italic, namespaced, etc)
35+
- Misc
36+
- Standardized terminology in settings and documentation
37+
1238
## [0.16.0] - 2026-01-11
1339

1440
### Added

apps/roam/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "roam",
3-
"version": "0.16.0",
3+
"version": "0.17.0",
44
"description": "Discourse Graph Plugin for roamresearch.com",
55
"scripts": {
66
"dev": "tsx scripts/dev.ts",

0 commit comments

Comments
 (0)