diff --git a/manifest.json b/manifest.json index 78ebe52..56ec63f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "minimal-task-board", "name": "Minimal Task Board", - "version": "0.1.6", + "version": "0.1.7", "minAppVersion": "1.10.0", "description": "A clean, minimal task board with customizable buckets, secondary grouping, and inline task tracking.", "author": "Art Malanok", diff --git a/styles.css b/styles.css index 2661761..81100dd 100644 --- a/styles.css +++ b/styles.css @@ -305,10 +305,6 @@ /* ============================================================ COMPLETION ANIMATION ============================================================ */ -.ot-task-row.completing .ot-action { - text-decoration: line-through var(--text-muted); -} - .ot-task-row.completing { opacity: 0.4; transition: opacity 300ms ease; diff --git a/versions.json b/versions.json index 7f78196..b2e3107 100644 --- a/versions.json +++ b/versions.json @@ -5,5 +5,6 @@ "0.1.3": "1.10.0", "0.1.4": "1.10.0", "0.1.5": "1.10.0", - "0.1.6": "1.10.0" + "0.1.6": "1.10.0", + "0.1.7": "1.10.0" }