Skip to content

Releases: pjeby/hot-reload

0.3.0

14 Aug 06:58

Choose a tag to compare

Add mobile support (beta)

0.2.2

14 Jul 06:02

Choose a tag to compare

Misc. fixes and support for setting tab reload

  • Fix errors when a watched plugin is deleted on disk
  • Update build target to ES2021
  • Reload/refresh open setting tab for reloaded plugins (Fix #27, thanks @mnaoumov)
  • Fix #26 - 0.2.1 sometimes doesn't reload without explicit refresh when vault is freshly opened

Closes: #26, #27, #29

0.2.1

09 Mar 15:49

Choose a tag to compare

0.2.1: Changelog, fewer false positives, donation link

  • Add change log
  • Don't reload unless files are actually changed (fixes an issue where sync tools reading plugin files could trigger a reload)
  • Add donation link, per request (Fix #25)
  • Don't track versions of files other than main.js and styles.css, as other files don't need to trigger reloads
  • Don't scan all plugins for every vault change event

0.2.0

01 Feb 17:22

Choose a tag to compare

New build + source-strip support for 1.6+

0.1.15

28 Dec 18:11

Choose a tag to compare

Improved mobile platform handling

0.1.14

15 Dec 01:46

Choose a tag to compare

Improved mobile support

0.1.13

16 Oct 00:13

Choose a tag to compare

Fix symlinked plugins not working on desktop

0.1.12

06 Oct 17:51

Choose a tag to compare

Experimental mobile support

0.1.11

05 Mar 23:21

Choose a tag to compare

Don't throw an error for uninstalled plugins

0.1.10

03 Sep 23:45

Choose a tag to compare

Add a manual reload command for use in sandboxes