Update README.md with warning on Obsidian 1.5.4 breaking changes
This commit is contained in:
parent
f1bced1d5a
commit
17bd661961
15
README.md
15
README.md
|
@ -1,3 +1,18 @@
|
||||||
|
> | :exclamation: Breaking changes in Obsidian 1.5.4 (and newer) - update the plugin to 2.1.7 or newer|
|
||||||
|
> |----------------------------------------------|
|
||||||
|
>
|
||||||
|
> Obsidian team introduced some breaking changes in File Explorer in a not-backward-compatible way starting from Obsidian 1.5.4.
|
||||||
|
>
|
||||||
|
> The **custom sort** plugin starting from release **2.1.7** was adjusted to work correctly with these breaking changes in Obsidian 1.5.4 and newer.
|
||||||
|
> The plugin remains backward compatible, so you can safely update the plugin for Obsidian earlier that 1.5.4
|
||||||
|
>
|
||||||
|
> For more details of the observed misbehavior (of not updated plugin) you can go to [#131](https://github.com/SebastianMC/obsidian-custom-sort/issues/131) or [#135](https://github.com/SebastianMC/obsidian-custom-sort/issues/135) or [#139](https://github.com/SebastianMC/obsidian-custom-sort/issues/139)
|
||||||
|
>
|
||||||
|
> | :exclamation: Breaking changes in Obsidian 1.5.4 (and newer) - update the plugin to 2.1.7 or newer|
|
||||||
|
> |----------------------------------------------|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
> > This is a simple version of README which highlights the **basic scenario and most commonly used feature**
|
> > 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)
|
> The [long and much more detailed advanced-README.md is here](https://github.com/SebastianMC/obsidian-custom-sort/blob/master/docs/advanced-README.md)
|
||||||
|
|
Loading…
Reference in New Issue