Icongenie Versions Save

CLI tool to generate all the icons and splashscreens for your Quasar Apps

v1.1.3

4 years ago

Fixes

  • fix(minifier): match modern imagemin signature
  • fix(capacitor): Update to latest capacitor specs #100

v1.1.2

4 years ago

Fix: UnhandledPromiseRejectionWarning: TypeError: execa.shellSync is not a function #95

v1.1.1

4 years ago
  • fix(Capacitor): 512px iOS icon name

v1.1.0

4 years ago

Added Capacitor support. Will fully get enabled when "@quasar/app" v1.2.0 is released.

v1.0.2

4 years ago
  • maintenance release
  • removed Proton support

v1.0.1

4 years ago

This release fixes several issues with favicon and icns generation being glitchy on some OS's - and adds a super top-secret mode called proton.

First Time Users (within your quasar project):

$ quasar ext add @quasar/icon-genie

If you are updating, a simple yarn add --dev @quasar/quasar-app-extension-icon-genie would work, or just run

$ quasar upgrade -i

v1.0.0

4 years ago

This is not only a rebranding to "Icon Genie", but also the first stable release of what was formerly known as the Icon Factory.

Enjoy!

v1.0.0-rc.5

4 years ago

This release fixes broken favicons that seem to happen on some platforms because of a race condition.

v1.0.0-rc.4

4 years ago

This release updates the settings to include all iOS icons for Cordova.

v1.0.0-rc.3

4 years ago

SPA / PWA / SSR images were dropped in the wrong place. This fixes that.