Skip to content

Userscripter v0.5.0

Choose a tag to compare

@SimonAlling SimonAlling released this 24 Mar 16:05

This version introduces some substantial changes:

  • Preferences can now be easily added to a userscript thanks to the ts-preferences library. Example code demonstrating this has been added to the example code base.

  • A log level option has been added to the build script, e.g. ./build --log-level WARNING. More info in readme.

  • A check has been added to ensure that no operation can have fewer dependency selectors than the number of elements it actually depends on.

Some smaller changes have also been made.