From 3780f9664ac80bd3724c2181dd45a5d2f501d20e Mon Sep 17 00:00:00 2001 From: mgmeyers Date: Sat, 7 Sep 2024 10:52:16 -0700 Subject: [PATCH] 1.2.8 --- manifest.json | 2 +- package.json | 2 +- release-notes.md | 4 +++- versions.json | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 96f872a..bf2ad59 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-list-callouts", "name": "List Callouts", - "version": "1.2.7", + "version": "1.2.8", "minAppVersion": "1.1.1", "description": "Create simple callouts in lists.", "author": "mgmeyers", diff --git a/package.json b/package.json index 4988135..f015afb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-list-callouts", - "version": "1.2.7", + "version": "1.2.8", "description": "Create simple callouts in lists.", "main": "main.js", "scripts": { diff --git a/release-notes.md b/release-notes.md index 122a115..17b03b7 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1 +1,3 @@ -831c3d2 Update base padding to accommodate recent list updates +95af306 Use more performant algorithm +307c987 Fix tasks plugin interfering with list callout rendering; fix #51 +b63d156 Add style setting to control background opacity diff --git a/versions.json b/versions.json index 09ab788..2bc9493 100644 --- a/versions.json +++ b/versions.json @@ -11,5 +11,6 @@ "1.2.4": "1.1.1", "1.2.5": "1.1.1", "1.2.6": "1.1.1", - "1.2.7": "1.1.1" + "1.2.7": "1.1.1", + "1.2.8": "1.1.1" }