Skip to content

Releases: edsu/anon

v0.1.1

18 Mar 14:51
Compare
Choose a tag to compare

Wait a bit longer for page to render before screenshot.

v0.1.0

18 Sep 22:22
Compare
Choose a tag to compare

This version replaces phantomjs with puppeteer/chromium. Enjoy!

v0.0.9

26 Apr 10:12
Compare
Choose a tag to compare

This release includes a switch from the ipv6 node module to ip-address, since ipv6 was deprecated and had some vulnerabilities in its dependencies.

It also includes a small fix to the screenshotting code that @tomcardoso ran into. Thanks Tom!

v0.0.8

26 Apr 10:09
Compare
Choose a tag to compare

This is a release for v0.0.8 in npm that went untagged for months. Sorry!

v0.0.7

06 Aug 18:09
Compare
Choose a tag to compare

Moved the source code from CoffeeScript to JavaScript. Node v6 or higher is required to run it.

v0.0.6

21 Jan 21:39
Compare
Choose a tag to compare
  • includes a bug fix for #114

v0.0.5

01 Aug 09:26
Compare
Choose a tag to compare

This release includes new functionality to check the Twitter credentials on startup.

If you are upgrading anon you will need to do an npm install to get the new async dependency.

v0.0.4

30 Jul 10:30
Compare
Choose a tag to compare

The big change in this release is that the anon repository is no longer holding configuration files in the conf directory. If you are using one from there be sure to make a backup before doing a git pull.

v0.0.3

29 Jul 08:25
Compare
Choose a tag to compare

The v0.0.3 release includes a few new features:

  • ipv6 support: your config.json can now include ipv6 ranges
  • the throttle configuration variable to prevent duplicate tweets for edits of the same page from the same user

If you have an existing cloned repository that you are updating to v0.0.3 you will need to run npm install in order to get the new javascript-ipv6 dependency.