|
1 | 1 | Change Log |
2 | 2 | ========== |
3 | 3 |
|
| 4 | + |
| 5 | +Kiwi TCMS 6.9 (15 May 2019) |
| 6 | +--------------------------- |
| 7 | + |
| 8 | +**IMPORTANT:** this is a small improvement and bug-fix update which introduces |
| 9 | +our first telemetry report: testing breakdown. Supported upgrade paths:: |
| 10 | + |
| 11 | + 5.3 (or older) -> 5.3.1 |
| 12 | + 5.3.1 (or newer) -> 6.0.1 |
| 13 | + 6.0.1 -> 6.1 |
| 14 | + 6.1 -> 6.1.1 |
| 15 | + 6.1.1 -> 6.2 (or newer) |
| 16 | + |
| 17 | +After upgrade don't forget to:: |
| 18 | + |
| 19 | + ./manage.py migrate |
| 20 | + |
| 21 | + |
| 22 | +Improvements |
| 23 | +~~~~~~~~~~~~ |
| 24 | + |
| 25 | +- Update mysqlclient from 1.4.2 to 1.4.2.post1 |
| 26 | +- Ship with prism.js so it can be used for syntax highlighting |
| 27 | +- Add Testing Breakdown telemetry |
| 28 | +- Mark more strings for translations |
| 29 | +- Add ``delete_user()`` function which can delete data across |
| 30 | + Postgre schemas (if kiwitcms-tenants add-on is installed) |
| 31 | + |
| 32 | + |
| 33 | +API |
| 34 | +~~~ |
| 35 | + |
| 36 | +- Remove deprecated ``TestCaseRun.`` API methods. Use the new |
| 37 | + ``TestExecution.`` methods introduced in v6.7. Fixes |
| 38 | + `Issue #889 <https://github.com/kiwitcms/Kiwi/issues/889/>`_ |
| 39 | + |
| 40 | + |
| 41 | +Bug fixes |
| 42 | +~~~~~~~~~ |
| 43 | + |
| 44 | +- Fix typos in documentation (@Prome88) |
| 45 | +- Fix ``TemplateParseError`` in email templates when removing test cases. |
| 46 | + On-delete email notification is now sent properly |
| 47 | + |
| 48 | + |
| 49 | +Refactoring |
| 50 | +~~~~~~~~~~~ |
| 51 | + |
| 52 | +- Add more tests around TestRun/TestExecution menu permissions |
| 53 | +- Minor pylint fixes |
| 54 | + |
| 55 | + |
| 56 | +Translations |
| 57 | +~~~~~~~~~~~~ |
| 58 | + |
| 59 | +- Updated `French translation <https://crowdin.com/project/kiwitcms/fr#>`_ |
| 60 | +- Updated `Slovenian translation <https://crowdin.com/project/kiwitcms/sl#>`_ |
| 61 | + |
| 62 | + |
4 | 63 | Kiwi TCMS 6.8 (03 May 2019) |
5 | 64 | --------------------------- |
6 | 65 |
|
|
0 commit comments