Skip to content

Releases: quoid/userscripts

v4.0.10, v.1.0.1

08 Jan 18:26
37a1a10
Compare
Choose a tag to compare

Userscripts v4.0.10 (macOS), v1.0.1 (iOS)

Changes:

  • fixed bug with GM_addStyle API method, #194 #195 - (macOS / iOS)
  • increase interval for automatic userscript updates check in popup, #191 #196 - (macOS / iOS)

v4.0.9, v.1.0

06 Jan 00:50
b8b8a7f
Compare
Choose a tag to compare

Userscripts v4.0.9 (macOS), v1.0 (iOS)

Userscripts versions 4+ require macOS 12.0+ and iOS 15.1+

Changes:

v3.3.1

05 Jul 02:57
aa8c4b0
Compare
Choose a tag to compare

Userscripts v3.3.1

  • improved newline splitting in swift parser

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