Skip to content

Commit 1ece8be

Browse files
release: 4.19.1
1 parent 9efe337 commit 1ece8be

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## 4.X
1111

12+
### [4.19.1](https://github.com/michaelpporter/breadcrumbs/compare/4.19.0...4.19.1) (2026-06-18)
13+
14+
### Features
15+
16+
* **Export to canvas** — a new command that lays out a note's neighbourhood as a native JSON Canvas (`.canvas`). Pick which edge field-groups to follow and the depth, choose left-to-right or top-to-bottom layout, and the canvas is built as a tidy tree with each parent centred over its children. Defaults are configurable under Settings → Commands → Create canvas; re-exporting an existing canvas prompts to overwrite or create a new one.
17+
* **Jump to neighbour (picker)** — a fuzzy-suggest command listing all of the active note's neighbours (grouped by field) to jump to, complementing the existing "jump to first neighbour" commands.
18+
* **Per-field jump commands** — "Jump to first neighbour by field:`<field>`" is now registered for every edge field, so directions like `up`/`down`/`next`/`prev` can each be bound to their own hotkey.
19+
20+
### Fixed
21+
22+
* Johnny.Decimal **sibling edges now work at the category level** (e.g. `11``12` under area `10`), not just for delimited items (`11.01``11.02`). The sibling grouping now shares the same parent resolution as the up-edge builder.
23+
1224
### [4.19.0](https://github.com/michaelpporter/breadcrumbs/compare/4.18.1...4.19.0) (2026-06-17)
1325

1426
### Removed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "breadcrumbs",
33
"name": "Breadcrumbs",
4-
"version": "4.19.0",
4+
"version": "4.19.1",
55
"minAppVersion": "1.13.0",
66
"description": "Add structured hierarchies to your notes.",
77
"author": "MichaelPPorter",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "breadcrumbs",
3-
"version": "4.19.0",
3+
"version": "4.19.1",
44
"description": "Add typed-links to your Obsidian notes",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@
5858
"4.17.0": "1.13.0",
5959
"4.18.0": "1.13.0",
6060
"4.18.1": "1.13.0",
61-
"4.19.0": "1.13.0"
61+
"4.19.0": "1.13.0",
62+
"4.19.1": "1.13.0"
6263
}

0 commit comments

Comments
 (0)