mirror of
https://github.com/mara-li/obsidian-simple-colored-folder.git
synced 2026-07-22 05:46:20 +00:00
chore(release): 0.0.5
This commit is contained in:
parent
128157eaf9
commit
cbd4d2774d
4 changed files with 8 additions and 3 deletions
|
|
@ -1,3 +1,8 @@
|
|||
## [0.0.5](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/0.0.4...0.0.5) (2025-03-19)
|
||||
### Features
|
||||
|
||||
* add space setting for folder spacing and improve CSS handling ([d46287a](https://github.com/Mara-Li/obsidian-simple-colored-folder/commit/d46287afe2378125c6ebc32d196ddf9aaf415489))
|
||||
|
||||
## [0.0.4](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/0.0.3...0.0.4) (2025-03-19)
|
||||
|
||||
## [0.0.3](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/0.0.2...0.0.3) (2025-03-19)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "simple-colored-folder",
|
||||
"name": "Simple Colored Folder",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"minAppVersion": "1.5.12",
|
||||
"description": "Automagically add color to root folder, and customize it with Style Settings.",
|
||||
"author": "Mara-Li",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "simple-colored-folder",
|
||||
"name": "Simple Colored Folder",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"minAppVersion": "1.5.12",
|
||||
"description": "Automagically add color to root folder, and customize it with Style Settings.",
|
||||
"author": "Mara-Li",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "simple-colored-folder",
|
||||
"version": "0.0.4",
|
||||
"version": "0.0.5",
|
||||
"description": "Automagically add color to root folder, and customize it with Style Settings.",
|
||||
"main": "main.js",
|
||||
"private": true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue