- Initial release
- Unit tests
- Option
Oritentation
on manifest.json - tox.ini
- Coverage
- Add django 2 requirement
- Use templateviews instead of own implementations
- Add content_types
- Update
README.md
- Add
PWA_APP_FETCH_URL
- Add default_config in
__init__.py
- Add basic serviceworker
- Add default offline page and default icons
- Updated the unit tests
- Fix tox.ini to install pypandoc
- The support to splash screen for iOS Meta tags
apple-touch-startup-image
- Meta tag
mobile-web-app-capable
- Meta tag
application-name
- Meta tag
msapplication-TileColor
andmsapplication-TileImage
for win8 - Meta tag
rel="icon"
with default icon - Images for splash screen
- Include the new images to
serviceworker.js
- Update
CHANGELOG.md
- Update
README.md
- Restored support to oldest Django versions
- Fix problem of multiple service workers being registered over multiple URLs
- Updated manifest.json by adding scope parameter.
- Updated serviceworker.js add scope dynamic parameter
- Fix PWA if app is not mounted in root of webserver
- Allow use of view names in PWA_APP_SCOPE, PWA_START_URL, PWA_APP_FETCH_URL and PWA_APP_ROOT
- Support for Django 4.0+
- Drop support for Django 1.8
- Support for Django 5.0
- Support for Python 3.12
- Minimum django version is now 3.2
- Minimum Python version is now 3.8