Releases: mirnovov/obsidian-homepage
Releases · mirnovov/obsidian-homepage
4.0.7
- Add donation option (not expecting anything, but in the off chance people want it)
- Fix issues with the File Color plugin caused by the changes in 4.0.6 (#104, #106). Note that the File Color plugin is unmaintained and has several issues unrelated to Homepage that were encountered during testing. If possible, the usage of an alternate solution is recommended.
- Correctly show the internal sidebar on mobile (#105)
- Fixed "Show debug info" not working on mobile
- Several minor internal changes improving the reliability of the plugin
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
Release 4.0.1 introduces significant compatibility changes, as well as a number of enhancements.
- Commands can now be set to only take effect on startup, or only when opened manually. This is along the same lines as "Open mode" and "Manual open mode".
- When a tab is on the left or right sidebar, maintain it when opening, even if "Replace all notes" is selected. In other words, opening a homepage should now only affect the main pane. (#89)
- As part of the above, improve the performance of "Replace all notes", especially when large volumes of notes are open.
- Auto-create is now disabled by default for new users, as it can cause issues when used with third-party syncing tools.
- Several changes to the settings UI:
- Commands can now be reordered by dragging.
- Commands that belong to a disabled plugin are now shown; they were previously hidden until the plugin was re-enabled. They have an icon and tooltip to distinguish them.
- Homepage types that rely on a disabled plugin are now shown as greyed out in the dropdown; they were previously hidden.
- Auto-create now shows a warning about issues with third-party syncing tools.
- Separate mobile homepage now shows a warning that clarifies its behaviour when active.
- "Copy debug info" can now be accessed as a command as well as from Homepage's settings.
Removals and deprecations
Homepage 4.0.1 removes the ability to use Moment formatting to determine the homepage note, which was first depreciated in version 3.2. It is recommended to use the native Daily or Periodic Notes integration instead.
Release 3.8.1
- Fix issues with opening Obsidian after multiple windows were left open in the last session. This could either cause windows to incorrectly stay open or under certain circumstances cause the program to hang (#87)
Release 3.8
- Add a command to set the active file as the homepage (#77)
- Fix the release notes leaf that is shown when upgrading Obsidian occasionally causing errors (#71)
- Fix commands not working in conjunction with workspaces (#80, #83)
- Fix deep links not working as expected on mobile platforms (#81)
- Fix "Replace all open notes" not replacing some kinds of files (#82)
Removals and deprecations
- Removed some upgrade logic for very old versions of the plugin
- When the option to use Moment syntax is selected, a warning is shown on startup that it is deprecated.
Release 3.7.0
- If the homepage's content changes while opening, restore the old version. This should prevent a rare bug in the Obsidian API that causes the content to be wiped (#69).
- When checking if a note is the homepage note, check its name caselessly. This prevents issues from arising if the note's name and the value entered in the settings are cased differently (#73).
Removals and deprecations
- Users which previously used the (now removed) "Use ribbon icon" setting will no longer have that automatically transferred to the native Obsidian setting.