Releases: pjeby/hot-reload
Releases · pjeby/hot-reload
0.1.13
0.1.12
Experimental mobile support
0.1.11
Don't throw an error for uninstalled plugins
0.1.10
Add a manual reload command for use in sandboxes
0.1.9
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
Support symlinked plugins on Windows and OSX
0.1.7
Support configurable .obsidian dir
0.1.6
Don't reload plugins while app is loading
0.1.5
Detect new plugins and newly-reloadable plugins
0.1.4
Don't start new watches on Linux after every scan