You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
4.0.0
Added
After the plugin updates, a short note pops up explaining what changed and where the
project stands.
Fixed
Sorting the file explorer by created or modified date works again. Before, turning the
plugin on left you stuck with name sorting only (#262).
Changed
The plugin is more robust when Obsidian updates. If a new Obsidian version changes
something a feature depends on, only that one feature turns off (with a short notice)
instead of the whole plugin breaking or showing a blank screen (#233, #251).
Internal
Added a Docker-based dev/test setup and end-to-end tests that run against a real Obsidian,
fixed a build error, and fixed cloning the plugin's submodule (#273).