cabot/CHANGES

96 lines
2.1 KiB
Plaintext
Raw Normal View History

2017-03-24 18:25:27 +00:00
Version 0.10.1
--------------
* [BUGFIX] Update cabot_alert_twilio to 1.3.1
- 1.3.0 was still broken on django 1.10
2017-03-24 13:50:10 +00:00
Version 0.10.0
--------------
2017-03-08 15:45:07 +00:00
* Add feedback notifications when updated profile
* Automatically reload plugins after migrating
* Add cabot_alert_slack as default plugin
2017-03-02 17:21:15 +00:00
* Upgrade to Django 1.10
2017-03-08 15:45:07 +00:00
* Upgrade to Celery 4
2017-03-15 16:52:00 +00:00
Version 0.9.2
-------------
2017-03-15 12:23:05 +00:00
* Add /about endpoint
* Fix rota bug when ical had no timezone
2017-03-15 12:23:05 +00:00
* Add User Profile settings link to user dropdown
2017-03-13 16:48:56 +00:00
Version 0.9.1
-------------
* Update cabot-alert-twilio to 1.3.0 to work on django 1.10
* Fix Alert preferences form breaking on django 1.8
* Add `cabot` executable instead of using python manage.py (for e.g. migrating)
2017-03-08 12:53:40 +00:00
Version 0.9.0
-------------
2017-03-08 11:16:03 +00:00
* Upgrade to Django 1.9
2017-03-08 12:29:31 +00:00
Version 0.8.6
-------------
2017-02-18 13:11:26 +00:00
* Add first time setup page
2017-03-08 12:06:00 +00:00
* Remove create_cabot_superuser management command (redundant with first time setup)
2017-02-18 13:11:26 +00:00
2017-03-07 10:09:48 +00:00
Version 0.8.5
-------------
2017-02-20 11:15:10 +00:00
2017-03-02 11:16:09 +00:00
* More severe alerts should trigger even if a less severe alert was recently sent
2017-03-02 11:26:48 +00:00
* Update production.env.example email settings
2017-02-20 11:15:10 +00:00
* Convert environment vars to boolean nicely
2017-03-07 13:03:58 +00:00
> Note: You may have to update your settings if they contain invalid boolean values
2017-02-18 09:55:59 +00:00
Version 0.8.4
-------------
2017-02-17 14:32:02 +00:00
2017-02-17 14:48:23 +00:00
* Fix setup.py packaging
2017-02-17 14:32:02 +00:00
* Use whitenoise to serve static files
2017-03-07 13:03:58 +00:00
> Note: You may have to update your webserver settings for static files to work properly
2017-02-17 14:32:02 +00:00
2017-02-16 18:51:22 +00:00
Version 0.8.3
-------------
* BUG: Add missing context processor
2017-02-16 14:59:54 +00:00
Version 0.8.2
-------------
2017-02-09 15:49:56 +00:00
2017-02-16 14:54:57 +00:00
* Remove django-smtp-ssl dependency
2017-02-09 21:37:26 +00:00
* Build docker image from alpine
* Refactor docker-compose files
2017-02-13 14:01:23 +00:00
* Fix db_clean task failing on large results tables
2017-02-09 15:49:56 +00:00
* Wait for docker containers to start in docker-entrypoint.sh
2017-02-09 17:29:44 +00:00
* Update CABOT_PLUGINS_ENABLED to compatible plugin versions
2017-02-09 16:23:32 +00:00
* Automatically initialise database, assets and superuser on docker container start
2017-02-09 15:49:56 +00:00
2017-02-09 13:00:32 +00:00
Version 0.8.1
-------------
* Fix all workers running celery beat
* Update django-compressor to run on django 1.8
* Fix typo in url testcase
* Update wsgi.py to work with django 1.8
2017-02-06 12:56:42 +00:00
Version 0.8.0
-------------
* Upgraded to Django 1.8
2017-02-06 12:45:20 +00:00
Version 0.7.0
-------------
* Upgraded to Django 1.7
Version 0.6.0
-------------
* Versioning Introduced.