Skip to content

Commit 08c48a5

Browse files
authored
Update CHANGELOG.rst
1 parent 022dff8 commit 08c48a5

File tree

1 file changed

+66
-31
lines changed

1 file changed

+66
-31
lines changed

CHANGELOG.rst

Lines changed: 66 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,72 @@ Changelog
33
=========
44

55

6-
Unreleased
7-
==========
8-
* fix: Add keyword arguments in VersionAdminMixin render_change_form
9-
* feat: Reversable generic foreign key lookup from version
10-
* feat: Provide additional information about unpublished/published versions when sending signals
11-
* fix: formatted files through ruff to fix tests
12-
* fix: Remove version check when evaluating CMS PageContent objects
13-
14-
2.0.0rc1
15-
========
16-
* fix: Only try modifying page language menu if it is present
17-
* fix: Added ``related_name`` attribute to the ``content_type`` foreign key of the ``Version`` model.
18-
* fix: burger menu adjusts to the design of django cms core dropdown
19-
* fix: bug that showed an archived version as unpublished in some cases in the state indicator
20-
* add: Dutch and French translations thanks to Stefan van den Eertwegh and François Palmierso
21-
* add: transifex support, German translations
22-
* add: Revert button as replacement for dysfunctional Edit button for unpublished
23-
versions
24-
* add: status indicators and drop down menus for django cms page tree
25-
* fix: only offer languages for plugin copy with available content
26-
* feat: Add support for Django 4.0, 4.1 and Python 3.10 and 3.11
27-
* fix: migrations for MySql
28-
* ci: Updated isort params in lint workflow to meet current requirements.
29-
* ci: Update actions to v3 where possible, and coverage to v2 due to v1 sunset in Feb
30-
* ci: Remove ``os`` from test workflow matrix because it's unused
31-
* ci: Added concurrency option to cancel in progress runs when new changes occur
32-
* fix: Added setting to make the field to identify a user configurable in ``ExtendedVersionAdminMixin.get_queryset()`` to fix issue for custom user models with no ``username``
33-
* ci: Run tests on sqlite, mysql and postgres db
34-
35-
* feat: Compatibility with page content extension changes to django-cms
36-
* ci: Added basic linting pre-commit hooks
6+
2.0.0 (2023-12-29)
7+
==================
8+
9+
What's Changed
10+
--------------
11+
* ci: Added concurrency to workflows by @marksweb in https://github.com/django-cms/djangocms-versioning/pull/271
12+
* ci: Remove ``os`` from test workflow matrix by @marksweb in https://github.com/django-cms/djangocms-versioning/pull/270
13+
* ci: Update actions to latest versions by @marksweb in https://github.com/django-cms/djangocms-versioning/pull/269
14+
* ci: Update isort params for v5 by @marksweb in https://github.com/django-cms/djangocms-versioning/pull/268
15+
* Add CodeQL workflow for GitHub code scanning by @lgtm-com in https://github.com/django-cms/djangocms-versioning/pull/297
16+
* feat: Django 4.0, 4.1 / Python 3.10/3.11, mysql support, running tests on sqlite, postgres and mysql by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/287
17+
* feat: Compat with cms page content extension changes by @marksweb in https://github.com/django-cms/djangocms-versioning/pull/291
18+
* fix: Additional change missed in #291 by @marksweb in https://github.com/django-cms/djangocms-versioning/pull/301
19+
* Add: Allow simple version management commands from the page tree indicator drop down menus by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/295
20+
* fix: Adds compatibility for User models with no username field [#292] by @marksweb in https://github.com/django-cms/djangocms-versioning/pull/293
21+
* feat: Use same icons in page tree state indicators and Manage verisons by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/302
22+
* fix: Remove patching the django CMS core by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/300
23+
* fix: test requirements after removing the patching pattern by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/303
24+
* feat: add localization and transifex support by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/305
25+
* feat: Add management command to create version objects by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/304
26+
* feat: add Dutch translations, transifex integration file by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/306
27+
* feat: French localization by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/307
28+
* feat: Albanian localization, Transifex integration by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/308
29+
* Some fixed strings are now translatable by @svandeneertwegh in https://github.com/django-cms/djangocms-versioning/pull/310
30+
* Translate '/djangocms_versioning/locale/en/LC_MESSAGES/django.po' in 'de' by @transifex-integration in https://github.com/django-cms/djangocms-versioning/pull/311
31+
* Translate '/djangocms_versioning/locale/en/LC_MESSAGES/django.po' in 'nl' by @transifex-integration in https://github.com/django-cms/djangocms-versioning/pull/312
32+
* fix: translation inconsistencies by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/313
33+
* feat: Add preview button to view published mode by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/316
34+
* feat: Huge performance improvement for admin_manager by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/318
35+
* fix: Minor usability improvements by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/317
36+
* fix: update messages by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/321
37+
* Translate 'djangocms_versioning/locale/en/LC_MESSAGES/django.po' in 'de' by @transifex-integration in https://github.com/django-cms/djangocms-versioning/pull/322
38+
* fix: deletion of version objects blocked by source fields by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/320
39+
* feat: allow reuse of status indicators by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/319
40+
* fix: burger menu to also work with new core icons by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/323
41+
* Translate 'djangocms_versioning/locale/en/LC_MESSAGES/django.po' in 'nl' by @transifex-integration in https://github.com/django-cms/djangocms-versioning/pull/328
42+
* ci: Switch flake8 and isort for ruff by @marksweb in https://github.com/django-cms/djangocms-versioning/pull/329
43+
* fix: Added related_name to version content type field by @marksweb in https://github.com/django-cms/djangocms-versioning/pull/274
44+
* feat: Django 4.2, Django CMS 4.1.0rc2 compatibility, and version locking by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/326
45+
* Translations for djangocms_versioning/locale/en/LC_MESSAGES/django.po in de by @transifex-integration in https://github.com/django-cms/djangocms-versioning/pull/330
46+
* Translations for djangocms_versioning/locale/en/LC_MESSAGES/django.po in nl by @transifex-integration in https://github.com/django-cms/djangocms-versioning/pull/331
47+
* fix: Modify language menu for pages only if it is present by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/333
48+
* feat: Add pypi actions by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/335
49+
* feat: Reversable generic foreign key lookup from version by @Aiky30 in https://github.com/django-cms/djangocms-versioning/pull/241
50+
* Add caching to PageContent __bool__ by @stefanw in https://github.com/django-cms/djangocms-versioning/pull/346
51+
* Fix tests by @FinalAngel in https://github.com/django-cms/djangocms-versioning/pull/349
52+
* Updates for file djangocms_versioning/locale/en/LC_MESSAGES/django.po in fr on branch master by @transifex-integration in https://github.com/django-cms/djangocms-versioning/pull/347
53+
* docs: List `DJANGOCMS_VERSIONING_LOCK_VERSIONS` in settings by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/350
54+
* docs: Update documentation by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/351
55+
* fix: Update templates for better styling w/o djangocms-admin-style by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/352
56+
* fix: PageContent extension's `copy_relations` method not called by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/344
57+
* Bugfix/use keyword arguments in admin render change form method by @vipulnarang95 in https://github.com/django-cms/djangocms-versioning/pull/356
58+
* Provide additional information when sending publish/unpublish events by @GaretJax in https://github.com/django-cms/djangocms-versioning/pull/348
59+
* fix: Preview link language by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/357
60+
* docs: Document version states by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/362
61+
* feat: Add configuration to manage redirect on publish by @fsbraun in https://github.com/django-cms/djangocms-versioning/pull/358
62+
63+
New Contributors
64+
----------------
65+
* @marksweb made their first contribution in https://github.com/django-cms/djangocms-versioning/pull/271
66+
* @fsbraun made their first contribution in https://github.com/django-cms/djangocms-versioning/pull/287
67+
* @svandeneertwegh made their first contribution in https://github.com/django-cms/djangocms-versioning/pull/310
68+
* @stefanw made their first contribution in https://github.com/django-cms/djangocms-versioning/pull/346
69+
* @FinalAngel made their first contribution in https://github.com/django-cms/djangocms-versioning/pull/349
70+
* @vipulnarang95 made their first contribution in https://github.com/django-cms/djangocms-versioning/pull/356
71+
* @GaretJax made their first contribution in https://github.com/django-cms/djangocms-versioning/pull/348
3772

3873
1.2.2 (2022-07-20)
3974
==================

0 commit comments

Comments
 (0)