Skip to content

Releases: quoid/userscripts

v3.3.0

22 Jun 16:42
3ea0ee4
Compare
Choose a tag to compare

Userscripts v3.3.0

  • added support for @include/@exclude #143
    • previously these were aliases for @match/@exclude-match
    • users can now utilize regex expressions and glob patterns (*) for domain matching via @include/@exclude
    • see documentation for more info
  • minor fixes #142

v3.2.1

15 Jun 00:20
Compare
Choose a tag to compare

Userscripts v3.2.1

  • fixed a bug that would prevent script injection when content security policy violations are triggered by other extensions #140

v3.2.0

09 Jun 23:26
ca8408a
Compare
Choose a tag to compare

Userscripts v3.2.0

v3.1.0

23 Apr 20:56
c0a38e1
Compare
Choose a tag to compare

Userscripts v3.1.0

  • created extension popover - #103
  • new editor setting: "Auto Close Brackets" - #111
  • new general setting: "Enable Injection"
  • new general setting: "Show Toolbar Count"
  • removed general setting: "Log Activity"
  • improved remote script fetching (add remote, updateURL, downloadURL) - pull request #112
  • updated containing app ui - #105
  • updated app icon to big sur style - #109
  • made auto the default inject-into value #115
  • minor style and code changes
  • merged pull request #110

v3.0.2

27 Feb 22:58
c5887c0
Compare
Choose a tag to compare

v3.0.2

Userscripts v3.0.2

  • minor fixes
    • #97 - style update in editor search bar
    • #100 - prevent auto full stops while in editor

v3.0.1

24 Jan 18:45
c6d5d9f
Compare
Choose a tag to compare

Userscripts v3.0.1

  • complete rewrite of Javascript frontend using Svelte
  • support for new metadata keys: @require, @version, @updateURL, @downloadURL and @noframes
  • support for adding remote scripts by url
  • sidebar sorting capabilities
  • improved editor search
  • new option: basic Javascript linting in editor
  • loads of misc. code and style improvements

v2.2.1

06 Dec 14:59
ff6f92b
Compare
Choose a tag to compare

Userscripts v2.2.1

  • build for Apple silicon

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