From 12ae5a5bbeef4f8bdc13144f516f61b0a32289ee Mon Sep 17 00:00:00 2001 From: SebastianMC <23032356+SebastianMC@users.noreply.github.com> Date: Fri, 9 Feb 2024 11:57:09 +0100 Subject: [PATCH] Rolled back 2.1.6 version and added a warning in README.md about incompatibility with Obsidian 1.5.4 --- README.md | 4 ++++ manifest.json | 2 +- package.json | 2 +- versions.json | 3 +-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e823feb..2cfd409 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/manifest.json b/manifest.json index 101e9d4..9583bb9 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index 9b2807d..fd99cd7 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 1f70cfd..aa25d45 100644 --- a/versions.json +++ b/versions.json @@ -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" }