Skip to content

Commit 7308410

Browse files
release:beta 4.14.4-beta.1
Prerelease of the 1.12 maintenance line carrying the three fixes released on main as 4.21.2 (#731 inline Dataview self-loop, #734 block/heading-reference links, #736 codeblock button placement) plus the Tailwind theme-layer restoration. Beta only, deliberately: public Obsidian is still 1.12.7 and this line serves those users, but the changes can't be verified on 1.12 without testers. A prerelease is not served by the community directory and is never marked Latest, so users on stable 4.14.3 are unaffected — it reaches only people who opt in via BRAT. Promotion to a stable 4.14.4 is a separate decision. manifest.json is bumped alongside manifest-beta.json so the release asset reports the beta version; the workflow uploads manifest.json, and leaving it at 4.14.3 would make the beta indistinguishable from the stable it's meant to be tested against. version:prod rewrites it from package.json when a stable is cut, so this doesn't persist.
1 parent 296f5f0 commit 7308410

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

manifest-beta.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.13.0-beta.3",
4+
"version": "4.14.4-beta.1",
55
"minAppVersion": "1.12.3",
66
"description": "Add structured hierarchies to your notes.",
77
"author": "MichaelPPorter",

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.14.3",
4+
"version": "4.14.4-beta.1",
55
"minAppVersion": "1.12.3",
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.14.3",
3+
"version": "4.14.4-beta.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
@@ -302,5 +302,6 @@
302302
"4.12.0": "1.12.3",
303303
"4.13.0-beta.1": "1.12.3",
304304
"4.13.0-beta.2": "1.12.3",
305-
"4.13.0-beta.3": "1.12.3"
305+
"4.13.0-beta.3": "1.12.3",
306+
"4.14.4-beta.1": "1.12.3"
306307
}

0 commit comments

Comments
 (0)