Skip to content

Commit

Permalink
Changelog for v13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jun 12, 2024
1 parent 50afc58 commit 99fec2c
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 2 deletions.
49 changes: 49 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,55 @@
Change Log
==========

Kiwi TCMS 13.4 (12 Jun 2024)
----------------------------

.. important::

This is a small release which contains several improvements,
internal refactoring and updated translations!


Recommended upgrade path, see :ref:`upgrading-instructions`::

13.3 -> 13.4


After upgrade don't forget to::

./manage.py upgrade


Improvements
~~~~~~~~~~~~

- Update Django from 4.2.12 to 4.2.13
- Update django-simple-history from 3.5.0 to 3.7.0
- Update python-gitlab from 4.5.0 to 4.6.0
- Update uwsgi from 2.0.25.1 to 2.0.26
- Update node_modules/html5sortable from 0.13.3 to 0.14.0
- Remove cron job for anonymous analytics
- Remove anonymous analytics from ``/admin/`` pages
- Replace inline HTML attributes with CSS classes
- Make it possible for Kiwi TCMS plugins to provide markdown extensions


Refactoring
~~~~~~~~~~~

- Remove django-debug-toolbar as a development dependency
- Update node_modules/eslint-plugin-promise from 6.1.1 to 6.2.0
- Update node_modules/webpack from 5.91.0 to 5.92.0


Translations
~~~~~~~~~~~~

- Updated `Chinese Traditional translation <https://crowdin.com/project/kiwitcms/zh-TW#>`_
- Updated `Korean translation <https://crowdin.com/project/kiwitcms/ko#>`_



Kiwi TCMS 13.3 (20 May 2024)
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions tcms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
from datetime import datetime

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

0 comments on commit 99fec2c

Please sign in to comment.