Skip to content

Releases: pjeby/hot-reload

0.1.13

16 Oct 00:13
Compare
Choose a tag to compare

Fix symlinked plugins not working on desktop

0.1.12

06 Oct 17:51
Compare
Choose a tag to compare

Experimental mobile support

0.1.11

05 Mar 23:21
Compare
Choose a tag to compare

Don't throw an error for uninstalled plugins

0.1.10

03 Sep 23:45
Compare
Choose a tag to compare
Add a manual reload command for use in sandboxes

0.1.9

16 Mar 20:39
Compare
Choose a tag to compare

Auto-Enable source maps in Obsidian 0.14+

In Obsidian 14 and above, sourcemaps are stripped from plugins at load time unless the "debug plugin startup" setting is on. Hot Reload now automatically switches that option on when reloading a plugin, so you get sourcemaps while developing, without needing to keep the debug setting on all the time (or sourcemaps in memory all the time).

0.1.8

25 May 16:42
Compare
Choose a tag to compare
Support symlinked plugins on Windows and OSX

0.1.7

07 Apr 01:55
Compare
Choose a tag to compare
Support configurable .obsidian dir

0.1.6

13 Mar 19:42
Compare
Choose a tag to compare
Don't reload plugins while app is loading

0.1.5

14 Feb 22:15
Compare
Choose a tag to compare
Detect new plugins and newly-reloadable plugins

0.1.4

14 Feb 22:04
Compare
Choose a tag to compare
Don't start new watches on Linux after every scan