You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main: prevent unnecessary newlines on index HTML file (a40d016), closes #434
meta: fix wrong file types of icons' html (a6d2c58), closes #495
Features
file: add maskable keyword to the manifest icons' file name (47a09c6), closes #679
main: use either 'maskable' or 'any' as a purpose (4bdce80), closes #679
BREAKING CHANGES
file: The file name template of the manifest icons is updated.
main: The newlines created when re-saving meta tag changes on the same index HTML file
will be removed. The prettier step to re-format after library execution is now optional and nice to
have.
main: Instead of setting 'maskable any' as a purpose, the library will be setting
'maskable' value only when provided the maskable option.