=======
CHANGES
=======

0.5.13 (unreleased)
-------------------

- bugfix; fix p01.checker.silence marker


0.5.12 (2025-08-13)
-------------------

- more python3 support


0.5.11 (2025-07-22)
-------------------

- more python3 support


0.5.10 (2025-07-15)
-------------------

- fixed encodings, imports and compatibility with Python3


0.5.9 (2021-01-21)
-------------------

- added python3 support


0.5.8 (2018-11-24)
------------------

- bugfix: css lint checker and JAVA_HOME dependency. We use java as fallback
  command if JAVA_HOME path is not set. This will prevent a KeyError on
  JAVA_HOME lookup from os.environ. JAVA_HOME or the java command must be
  available for css lint checker.


0.5.7 (2018-11-09)
------------------

- feature: support p01.checker.silence for non ascii checker


0.5.6 (2013-10-02)
------------------

- added more entity for chameleon PT checker


0.5.5 (2013-10-02)
------------------

- bugfix: missing line attribute for fuzzy items


0.5.4 (2013-03-27)
------------------

- bugfix: fix unicode troubles in reported summary.

- feature: added skipFolderNames list option which allows to skip folders by
  it's name


0.5.3 (2013-02-02)
------------------

- fix pyflakes checker result for SyntaxError and IndentationError


0.5.2 (2012-12-25)
------------------

- bugfix: adjust MANIFEST.in and include missing csslint javascript and jar
  files

- implemented .png file checker

- added test images with bloat data


0.5.1 (2012-12-25)
------------------

- implemented checkers as name, checker dict data and allow to configure skip
  file names per checker

- implemented css lint based CSSLintChecker as a working replacement for
  CSSChecker. The CSSLIntChecker requires a working java installation and is
  based on the included js.jar and csslint-rhino.js jar file.

- skip CSSChecker by default. This chcker produces unuseable output for
  the twitter bootstrap styles sheets. Every second style is reported as
  unknown.


0.5.0 (2012-12-23)
------------------

- initial release
