==== 0.0.6 (2012-09-05) ====

- Issue #7 : Corrected forms errors handling.
- Issue #6 : Sensors report page (no more logfile).
- Ability to export graphs as images.
- Encrypted passwords fields in database (uses settings.SECRET_KEY).
- Better display graphs when not enough data (predictive array).
- No more measures array below graphs.
- New bargraph graphtype.
- New periods for crontab averages :
	- day : 10 minutes
	- week : 1 hour
	- month : 3 hours
- JQuery 1.8.1
- Zoom on graphs
- Min/Max/Avg/Last for each label
- New homepage (screenshots slide with Zurb Orbit).
- Translation updates
- Minor bug fixes

==== 0.0.5 (2012-08-26) ====

- Improved tests.
- Tests available via 'python setup.py test'.
- Included 'testproject'.

==== 0.0.4 (2012-08-25) ====

- Added Continuous Integration Testing thanks to TravisBot. 
- Corrected 'pip install' (sorry guys... 0.0.3 wasn't working)
- Various timestamps : Corrected naive datetime error.
- cron.py : Added a local() execution if server IP is 127.0.0.1 (faster).
- views.py : Corrected some views to return 404 error when no data found.
- urls.py : Added a name for login URL.
- tests.py : Added some unittests (still need to test more things).
- Javascript : Timeout added for Ajax calls (1000ms).
- Javascript : Display a nice error when no data available.
- Templates : 'No server' displayed when no servers configured (was 'No group').
- settings.py : Added logdir for logfiles.
- settings.py : Added version number in logfile name.
- settings.py : Use a RotatingFileHandler for logging (10 files of 100Kb)
- models.py : Allow no username/password, as 127.0.0.1 will be executed as Fabric local() and not SSH.
- Initial JSON fixtures : Corrected used/available colors and order.
- Initial JSON fixtures : Default server created 'localhost'.
- setup.py : Removed 'migrations' exclusion (as I don't have migrations anymore).
- MANIFEST.in : Added CSS files.

==== 0.0.3 (2012-08-23) ====

- Pypi compliance : now available through 'pip install django-skwissh'.

==== 0.0.2 (2012-08-22) ====

- Not logging to syslog anymore (don't have access to /var/log/syslog on a shared web hosting). Use tempfile.gettempdir() to write the cron.log logfile.
- Cleaned application settings.py : Middleware definition (GZipMiddleware, ...) is a project responsability. Added a README topic on how to activate i18n properly.
- Python parsing command is now splited before execution (PostgreSQL issue with '\r\n').
- Issue #1 : Cron task logging error corrected : GetMeasures was failing because of a str + datetime concatenation.

==== 0.0.1 (2012-08-20) ====

- Initial release.
