mirror of
https://github.com/mara-li/obsidian-simple-colored-folder.git
synced 2026-07-22 05:46:20 +00:00
chore(release): 1.1.0
This commit is contained in:
parent
34b57eb173
commit
849652e143
4 changed files with 8 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue