README.md update with clear status and details of impact of breaking changes in Obsidian 1.7.2+

This commit is contained in:
SebastianMC 2024-11-04 15:06:17 +01:00
parent b096e4c8b4
commit fd9b63843f
2 changed files with 21 additions and 0 deletions

View File

@ -1,5 +1,6 @@
> | :exclamation: Breaking changes in Obsidian - always use the newest version of the plugin| > | :exclamation: Breaking changes in Obsidian - always use the newest version of the plugin|
> |----------------------------------------------| > |----------------------------------------------|
> | - Obsidian 1.7.2 - no fixes for Obsidian breaking changes avaialable --> [More details](README.notice.for.Obsidian.1.7.2.md)|
> | - Obsidian 1.6.3 - update the plugin to 2.1.11 or newer --> [More details](README.notice.for.Obsidian.1.6.3.md)| > | - Obsidian 1.6.3 - update the plugin to 2.1.11 or newer --> [More details](README.notice.for.Obsidian.1.6.3.md)|
> | - Obsidian 1.6.0 - update the plugin to 2.1.9 or newer --> [More details](README.notice.for.Obsidian.1.6.0.md)| > | - Obsidian 1.6.0 - update the plugin to 2.1.9 or newer --> [More details](README.notice.for.Obsidian.1.6.0.md)|
> | - Obsidian 1.5.4 - update the plugin to 2.1.7 or newer --> [More details](README.notice.for.Obsidian.1.5.4.md)| > | - Obsidian 1.5.4 - update the plugin to 2.1.7 or newer --> [More details](README.notice.for.Obsidian.1.5.4.md)|

View File

@ -0,0 +1,20 @@
> | :exclamation: Breaking changes in Obsidian 1.7.2 (and newer) - no fixes available|
> |----------------------------------------------|
>
> Obsidian team introduced some more breaking changes in a not-backward-compatible way starting from Obsidian 1.7.2.
>
> The observed issues are minor, no fixes available (a work in progress with unknown release date):
> - the custom sort plugin is **unable to automatically apply the custom sort on start**
> - prevalent on mobile
> - for the _Lazy Plugin Loader_ plugin occurs by definition
> - **workaround**: custom sorting has to be applied manually via the ribbon icon or the command 'sort on'
> - the custom sort plugin **keeps showing the notifications** with each change to any note
> - **workaround**: disable the notifications
>
> For more details of the observed misbehaviors you can go to:
> - [#161: Find out how to automatically apply custom sort on app start / vault (re)load etc.](https://github.com/SebastianMC/obsidian-custom-sort/issues/161)
> - [#162: \[bug\]\[minor\] Obsidian 1.7.2 breaking changes - when File Explorer is not displayed an attempt to apply custom sort fails with error](https://github.com/SebastianMC/obsidian-custom-sort/issues/162)
> - [#163: Obsidian 1.7.2 - automatic sorting fails when launching Obsidian](https://github.com/SebastianMC/obsidian-custom-sort/issues/163)
> - [#165: Obsidian 1.7.3 - Constant Notifications "Custom sorting ON" and "Parsing custom sorting specification SUCCEEDED!"](https://github.com/SebastianMC/obsidian-custom-sort/issues/165)
> - [#169: Not working on mobile](https://github.com/SebastianMC/obsidian-custom-sort/issues/169)
>