From 74ed2cb622b93abebe71b3e8040f7446e61ee96d Mon Sep 17 00:00:00 2001 From: Hoang Nam Date: Tue, 15 Apr 2025 21:51:09 +0700 Subject: [PATCH] docs: update version 1.3.0 --- main.ts | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.ts b/main.ts index 07e26ab..7bbf0bc 100644 --- a/main.ts +++ b/main.ts @@ -439,7 +439,7 @@ export default class TaskProgressBarPlugin extends Plugin { // Set the CSS rule with the user's preference style.textContent = ` - .workspace-tabs.mod-top.mod-top-right-space:not(.mod-top-left-space) { + .mod-sidedock .workspace-tabs:not(.mod-top-left-space) { max-height: ${this.settings.maxTabsHeight} !important; transition: max-height 0.3s ease; } diff --git a/manifest.json b/manifest.json index 8878746..cf5b82a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "progress-tracker", "name": "ProgressTracker", - "version": "1.2.0", + "version": "1.3.0", "minAppVersion": "1.1.0", "description": "Track task completion with a visual progress bar in your sidebar, auto update column Kanban", "author": "VN",