README updates following the recent plugin release with fixed compatibility with Obsidian 1.6.3

This commit is contained in:
SebastianMC 2024-06-10 22:49:08 +02:00
parent 3852e95488
commit 9ab38afcad
2 changed files with 5 additions and 4 deletions

View File

@ -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)| > |[More details](README.notice.for.Obsidian.1.6.3.md)|

View File

@ -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. > 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 > In result, due to race condition, the custom sort order is not always applied automatically after app reload or vault reload.
> 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) > 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)