Releases: SimonAlling/userscripter
Release list
Userscripter v0.5.1
This version's example code features a preference menu written in JSX.
Userscripter v0.5.0
This version introduces some substantial changes:
-
Preferences can now be easily added to a userscript thanks to the
ts-preferenceslibrary. 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.
Userscripter v0.4.0
This version brings a small but important change to the init script: It must now be called with either example or clean as argument, instead of --example and nothing, respectively.
The other noticable improvement is the improved minification when building with --production.
It also contains some smaller fixes.
Userscripter v0.3.0
This version introduces automatic Git repo setup for new userscripts.
It also includes a readme chapter on how to create a userscript as well as several bug fixes.
Userscripter v0.2.0
This version brings back the init script, this time with the ability to create either an example code base (for novice users) or a clean one (for experienced userscripters).