Releases: pjeby/hot-reload
Releases · pjeby/hot-reload
0.2.1
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
New build + source-strip support for 1.6+
0.1.15
Improved mobile platform handling
0.1.14
Improved mobile support
0.1.13
Fix symlinked plugins not working on desktop
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