django-webpush

Web Push Notification Package for Django

GPL-3.0 License

Downloads
14.3K
Stars
369
Committers
24

Bot releases are visible (Hide)

django-webpush - 0.3.4 Latest Release

Published by safwanrahman almost 3 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
django-webpush - 0.3.3

Published by safwanrahman over 4 years ago

  • Added the detection of the initial state of subscription (#74)
  • Fixing various encoding for pypi publishing
django-webpush - 0.3.2

Published by safwanrahman over 4 years ago

  • Adding django 3.0 compatibility #76
  • Added ability to customize button class #75
django-webpush - 0.3.1

Published by safwanrahman over 5 years ago

django-webpush - 0.3.0

Published by safwanrahman over 5 years ago

django-webpush - 0.2.7

Published by safwanrahman about 6 years ago

  • Add Icons and click action to push notification by @JLucasRS.
django-webpush - 0.2.6

Published by safwanrahman about 6 years ago

  • Add ability to send notification to a single subscription (#47) by @rjuppa
django-webpush - 0.2.5

Published by safwanrahman over 6 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
django-webpush - 0.2.4

Published by safwanrahman over 6 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
django-webpush - 0.2.3

Published by safwanrahman over 6 years ago

  • Adding support for Django 2.0 by @neonwarp
  • TTL documentation fixed by @skorokithakis
  • Save the browser name by @elishowk
django-webpush - Version 0.2.2.2

Published by safwanrahman over 6 years ago

  • Fixed support for Chrome 52+
  • Updated documentation for Chrome
django-webpush - Version 0.2.1

Published by safwanrahman almost 8 years ago

  • Adding Support for django 1.9 and 1.10.
  • Update pywebpush
  • Adding support for Python 3
  • Store the data in html body, not head
django-webpush - Version 0.2.0

Published by safwanrahman over 8 years ago

  • Adding Support For Chrome 50+
  • Update pywebpush version to 0.4.0
  • Documentation Fixes
  • Loop Fixes