From afc7d317d6c02b2737ef485a74028595a60fa5c9 Mon Sep 17 00:00:00 2001 From: mgmeyers Date: Sun, 8 Sep 2024 08:43:31 -0700 Subject: [PATCH] 1.2.9 --- manifest.json | 2 +- package.json | 2 +- release-notes.md | 4 +--- versions.json | 3 ++- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index bf2ad59..735929e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-list-callouts", "name": "List Callouts", - "version": "1.2.8", + "version": "1.2.9", "minAppVersion": "1.1.1", "description": "Create simple callouts in lists.", "author": "mgmeyers", diff --git a/package.json b/package.json index f015afb..8f6bd9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-list-callouts", - "version": "1.2.8", + "version": "1.2.9", "description": "Create simple callouts in lists.", "main": "main.js", "scripts": { diff --git a/release-notes.md b/release-notes.md index 17b03b7..8e65940 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1 @@ -95af306 Use more performant algorithm -307c987 Fix tasks plugin interfering with list callout rendering; fix #51 -b63d156 Add style setting to control background opacity +6803590 Fix #67; Only match symbol if it is at beginning of line diff --git a/versions.json b/versions.json index 2bc9493..e94972e 100644 --- a/versions.json +++ b/versions.json @@ -12,5 +12,6 @@ "1.2.5": "1.1.1", "1.2.6": "1.1.1", "1.2.7": "1.1.1", - "1.2.8": "1.1.1" + "1.2.8": "1.1.1", + "1.2.9": "1.1.1" }