Skip to content

Releases: quoid/userscripts

v2.2.0

13 Oct 00:21
Compare
Choose a tag to compare

Userscripts v2.2.0

  • In editor search
  • New metadata keys
    • @inject-into
    • @run-at
    • @weight
      • allows the user to further adjust script injection timing
      • can be used to ensure one script injects before another
      • ONLY accepts integers (floats, strings and everything else will be ignored)
      • min value = 1, max value = 999, higher numbers (“heavier”) execute earlier

v2.1.3

18 Sep 01:17
14b59c4
Compare
Choose a tag to compare

Userscripts v2.1.3

  • fix strict csp fallback method bug caused by safari 14 update #75

v2.1.2

16 Sep 16:33
157b406
Compare
Choose a tag to compare

Userscripts v2.1.2

  • fixed a bug that caused discard & save buttons to remain active after loading a new script
  • update styling code
  • improve web demo experience

v2.1.1

14 Sep 16:56
Compare
Choose a tag to compare

Userscripts v2.1.1

  • fixed an issue that caused extension to crash when text preceded opening userscript tag - #69 #68 #58
  • improve sidebar tag filtering
  • update style overflows - #71

v2.1.0

08 Sep 19:24
Compare
Choose a tag to compare

Userscripts v2.1.0

  • allow users to choose the desired save/load location for their userscripts - #32
  • refocus editor after saving - #60
  • fixed a bug that was causing duplicate entries in the manifest - #62
  • regularly purge manifest of stale entries - #57
  • open save/load location properly when clicking link in settings modal
  • misc styling/code changes

v2.0.1

27 Jul 19:47
c9fcd7b
Compare
Choose a tag to compare

Userscripts v2.0.1

  • @include/@exclude are now aliases for @match/@exlcude-match
  • Display an error when browser is not supported
  • Allow direct downloads of app from GitHub release sections

v2.0.0

10 Jul 20:30
d0e9898
Compare
Choose a tag to compare

Userscripts v2.0.0

  • Near complete overhaul of extension
  • UI now lives in a page rather than popover
  • Enables multiple, domain specific, scripts
  • Many more features, see documentation

v1.5.0

14 Oct 18:22
Compare
Choose a tag to compare

Userscripts v1.5.0

  • Enable code folding in editor
  • Minor styling changes

v1.4.0

28 Aug 19:18
Compare
Choose a tag to compare

Userscripts v1.4.0

  • A lot of code cleanup and refactoring
  • Improved the popover loading experience
  • Javascript is now saved to a .js file, rather than .json

v1.3.0

24 Jul 20:05
Compare
Choose a tag to compare

Userscripts v1.3.0

  • Refactored WKWebView implementation to better support Catalina
  • View styling changes to prevent initial "white flash" before WKWebView loads
  • Minor CSS style updates