Skip to content

Releases: pjeby/hot-reload

0.1.10

Choose a tag to compare

@github-actions github-actions released this 03 Sep 23:45
Add a manual reload command for use in sandboxes

0.1.9

Choose a tag to compare

@github-actions github-actions released this 16 Mar 20:39

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

Choose a tag to compare

@github-actions github-actions released this 25 May 16:42
Support symlinked plugins on Windows and OSX

0.1.7

Choose a tag to compare

@github-actions github-actions released this 07 Apr 01:55
Support configurable .obsidian dir

0.1.6

Choose a tag to compare

@github-actions github-actions released this 13 Mar 19:42
Don't reload plugins while app is loading

0.1.5

Choose a tag to compare

@github-actions github-actions released this 14 Feb 22:15
Detect new plugins and newly-reloadable plugins

0.1.4

Choose a tag to compare

@github-actions github-actions released this 14 Feb 22:04
Don't start new watches on Linux after every scan

0.1.3

Choose a tag to compare

@github-actions github-actions released this 14 Feb 21:56
Draft Linux support

0.1.2

Choose a tag to compare

@github-actions github-actions released this 03 Feb 19:55
Add Notice on reload; improved install docs

0.1.1

Choose a tag to compare

@github-actions github-actions released this 01 Feb 04:25
Simplified release script