- 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.