Skip to content

Commit

Permalink
chore: release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Radi85 committed Mar 6, 2021
1 parent 0d7bc4b commit 1b5a043
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 35 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.beta-2
2.6.0
2 changes: 1 addition & 1 deletion comment/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = '2.6.beta-2'
__version__ = '2.6.0'


def _get_version():
Expand Down
12 changes: 5 additions & 7 deletions docs/source/Changelog.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
Changelog
=========

2.6.beta-2
---------
2.6.0
------

- Add support for customization of user fields in the api.
- Support rendering new lines in the comment content.
- Fix pluralization issue for the translation.
- Add support for custom fields in user model.
- Add ordering option for comments.
- extend UI customization.
- Fix bugs.

2.6.beta-1
---------

- Add subscription feature.
- Send email notifications.

Expand Down
46 changes: 20 additions & 26 deletions docs/source/release-notes/version-2.6.rst
Original file line number Diff line number Diff line change
@@ -1,61 +1,55 @@
=========================
Django-comments-dab v2.6
=========================
===========================
Django-comments-dab v2.6.0
===========================

v2.6.beta-1
------------
v2.6.0
-------

Features
^^^^^^^^^

- `#43`_ - Add thread (content-type and parent comment) subscription.
- `#43`_ - Send email notification to thread's subscribers on creating new comment.

.. _#43: https://github.com/Radi85/Comment/issues/43

Codebase enhancement
^^^^^^^^^^^^^^^^^^^^^

- `#112`_ - Reduce testing time in pipeline.
- `#122`_ - Code clean up.
- `#129`_ - Update development guideline.

.. _#112: https://github.com/Radi85/Comment/issues/112
.. _#122: https://github.com/Radi85/Comment/issues/43
.. _#129: https://github.com/Radi85/Comment/issues/43


v2.6.beta-2
------------

Features
^^^^^^^^^

- `#83`_ - Add ordering option for comments.
- `#117`_ - Add support for customization of user fields in the api.
- `#128`_ - Allow custom user model fields.
- `#142`_ - Extend ui customization.
- `#158`_ - Allow rendering new line in comment.

.. _#43: https://github.com/Radi85/Comment/issues/43
.. _#83: https://github.com/Radi85/Comment/issues/83
.. _#117: https://github.com/Radi85/Comment/issues/117
.. _#128: https://github.com/Radi85/Comment/issues/128
.. _#142: https://github.com/Radi85/Comment/issues/142
.. _#158: https://github.com/Radi85/Comment/issues/158

Bug fixes
^^^^^^^^^

- `#135`_ - Fix modal X button issue.
- `#139`_ - Fix url resolving issue.
- `#157`_ - Fix pluralization issue.

.. _#135: https://github.com/Radi85/Comment/issues/135
.. _#139: https://github.com/Radi85/Comment/issues/139
.. _#157: https://github.com/Radi85/Comment/issues/157

Codebase enhancement
^^^^^^^^^^^^^^^^^^^^^

- `#112`_ - Reduce testing time in pipeline.
- `#122`_ - Code clean up.
- `#129`_ - Update development guideline.
- `#132`_ and `#137`_ - Tests enhancement and refactoring.
- `#144`_ - Move common logic from views to mixin.
- `#150`_ - Unify django views responses.
- `#165`_ - Solve CI issue with django master.

.. _#112: https://github.com/Radi85/Comment/issues/112
.. _#122: https://github.com/Radi85/Comment/issues/43
.. _#129: https://github.com/Radi85/Comment/issues/43
.. _#132: https://github.com/Radi85/Comment/issues/132
.. _#137: https://github.com/Radi85/Comment/issues/137
.. _#144: https://github.com/Radi85/Comment/issues/144
.. _#150: https://github.com/Radi85/Comment/issues/150
.. _#165: https://github.com/Radi85/Comment/issues/165

0 comments on commit 1b5a043

Please sign in to comment.