|
1 | 1 | == Change Log == |
2 | 2 |
|
| 3 | +=== Version 0.13.0, February 23, 2019 === |
| 4 | +* NEW #263: Added support for Django 2.1, drop support for Django 1.8 |
| 5 | +* NEW #255: Allow partial requests of timeline grid |
| 6 | +* FIX #233: Ensure missing data points don’t lead to infinite loop |
| 7 | +* FIX #242: Revision.tag field is not trimmed before insert |
| 8 | +* FIX #250: All doesn't work after clicking None in comparison |
| 9 | + |
| 10 | + |
| 11 | +=== Version 0.12.0, November 11, 2017 === |
| 12 | +* NEW #230: Added support for Django 1.11 |
| 13 | +* NEW #226: Added previous and next commit navigation to the changes view |
| 14 | +* NEW #228: Customise the meta description to describe the URL |
| 15 | +* NEW #224: Default banch is now configured in db, per project |
| 16 | +* NEW #221: Added support for Django 1.9 |
| 17 | +* NEW #214: Added optional http basic authentication to results API calls |
| 18 | +* NEW #209: Addeds the 'makeimage' service |
| 19 | +* NEW #207: Commit tag saving features |
| 20 | +* FIX #219: Made git tag identification more conservative |
| 21 | +* FIX #212: Improved py3 compat by adding b'' literals |
| 22 | +* FIX #212: Fix git tag error |
| 23 | + |
| 24 | + |
| 25 | +=== Version 0.11.0, July 31, 2016 === |
| 26 | +* NEW #191: Django 1.7 and 1.8 support |
| 27 | +* NEW #192: Initial Python 3.4 support |
| 28 | +* NEW #199: str4d upgraded all javascript libraries. Most importantly jqPlot to 1.0.9 and jQuery to 1.12.3 |
| 29 | +* NEW #203: str4d implemented displaying of quartile and extrema bands on median benchmarks |
| 30 | +* NEW #205: javierhonduco gave the application a more modern look |
| 31 | + |
| 32 | + |
| 33 | +=== Version 0.10.1, November 1, 2015 === |
| 34 | +* NEW #169: nomeata added admin action to recalculate reports |
| 35 | +* NEW #169: nomeata increased allowed length for benchmark names to 100 chars |
| 36 | +* FIX #186: pepsiman fixed getting commit logs for non-default branches on mercurial |
| 37 | +* FIX #170: Show infinite increase instead of "-" |
| 38 | +* FIX: various admin fixes |
| 39 | + |
| 40 | + |
| 41 | +=== Version 0.10.0, December 27, 2013 === |
| 42 | +* NEW #108: AlekSi made executable names uniques per project instead of globally |
| 43 | +* NEW #148: staticfloat added the ability to set benchmark fields when saving results for a new benchmark |
| 44 | +* NEW #149, #161: rchikhi and others fixed Django compatibility with versions 1.4-1.6 |
| 45 | +* NEW #158: smarr added initial travis configuration. Continuous integration is now enabled for Codespeed |
| 46 | +* NEW #32: squiddy added option to control display of authors email address |
| 47 | +* OPTIMIZATION #98: squiddy greatly reduced the number of necessary queries for getting comparison data, getting down the response time by an order of magnitude |
| 48 | +* FIX #86: a8 fixed timeline plot failing when more than 4 series were selected |
| 49 | +* FIX #130: alkino fixed migrations 0006 and 0012 |
| 50 | +* FIX #151: philangist migrated Github integration to API v3 |
| 51 | +* FIX #85: a8 fixed timeline view on IE |
| 52 | + |
| 53 | + |
| 54 | +=== Version 0.9.1, September 11, 2011 === |
| 55 | +* NEW: Stefan added the possibility to name the default branch other than "default" |
| 56 | +* NEW: Danilo added executable grouping by project |
| 57 | +* NEW: Made default number of data points in the timeline plots configurable |
| 58 | +* FIX: Frank fixed a lot of issues with the deploy examples |
| 59 | +* FIX: Other numerous fixes |
| 60 | + |
3 | 61 |
|
4 | 62 | === Version 0.9.0, July 17, 2011 === |
5 | 63 | * NEW: Frank refactored the Django project and app. Now Codespeed is a proper, installable Django app, and there is a sample project in the "example" dir |
6 | 64 | * NEW: Upgraded to jQuery 1.6 |
7 | 65 | * NEW #44: Stefan added an option to the timeline view for equidistant data point plotting |
8 | 66 | * NEW: Permalinks are now id based for Environment, to shorten the length and avoid problems related to url encoding, as well as to allow changing the name without beaking the permalink |
9 | | -* FIX: Frank added a check for revision_date = "None" (as string), caused by the |
| 67 | +* FIX: Frank added a check for revision_date = "None" (as string), caused by the |
10 | 68 | save_single_result.py sample script |
11 | 69 |
|
12 | 70 |
|
|
17 | 75 | * NEW #45: Stefan Marr added support for browser-button navigation on timeline |
18 | 76 | * FIX: Stefan Marr improved the GitHub plugin |
19 | 77 | * FIX: Improvements in the Changes View layout that prevent overlapping in some cases |
20 | | -* FIX: Stefan Marr fixed a bug where links to a changes view revision from the |
| 78 | +* FIX: Stefan Marr fixed a bug where links to a changes view revision from the |
21 | 79 | timeline view would not work because they used short commit ids |
22 | 80 | * FIX: Stefan Marr prevented some infinite loops caused when results were equal or less than 0 |
23 | 81 |
|
@@ -75,7 +133,7 @@ Bug fix release |
75 | 133 | - Fix benchmark/legend ordering |
76 | 134 | - Improve error messages |
77 | 135 | - Issue correctness warning for normalized stacked bars. |
78 | | - |
| 136 | + |
79 | 137 | * Known bugs: |
80 | 138 | - There are several bugs in the comparison view related to the plotting library jqplot |
81 | 139 | - Bad autoscaling under some circumstancies. Issue#199 (http://bitbucket.org/cleonello/jqplot/issue/199/autoscale-breaks-negative-values) |
|
0 commit comments