Releases: mirnovov/obsidian-homepage
Releases · mirnovov/obsidian-homepage
Release 3.6.0
- Add an option to never show the Obsidian release notes.
- Various internal changes to improve the maintainability and efficency of the plugin.
Removals and deprecations
- Homepage now requires Obsidian 1.4.10 or newer. Older versions of Obsidian should automatically fetch the preceding versions of this plugin.
- The option to use Moment syntax cannot be chosen anymore if it isn't already selected. This is because it is deprecated and will be eventually removed in a future release. To temporarily override this, open the developer console, enter
homepageLegacyOptionsEnabled = true;
and re-open the Homepage settings.
Release 3.5.2
- Fix some edge cases where "Replace All" would leave some notes open. This should also improve issues with pinned notes as well.
- Improve testing infrastructure
Release 3.5.1
- Don't open the homepage when opening Obsidian using a URI that specifies a note or workspace (#65).
Release 3.5
- Add an option to do nothing when opening the homepage. This is designed for use in conjunction with commands (#63).
- Fix a regression in 3.3.3 that could cause homepages opened over pinned notes to be empty (#60 and #62).
- Fix "Open when empty" freezing the vault when "Replace all notes" is selected as the manual opening mode (#64).
Release 3.4
- Fix view reversion not working on rare occasions if the default view in Obsidian hasn't been changed.
Removals and deprecations
- The "Use ribbon icon" setting has been removed, since Obsidian has handled hiding the icon natively for several versions now. Users with hidden icons will have that setting transferred to the native Obsidian setting if it is available.
Release 3.3.3
- Rework how Homepage opens files. This fixes longstanding compatibility problems with other plugins, and should improve plugin performance and reliability.
Release 3.3.2
- Resolve issues where the plugin prevented vaults from loading if Obsidian resolves the filename as an extensionless file. (part of #50)
- Correct handling of files with an extension other than
.md
or.canvas
when auto-create is disabled.
Release 3.3.1
- Fix issues with opening notes with special plugin interfaces (such as Kanban or DB Note) when "Revert view" is enabled (#56)
Release 3.3
Release 3.2.1
- Fix issues with Periodic Notes 1.0 support. (#53)