|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
4 | | -Version 1.2.0 [Unreleased] |
| 4 | +Version 1.2.0 [2025-10-23] |
5 | 5 | -------------------------- |
6 | 6 |
|
7 | | -Work in progress. |
| 7 | +Features |
| 8 | +~~~~~~~~ |
| 9 | + |
| 10 | +- Added `dedicated notification preferences page |
| 11 | + <https://openwisp.io/docs/dev/notifications/user/notification-preferences.html>`_. |
| 12 | +- Added `organization notification settings |
| 13 | + <https://openwisp.io/docs/dev/notifications/user/notification-preferences.html#organization-settings>`_. |
| 14 | +- Added `Email Batch Summary |
| 15 | + <https://openwisp.io/docs/dev/notifications/user/web-email-notifications.html#email-batches>`_. |
| 16 | +- Added email verification warning `#281 |
| 17 | + <https://github.com/openwisp/openwisp-notifications/issues/281>`_. |
| 18 | + |
| 19 | +Changes |
| 20 | +~~~~~~~ |
| 21 | + |
| 22 | +Other changes |
| 23 | ++++++++++++++ |
| 24 | + |
| 25 | +- Improved UI of email notifications. |
| 26 | +- Disallowed changing preferences for ``generic_message`` notification |
| 27 | + type `#359 |
| 28 | + <https://github.com/openwisp/openwisp-notifications/issues/359>`_. |
| 29 | +- Dropped dependency on ``django-notifications`` `#353 |
| 30 | + <https://github.com/openwisp/openwisp-notifications/issues/353>`_. |
| 31 | +- Removed deprecated code for updating superuser notification settings |
| 32 | + `#283 <https://github.com/openwisp/openwisp-notifications/issues/283>`_. |
| 33 | + |
| 34 | +Dependencies |
| 35 | +++++++++++++ |
| 36 | + |
| 37 | +- Bumped ``openwisp-users~=1.2.0``. |
| 38 | +- Bumped ``openwisp-utils~=1.2.0``. |
| 39 | +- Bumped ``markdown~=3.9``. |
| 40 | +- Added support for Django ``5.x``. |
| 41 | +- Added support for Python ``3.11``, ``3.12``, and ``3.13``. |
| 42 | +- Dropped support for Django ``3.2`` and ``4.1``. |
| 43 | +- Dropped support for Python ``3.8``. |
| 44 | + |
| 45 | +Bugfixes |
| 46 | +~~~~~~~~ |
| 47 | + |
| 48 | +- Prevented notification toast from appearing while leaving a page `#264 |
| 49 | + <https://github.com/openwisp/openwisp-notifications/issues/264>`_. |
| 50 | +- Ensured notification widget closes only on user-initiated clicks. |
| 51 | +- Fixed notification widget loading on non-admin pages `#271 |
| 52 | + <https://github.com/openwisp/openwisp-notifications/issues/271>`_. |
| 53 | +- Allowed overriding ``openwisp_users`` app label in tests. |
| 54 | +- Hid notification preferences for disabled organizations `#366 |
| 55 | + <https://github.com/openwisp/openwisp-notifications/issues/366>`_. |
| 56 | +- Fixed JavaScript logic for creating notification toasts. |
| 57 | +- Fixed issue with notification widget removing URL fragments. |
8 | 58 |
|
9 | 59 | Version 1.1.1 [2025-01-31] |
10 | 60 | -------------------------- |
|
0 commit comments