From 9ab38afcad5a814eb4130f6a5e1369c2b0057caa Mon Sep 17 00:00:00 2001 From: SebastianMC <23032356+SebastianMC@users.noreply.github.com> Date: Mon, 10 Jun 2024 22:49:08 +0200 Subject: [PATCH] README updates following the recent plugin release with fixed compatibility with Obsidian 1.6.3 --- README.md | 2 +- README.notice.for.Obsidian.1.6.3.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b33251b..291a790 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> | :exclamation: Breaking changes in Obsidian 1.6.3 causing a minor issue - no solution yet| +> | :exclamation: Breaking changes in Obsidian 1.6.3 causing a minor issue - update the plugin to 2.1.11 or newer| > |----------------------------------------------| > |[More details](README.notice.for.Obsidian.1.6.3.md)| diff --git a/README.notice.for.Obsidian.1.6.3.md b/README.notice.for.Obsidian.1.6.3.md index 5ba23f2..276f478 100644 --- a/README.notice.for.Obsidian.1.6.3.md +++ b/README.notice.for.Obsidian.1.6.3.md @@ -1,9 +1,10 @@ -> | :exclamation: Breaking changes in Obsidian 1.6.3 causing a minor issue - no solution yet| +> | :exclamation: Breaking changes in Obsidian 1.6.3 causing a minor issue - update the plugin to 2.1.11 or newer| > |----------------------------------------------| > > Obsidian team introduced yet another breaking change in 1.6.3 probably related to plugin's lifecycle or File Explorer module lifecycle. -> In result the custom sort order is not applied automatically and manual (re)application is needed via ribbon click of via 'sort on' command after -> app reload or vault reload. +> In result, due to race condition, the custom sort order is not always applied automatically after app reload or vault reload. +> Manual (re)application is needed via ribbon click of via 'sort on' command. +> The [2.1.11](https://github.com/SebastianMC/obsidian-custom-sort/releases/tag/2.1.11) release of the plugin fixes this inconvenience. > > For more details of the observed misbehavior (of not updated plugin) you can go to [#147](https://github.com/SebastianMC/obsidian-custom-sort/issues/147)