Skip to content

Commit 99fec2c

Browse files
committed
Changelog for v13.4
1 parent 50afc58 commit 99fec2c

File tree

2 files changed

+51
-2
lines changed

2 files changed

+51
-2
lines changed

CHANGELOG.rst

+49
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,55 @@
11
Change Log
22
==========
33

4+
Kiwi TCMS 13.4 (12 Jun 2024)
5+
----------------------------
6+
7+
.. important::
8+
9+
This is a small release which contains several improvements,
10+
internal refactoring and updated translations!
11+
12+
13+
Recommended upgrade path, see :ref:`upgrading-instructions`::
14+
15+
13.3 -> 13.4
16+
17+
18+
After upgrade don't forget to::
19+
20+
./manage.py upgrade
21+
22+
23+
Improvements
24+
~~~~~~~~~~~~
25+
26+
- Update Django from 4.2.12 to 4.2.13
27+
- Update django-simple-history from 3.5.0 to 3.7.0
28+
- Update python-gitlab from 4.5.0 to 4.6.0
29+
- Update uwsgi from 2.0.25.1 to 2.0.26
30+
- Update node_modules/html5sortable from 0.13.3 to 0.14.0
31+
- Remove cron job for anonymous analytics
32+
- Remove anonymous analytics from ``/admin/`` pages
33+
- Replace inline HTML attributes with CSS classes
34+
- Make it possible for Kiwi TCMS plugins to provide markdown extensions
35+
36+
37+
Refactoring
38+
~~~~~~~~~~~
39+
40+
- Remove django-debug-toolbar as a development dependency
41+
- Update node_modules/eslint-plugin-promise from 6.1.1 to 6.2.0
42+
- Update node_modules/webpack from 5.91.0 to 5.92.0
43+
44+
45+
Translations
46+
~~~~~~~~~~~~
47+
48+
- Updated `Chinese Traditional translation <https://crowdin.com/project/kiwitcms/zh-TW#>`_
49+
- Updated `Korean translation <https://crowdin.com/project/kiwitcms/ko#>`_
50+
51+
52+
453
Kiwi TCMS 13.3 (20 May 2024)
554
----------------------------
655

tcms/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
22
from datetime import datetime
33

4-
__version__ = "13.3"
5-
__release_date__ = datetime(2024, 5, 20, 15, 35)
4+
__version__ = "13.4"
5+
__release_date__ = datetime(2024, 6, 12, 15, 35)

0 commit comments

Comments
 (0)