Skip to content

Releases: mirnovov/obsidian-homepage

Release 3.6.0

18 Oct 09:52
Compare
Choose a tag to compare
  • 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

03 Sep 04:26
Compare
Choose a tag to compare
  • 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

20 Aug 04:43
Compare
Choose a tag to compare
  • Don't open the homepage when opening Obsidian using a URI that specifies a note or workspace (#65).

Release 3.5

18 Aug 03:48
Compare
Choose a tag to compare
  • 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

04 Aug 09:39
Compare
Choose a tag to compare
  • 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

18 Jul 03:57
Compare
Choose a tag to compare
  • Rework how Homepage opens files. This fixes longstanding compatibility problems with other plugins, and should improve plugin performance and reliability.

Release 3.3.2

13 Jul 02:22
Compare
Choose a tag to compare
  • 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

10 Jul 01:59
Compare
Choose a tag to compare
  • Fix issues with opening notes with special plugin interfaces (such as Kanban or DB Note) when "Revert view" is enabled (#56)

Release 3.3

28 Jun 03:32
Compare
Choose a tag to compare
  • Add graph view support (#54)
  • Fix issues with view reversion affecting other notes (#55 and #56)

Release 3.2.1

16 Jun 04:45
Compare
Choose a tag to compare
  • Fix issues with Periodic Notes 1.0 support. (#53)