mirror of
https://github.com/cactuzhead/Advanced-Progress-Bars.git
synced 2026-07-22 05:42:10 +00:00
1.3.1
This commit is contained in:
parent
4984af5a71
commit
8b11f764c0
3 changed files with 4 additions and 3 deletions
2
main.ts
2
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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue