Skip to content

Releases: quoid/userscripts

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

v1.2.0

03 Jul 01:39
Compare
Choose a tag to compare

Userscripts v1.2.0

  • Fixed an issue that prevented script injection on websites with strict CSP
  • Disabled 3D touch within the editor, which was causing cursor issues
  • Styling updates

v1.1.0

13 Jun 16:23
Compare
Choose a tag to compare

Userscripts v1.1.0

  • Added the ability for users to toggle the extension on/off
  • Updated the popover dimensions
  • Tabs are now transformed into spaces within the editor
  • Created a workaround so that the mouse cursor changes appropriately when hovering certain elements
  • Fixed a bug that allowed users to overwrite a saved script when no changes occurred
  • Fixed a bug that was showing a undefined "Last edited" date on first launch of the extension