Releases: digininja/CeWL
5.4.7
umlauts and lowercase
@5p1n added a feature to lowercase all words while collecting them and to convert umlauts to the ASCII equivalent.
Nokogiri version increase
Updating the Nokogiri dependency
increased the version of nokogiri
Got a report that the version of Nokogiri in use was vulnerable so increased the version in use.
Removed / from end
Previously I was forcing a / on the end when requesting pages, got rid of this as it was causing problems.
Non-ASCII characters fix
Releasing code that has been in the master branch for quite a while. It fixes issues with non-ASCII characters in words.
Arkanoid
Heading Upwards
Added the command line argument --header (-H) to allow headers to be passed in. Parameters are specified in name:value pairs and you can pass multiple.
5.2 Some Chaos
Loads of changes including:
- Code refactoring by @g0tmi1k
- Internationalisation - should now handle non-ASCII sites much better
- Found more ways to pull words out of JavaScript content and other areas that aren't normal HTML
- Lots of little bug fixes
Stable version 5.1
The original version that has been around for years, works well and hasn't had to many problems.
Marking this as a release so I can drop a new release and then roll back if needed.