This commit is contained in:
cactuzhead 2026-02-25 10:27:41 +00:00 committed by GitHub
parent 4984af5a71
commit 8b11f764c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View file

@ -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);

View file

@ -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
}

View file

@ -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",