mirror of
https://github.com/mara-li/obsidian-simple-colored-folder.git
synced 2026-07-22 05:46:20 +00:00
chore(release): 1.3.0-5
This commit is contained in:
parent
50a6a82ed4
commit
63dd5ede96
3 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
## [1.3.0-5](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/1.3.0-4...1.3.0-5) (2025-11-06)
|
||||
### Bug Fixes
|
||||
|
||||
* old timeout should be updated so we delete the key ([bc32dce](https://github.com/Mara-Li/obsidian-simple-colored-folder/commit/bc32dce1b0f8e2168de6eec2da58efdb56e1c9dd))
|
||||
* rename timeout settings to maxTimeout and migrate old settings ([50a6a82](https://github.com/Mara-Li/obsidian-simple-colored-folder/commit/50a6a82ed4a81886e049039b6ae45c6092627aa5))
|
||||
|
||||
## [1.3.0-4](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/1.3.0-3...1.3.0-4) (2025-11-06)
|
||||
### Bug Fixes
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "simple-colored-folder",
|
||||
"name": "Simple Colored Folder",
|
||||
"version": "1.3.0-4",
|
||||
"version": "1.3.0-5",
|
||||
"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.3.0-4",
|
||||
"version": "1.3.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