docs: update version 1.3.0

This commit is contained in:
Hoang Nam 2025-04-15 21:51:09 +07:00
parent 703a572f47
commit 74ed2cb622
2 changed files with 2 additions and 2 deletions

View file

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

View file

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