Skip to content

Commit da5e758

Browse files
pandafynemesifier
authored andcommitted
1.2.0 release
Signed-off-by: Gagan Deep <[email protected]>
1 parent efd3a7c commit da5e758

File tree

2 files changed

+53
-3
lines changed

2 files changed

+53
-3
lines changed

CHANGES.rst

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,60 @@
11
Changelog
22
=========
33

4-
Version 1.2.0 [Unreleased]
4+
Version 1.2.0 [2025-10-23]
55
--------------------------
66

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.
858

959
Version 1.1.1 [2025-01-31]
1060
--------------------------

openwisp_notifications/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 2, 0, "alpha")
1+
VERSION = (1, 2, 0, "final")
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)