- a major version is created when the software reached a milestone and is feature complete
0.9
- Changed urls to be compatible with django 1.6
0.8
- Changed base.html to p_base.html. This allows us to have two base templates, one for the wireframes and one for the actual website.
0.7
- Changed base template of sprints.html to proto/base.html You can simply create the file proto/base.html and put {% extends "base.html" %} into it if you want to use your main base.html
0.6
- Fixed Difference totals (now based on the time totals, not the difference average) - Added possibility to set external_link for tasks
0.5
- Added new column: Developer Estimated Costs - Added rounding to two digits - Added sprint metadata table - Added remaining_time to each sprint