Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generation of ms icons #309

Closed
Alessandroinfo opened this issue Jun 9, 2020 · 2 comments · Fixed by #463
Closed

Generation of ms icons #309

Alessandroinfo opened this issue Jun 9, 2020 · 2 comments · Fixed by #463
Assignees
Labels
feature request New feature or request released

Comments

@Alessandroinfo
Copy link

It's possible to generate also ms icons?

Like these:

<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
Windows 8.1 tile pictures

<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-square70x70logo" content="/images/favicons/msapplication-tiny.png">
<meta name="msapplication-square150x150logo" content="/images/favicons/msapplication-square.png">
<meta name="msapplication-wide310x150logo" content="/images/favicons/msapplication-wide.png">
<meta name="msapplication-square310x310logo" content="/images/favicons/msapplication-large.png">
@Alessandroinfo Alessandroinfo added the feature request New feature or request label Jun 9, 2020
@onderceylan
Copy link
Collaborator

Hi @Alessandroinfo, thanks for the feature request! I will look into it asap.

@onderceylan onderceylan self-assigned this Nov 30, 2020
onderceylan added a commit that referenced this issue Nov 30, 2020
Add mstile icon generation for Windows platform, targeting web apps pinned to the system.

fix #309 fix #389
onderceylan added a commit that referenced this issue Nov 30, 2020
Add mstile icon generation for Windows platform, targeting web apps pinned to the system.

fix #309 fix #389
onderceylan pushed a commit that referenced this issue Nov 30, 2020
# [4.0.0](v3.2.3...v4.0.0) (2020-11-30)

### Bug Fixes

* **main:** add --no-sandbox option to optionally disable sandboxing on linux ([79444d2](79444d2))

### Features

* **main:** add iPhone 12 specs to fallback data ([e1f8a27](e1f8a27)), closes [#454](#454)
* **main:** add optional windows mstile icon generation ([91ae0a9](91ae0a9)), closes [#309](#309) [#389](#389)
* **main:** reduce apple icons to a single file size ([c8f1321](c8f1321)), closes [#433](#433)

### BREAKING CHANGES

* **main:** Generated Apple touch icons is reduced to one icon. The icon file type is set to
PNG as default type, rather than a JPEG type.
@onderceylan
Copy link
Collaborator

🎉 This issue has been resolved in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request released
Projects
None yet
2 participants