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:
SebastianMC 2024-02-09 11:57:09 +01:00
parent 634e0c0755
commit 12ae5a5bbe
4 changed files with 7 additions and 4 deletions

View File

@ -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**
>
> The [long and much more detailed advanced-README.md is here](https://github.com/SebastianMC/obsidian-custom-sort/blob/master/docs/advanced-README.md)

View File

@ -1,7 +1,7 @@
{
"id": "custom-sort",
"name": "Custom File Explorer sorting",
"version": "2.1.6",
"version": "2.1.5",
"minAppVersion": "0.16.2",
"description": "Allows for manual and automatic, config-driven reordering and sorting of files and folders in File Explorer",
"author": "SebastianMC",

View File

@ -1,6 +1,6 @@
{
"name": "obsidian-custom-sort",
"version": "2.1.6",
"version": "2.1.5",
"description": "Custom Sort plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {

View File

@ -39,6 +39,5 @@
"2.1.2": "0.16.2",
"2.1.3": "0.16.2",
"2.1.4": "0.16.2",
"2.1.5": "0.16.2",
"2.1.6": "0.16.2"
"2.1.5": "0.16.2"
}