From 8b11f764c09840c5fbeeb2a3bfae07324ee197e9 Mon Sep 17 00:00:00 2001 From: cactuzhead Date: Wed, 25 Feb 2026 10:27:41 +0000 Subject: [PATCH] 1.3.1 --- main.ts | 2 +- manifest.json | 4 ++-- versions.json | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/main.ts b/main.ts index 4d928c3..1d87c06 100644 --- a/main.ts +++ b/main.ts @@ -815,7 +815,7 @@ private applyContainerStyle( if (groupMatch) { isGrouped = true; - // Remove [[asc]] or [[desc]] from header before extracting title + // Remove [[asc]] or [[desc]] from header before extracting title const cleanedHeader = rawHeader.replace(/\s*\[\[(asc|desc)\]\]\s*$/i, ''); const titleMatch = cleanedHeader.match(/^\s*\[\[group\]\]([^{]*)/i); diff --git a/manifest.json b/manifest.json index 378a48f..c270780 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "advanced-progress-bars", "name": "Advanced Progress Bars", - "version": "1.3.0", + "version": "1.3.1", "minAppVersion": "0.15.0", "description": "Progress bars that can change color depending on completion value - fully customizable.", "author": "cactuzhead", "authorUrl": "https://cactuzhead.com", "fundingUrl": "https://ko-fi.com/cactuzhead", - "isDesktopOnly": false + "isDesktopOnly": false } diff --git a/versions.json b/versions.json index 9bccbf6..f671f87 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { + "1.3.1": "0.15.0", "1.3.0": "0.15.0", "1.2.1": "0.15.0", "1.2.0": "0.15.0",