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-0
This commit is contained in:
parent
fba53b43fc
commit
bbd58df073
3 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
## [1.3.0-0](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/1.2.3...1.3.0-0) (2025-11-05)
|
||||
### Features
|
||||
|
||||
* add timeout settings for mobile and desktop in plugin configuration ([fba53b4](https://github.com/Mara-Li/obsidian-simple-colored-folder/commit/fba53b43fc239d8980524b7ba0f003e686b8246e))
|
||||
|
||||
## [1.2.0-0](https://github.com/Mara-Li/obsidian-simple-colored-folder/compare/1.1.0...1.2.0-0) (2025-07-05)
|
||||
### Features
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "simple-colored-folder",
|
||||
"name": "Simple Colored Folder",
|
||||
"version": "1.2.3",
|
||||
"version": "1.3.0-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.2.3",
|
||||
"version": "1.3.0-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