Skip to content

1.2.0 [2025-10-23]

Latest

Choose a tag to compare

@pandafy pandafy released this 23 Oct 19:19
· 2 commits to master since this release
1.2.0

Features

Changes

Other changes

  • Improved UI of email notifications.
  • Disallowed changing preferences for generic\_message notification type #359.
  • Dropped dependency on django-notifications #353.
  • Removed deprecated code for updating superuser notification settings #283.

Dependencies

  • Bumped openwisp-users~=1.2.0.
  • Bumped openwisp-utils~=1.2.0.
  • Bumped markdown~=3.9.
  • Added support for Django 5.x.
  • Added support for Python 3.11, 3.12, and 3.13.
  • Dropped support for Django 3.2 and 4.1.
  • Dropped support for Python 3.8.

Bugfixes

  • Prevented notification toast from appearing while leaving a page #264.
  • Ensured notification widget closes only on user-initiated clicks.
  • Fixed notification widget loading on non-admin pages #271.
  • Allowed overriding openwisp\_users app label in tests.
  • Hid notification preferences for disabled organizations #366.
  • Fixed JavaScript logic for creating notification toasts.
  • Fixed issue with notification widget removing URL fragments.