Rolled back 2.1.6 version and added a warning in README.md about incompatibility with Obsidian 1.5.4
This commit is contained in:
parent
634e0c0755
commit
12ae5a5bbe
|
@ -1,3 +1,7 @@
|
||||||
|
| :exclamation: For users of Obsidian insider build versions |
|
||||||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
|
| 1.5.4 insider build of Obsidian introduced breaking changes in JS code of File Explorer which prevents this custom-sort plugin from working. Please refrain from updating Obsidian until the code of custom-sort is updated. |
|
||||||
|
|
||||||
> > This is a simple version of README which highlights the **basic scenario and most commonly used feature**
|
> > This is a simple version of README which highlights the **basic scenario and most commonly used feature**
|
||||||
>
|
>
|
||||||
> The [long and much more detailed advanced-README.md is here](https://github.com/SebastianMC/obsidian-custom-sort/blob/master/docs/advanced-README.md)
|
> The [long and much more detailed advanced-README.md is here](https://github.com/SebastianMC/obsidian-custom-sort/blob/master/docs/advanced-README.md)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"id": "custom-sort",
|
"id": "custom-sort",
|
||||||
"name": "Custom File Explorer sorting",
|
"name": "Custom File Explorer sorting",
|
||||||
"version": "2.1.6",
|
"version": "2.1.5",
|
||||||
"minAppVersion": "0.16.2",
|
"minAppVersion": "0.16.2",
|
||||||
"description": "Allows for manual and automatic, config-driven reordering and sorting of files and folders in File Explorer",
|
"description": "Allows for manual and automatic, config-driven reordering and sorting of files and folders in File Explorer",
|
||||||
"author": "SebastianMC",
|
"author": "SebastianMC",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "obsidian-custom-sort",
|
"name": "obsidian-custom-sort",
|
||||||
"version": "2.1.6",
|
"version": "2.1.5",
|
||||||
"description": "Custom Sort plugin for Obsidian (https://obsidian.md)",
|
"description": "Custom Sort plugin for Obsidian (https://obsidian.md)",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -39,6 +39,5 @@
|
||||||
"2.1.2": "0.16.2",
|
"2.1.2": "0.16.2",
|
||||||
"2.1.3": "0.16.2",
|
"2.1.3": "0.16.2",
|
||||||
"2.1.4": "0.16.2",
|
"2.1.4": "0.16.2",
|
||||||
"2.1.5": "0.16.2",
|
"2.1.5": "0.16.2"
|
||||||
"2.1.6": "0.16.2"
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue