Skip to content

Releases: luckman212/obsidian-plugin-downloader

v1.1.0

05 Feb 13:56
1b4a886

Choose a tag to compare

Update

  • The plugin list grew too large to process in-memory as vars/args, which was causing the script to fail
  • I switched to a file-based method, which is actually better/faster because it can now cache the plugin JSON so it doesn't need to be fetched every time (cache expires and will be re-fetched after 10 minutes)
  • Updated icon
  • A few other minor changes, please report any issues!

v1.0.2

28 Oct 17:19
daf4478

Choose a tag to compare

Very minor change, change variable name to OWNER instead of USER to avoid any conflict with system

v1.0.1

25 Aug 14:10
e30fe3a

Choose a tag to compare

better parsing and handling of edge cases

  • use plugin id instead of repo name to avoid collisions e.g. obsidian-find-and-replace-in-selection
  • workaround for plugins with pipe | in name e.g. larslockefeer/obsidian-plugin-todo

1.0.0

17 Aug 12:54
76e1634

Choose a tag to compare

Zipped version.