Added info box in README.md for yet another breaking change in Obsidian 1.6.3

This commit is contained in:
SebastianMC 2024-06-10 12:38:47 +02:00
parent 8400dbae61
commit 4bae4fe37e
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
> | :exclamation: Breaking changes in Obsidian 1.6.3 causing a minor issue - no solution yet|
> |----------------------------------------------|
> |[More details](README.notice.for.Obsidian.1.6.3.md)|
> | :exclamation: Breaking changes in Obsidian 1.6.0 (and newer) - update the plugin to 2.1.9 or newer|
> |----------------------------------------------|
> |[More details](README.notice.for.Obsidian.1.6.0.md)|

View File

@ -0,0 +1,9 @@
> | :exclamation: Breaking changes in Obsidian 1.6.3 causing a minor issue - no solution yet|
> |----------------------------------------------|
>
> 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.
>
> 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)