Skip to content

Releases: alangrainger/obsidian-lazy-plugins

1.0.18

05 Sep 20:00
Compare
Choose a tag to compare
  • Load settings from data.json when opening Settings modal, to prevent situation where desktop/mobile setting is synced from desktop but not picked up by mobile when opening the settings page. #9

1.0.17

05 Sep 15:02
Compare
Choose a tag to compare
  • Show current config state of desktop/mobile/global

1.0.16

04 Sep 09:15
Compare
Choose a tag to compare
  • Add filtering to the list of plugins

1.0.15

02 Sep 17:15
Compare
Choose a tag to compare
  • Revert the change suggested by liamcain, as some plugins rely on Obsidian's built-in loading process to function properly - see #8

1.0.12

31 Aug 12:56
Compare
Choose a tag to compare
  • Removed the onunload() function

Originally this was set up so that when the plugin unloaded, it would enablePluginAndSave() the other plugins based on their Lazy Loader startup config, to get them back to their original state in Obsidian's plugin page.

The problem with that is that the onunload() function is called during plugin update also, which means that every time you get an update for this plugin, it would cause:

a) A slowdown across the vault for the next 1-2 restarts.
b) The possibility of plugins being loaded twice / duplicated.

Since across all users, updating the plugin is common, and uninstalling the plugin is less common, I decided to remove this function.

I apologise to the people who have to manually re-enable their plugins once they uninstall this one :(

1.0.11

29 Aug 17:09
Compare
Choose a tag to compare

1.0.10

26 Aug 20:17
Compare
Choose a tag to compare
  • Add an option to hide plugin descriptions, to make a long list easier to browse.
  • npm audit fix

1.0.9

19 Aug 08:48
Compare
Choose a tag to compare
  • Improve onunload() function

1.0.7

18 Aug 12:25
Compare
Choose a tag to compare
  • Improve separate desktop and mobile configurations.

1.0.6

17 Aug 18:59
Compare
Choose a tag to compare
  • Allow different settings for mobile and desktop #3
  • Fix bug where desktop-only plugins would attempt to load on mobile