Skip to content

Commit

Permalink
1.0.0 release
Browse files Browse the repository at this point in the history
Co-authored-by: Federico Capoano <f.capoano@openwisp.io>
  • Loading branch information
pandafy and nemesifier authored Feb 18, 2022
1 parent 6602b82 commit c5558fc
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 3 deletions.
43 changes: 41 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,52 @@
Changelog
=========

Version 0.8.0 [unreleased]
Version 1.0.0 [2022-02-18]
--------------------------

Features
~~~~~~~~

- Added `customizable navigation menu <https://github.com/openwisp/openwisp-utils#main-navigation-menu>`_
- Added `horizontal filters <https://github.com/openwisp/openwisp-utils#admin-filters>`_
- Added `customizable admin dashboard <https://github.com/openwisp/openwisp-utils#openwisp-dashboard>`_
- Added `send_email function <https://github.com/openwisp/openwisp-utils#openwisp_utilsadmin_themeemailsend_email>`_
- Added `CompressStaticFilesStorage <https://github.com/openwisp/openwisp-utils#openwisp_utilsstoragecompressstaticfilesstorage>`_ -
a static storage backend for Django that also compresses static files
- Added `AssertNumQueriesSubTestMixin <https://github.com/openwisp/openwisp-utils#openwisp_utilstestsassertnumqueriessubtestmixin>`_
- Added `HelpTextStackedInline admin class <https://github.com/openwisp/openwisp-utils#openwisp_utilsadminhelptextstackedinline>`_
- Added `OpenwispCeleryTask <https://github.com/openwisp/openwisp-utils#openwisp-utils-tasks-openwispcelerytask>`_ - a custom celery task class
- Added support for linting CSS and JS in `openwisp-qa-check <https://github.com/openwisp/openwisp-utils#openwisp-qa-check>`_
- Added support for formatting CSS and JS in `openwisp-qa-format <https://github.com/openwisp/openwisp-utils#openwisp-qa-format>`_
- Added `git pre-push hook <https://github.com/openwisp/openwisp-utils/issues/161>`_

Changes
~~~~~~~

- Updated Django REST Framework to 3.12.x
- `Updated OpenWISP's admin theme <https://medium.com/@niteshsinha1707/new-navigation-menu-and-ui-ux-improvements-project-report-a94c37514b7d>`_

Bugfixes
~~~~~~~~

- Fixed `checkcommit` failing for `trailing period (.) after closing keyword <https://github.com/openwisp/openwisp-utils/issues/187>`_

Dependencies
~~~~~~~~~~~~

- Bumped ``django-model-utils~=4.2.0``
- Bumped ``black<=21.10b0``
- Bumped ``djangorestframework~=3.13.0``
- Added ``swapper~=1.3.0``, ``django-compress-staticfiles~=1.0.1b`` and ``celery~=5.2.3``
- Added support for Django ``3.2.x`` and ``4.0.x``
- Added support for Python ``3.9``

Version 0.7.5 [2021-06-01]
--------------------------

- [fix] Added workaround for minification of browsable API view.
Django-pipeline strips spaces from pre-formatted text on minifying HTML
which destroys the representation of data on browsable API views.
Added a workaround to restore presentation to original form using CSS.

Version 0.7.4 [2021-04-08]
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion openwisp_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 8, 0, 'alpha')
VERSION = (1, 0, 0, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit c5558fc

Please sign in to comment.