Added the splash screen for iOS and Meta tags to Android and Win8

This commit is contained in:
Embrace
2019-01-23 12:01:00 -02:00
parent d86732bb9a
commit 053afe1bc0
19 changed files with 161 additions and 28 deletions

View File

@@ -6,14 +6,16 @@
## 1.0.0
### Added
- Unit tests
- Add Oritentation on manifest.json
- Add tox
- Add Coverage
- Option `Oritentation` on manifest.json
- tox.ini
- Coverage
## 1.0.1
### Added
- Add django 2 requirement
- Use templateviews instead of own implementations
- Add content_types
@@ -22,5 +24,22 @@
- Add default_config in `__init__.py`
- Add basic serviceworker
- Add default offline page and default icons
### Changed
- Updated the unit tests
## 1.0.2
### Fixed
- Fix tox.ini to install pypandoc
### Added
- 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` and `msapplication-TileImage` for win8
- Meta tag `rel="icon"` with default icon
- Images for splash screen
- Include the new images to `serviceworker.js`
### Changed
- Update `CHANGELOG.md`
- Update `README.md`