Django Webpush Versions Save

Web Push Notification Package for Django

0.3.4

2 years ago
  • Add i18n Support (#89) @rcmurphy
  • [Fix] duplicate SubscriptionInfo matches (#96) @Tyilo
  • [Fix] Memcached don't accept space in key (#102) @dadokkio
  • [Upgrade] Django 4-support (#105) @clearminds @privatgt

0.3.3

3 years ago
  • Added the detection of the initial state of subscription (#74)
  • Fixing various encoding for pypi publishing

0.3.2

4 years ago
  • Adding django 3.0 compatibility #76
  • Added ability to customize button class #75

0.3.1

4 years ago

0.3.0

4 years ago

0.2.7

5 years ago
  • Add Icons and click action to push notification by @JLucasRS.

0.2.6

5 years ago
  • Add ability to send notification to a single subscription (#47) by @rjuppa

0.2.5

5 years ago
  • Serve serviceworker from same domain for proper scope. Fix #38
  • Adding say thanks
  • Fixing a bug in template to use user instead of request.user. Fix #43 by @Mogost

0.2.4

5 years ago
  • Adding support for jinja templating engine
  • Fixing support for django 1.9, 1.10, 1.11, 2.0
  • Dropping support for django 1.8
  • Change webpush template tag to webpush_header template tag
  • Change template webpush.html to webpush_headers.html
  • Updating documentation and removing rst

0.2.3

5 years ago
  • Adding support for Django 2.0 by @neonwarp
  • TTL documentation fixed by @skorokithakis
  • Save the browser name by @elishowk