-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
27 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.6.beta-2 | ||
2.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |