From 849652e143c05cb80b0a2c2f8d68ccd203b2d381 Mon Sep 17 00:00:00 2001 From: Mara Date: Sat, 28 Jun 2025 21:37:22 +0200 Subject: [PATCH] chore(release): 1.1.0 --- CHANGELOG.md | 5 +++++ manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66eb3e5..0033b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.1.0](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/1.0.0...1.1.0) (2025-06-28) +### Features + +* inject the data-path into `.tree-item.nav-folder` to avoid using `:has` selector. ([34b57eb](https://github.com/Mara-Li/obsidian-simple-colored-folder/commit/34b57eb1738a9b739eb42b1e59236c4b193e9364)) + ## [1.0.0](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/0.0.16...1.0.0) (2025-05-15) ### Bug Fixes diff --git a/manifest-beta.json b/manifest-beta.json index 0e563ab..e903bed 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "simple-colored-folder", "name": "Simple Colored Folder", - "version": "1.0.0", + "version": "1.1.0", "minAppVersion": "1.8.9", "description": "Automagically add color to roots folders and customize them with Style Settings.", "author": "Mara-Li", diff --git a/manifest.json b/manifest.json index 0e563ab..e903bed 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "simple-colored-folder", "name": "Simple Colored Folder", - "version": "1.0.0", + "version": "1.1.0", "minAppVersion": "1.8.9", "description": "Automagically add color to roots folders and customize them with Style Settings.", "author": "Mara-Li", diff --git a/package.json b/package.json index 2de71d0..2400a28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "simple-colored-folder", - "version": "1.0.0", + "version": "1.1.0", "description": "Automagically add color to root folder, and customize it with Style Settings.", "main": "main.js", "private": true,