Skip to content

Releases: bitspook/spookfox

v0.8.1

14 Nov 20:55

Choose a tag to compare

Version 0.8.1

v0.8.0

14 Nov 17:20

Choose a tag to compare

fix: firefox build warnings

v0.7.1

17 May 07:20

Choose a tag to compare

Version 0.7.1

v0.6.1

17 May 06:25

Choose a tag to compare

Version 0.6.1

v0.6.0

15 May 21:15

Choose a tag to compare

Version 0.6.0

v0.5.1

08 Sep 13:15

Choose a tag to compare

Version bump to 0.5.1

v0.4.0

12 Jan 19:35

Choose a tag to compare

Version 0.4.0

v0.3.2

03 Apr 19:10
47ffeeb

Choose a tag to compare

Version 0.3.2

v0.3.0

24 Mar 13:10
fde29fc

Choose a tag to compare

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

28 Feb 21:27
a9c7fb9

Choose a tag to compare

feat: allow sending custom requests from any web-page to Emacs

Thanks to @nico202 for the idea.

Closes #29