Releases: bitspook/spookfox
Releases · bitspook/spookfox
v0.8.1
v0.8.0
fix: firefox build warnings
v0.7.1
Version 0.7.1
v0.6.1
Version 0.6.1
v0.6.0
Version 0.6.0
v0.5.1
Version bump to 0.5.1
v0.4.0
Version 0.4.0
v0.3.2
Version 0.3.2
v0.3.0
feat: spookfox-js-injection-eval to inject js in background script Since it is possible to run js in background script, why not just do that! Well, one reason is that it is kinda ugly to write js in lisp, but we can always write js in a separate file and then inject its contents. Running CL using jscl has a cost of ~500ms per-call. Eval-ing js takes 3ms, eval-ing CL takes 300. I guess it is good to have an option at least; we can use jscl for one-time-setup to create JS functions, and then for interactive operations, we can eval js instead.
v0.2.8
feat: allow sending custom requests from any web-page to Emacs Thanks to @nico202 for the idea. Closes #29