Skip to content

Releases: mirnovov/obsidian-homepage

Release 3.8

04 Mar 04:10
Compare
Choose a tag to compare
  • 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

26 Jan 04:30
Compare
Choose a tag to compare
  • 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.

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)