Icongenie Versions Save

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

v1.0.0-rc.2

5 years ago

This release removes relative path targets, which would accidentally create eg. a src-cordova folder within src-cordova if the users terminal path was there instead of root. Also fixes for spa and electron.

v1.0.0-rc.1

5 years ago

After over 12 months of development, we're finally here: rc.1.

Upgrading notes

  • Upgrade @quasar/app package to beta.25.
  • Uninstall previous version: $ quasar ext remove @quasar/icon-factory
  • Delete /quasar.icon-factory.json and /.icon-factory/ from the root of your app
  • Reinstall with $ quasar ext add @quasar/icon-factory

Please note: Now all settings are registered in quasar.extensions.json.

Perf, enhancements, fixes

  • Use quasar/app beta.25 persistent config instead of quasar.icon-factory.json
  • Generate tmp folder directly under module instead of bloating the app
  • AE uninstall script no longer necessary (since dropping specific json)
  • Greatly simplify footprint of persistent config
  • Removed unused code & simplified utils
  • README improvements
  • AE index script
    • do not use extendQuasarConf to run the index script
    • perf improvements
    • changing Cordova related config parameters only triggers rebuild for Cordova icons

v1.0.0-beta.30

5 years ago

Update docs and restore pnqquant as an option

v1.0.0-beta.29

5 years ago

This release removes filehashing on install and enables the hashing of the splashscreen file.

v1.0.0-beta.28

5 years ago

We discovered a memory leak in PNGOUT so immediately removed it from the list of available minification strategies.

v1.0.0-beta.27

5 years ago

This is the final beta release, unless critical issues are discovered.

  • hardcoded source file names
  • added 2 new methods for creating cordova splashscreens
  • same image source for dev / build
  • cleanup of install prompts
  • deprecation of svg-duochrome
  • pngout now used only as passthrough (no minification)
  • updated docs

If you've already used the extension before this release, please do the following:

  1. delete the .icon-factory/ and all its components
  2. delete the quasar.icon-factory.json file
  3. run: $ quasar ext remove @quasar/icon-factory
  4. move your icon source-file to app-icon.png in the root of your app
  5. if you want a custom splashscreen, put that file at app-splashscreen.png
  6. run: $ quasar ext add @quasar/icon-factory

v1.0.0-beta.25

5 years ago

This is just a minor release to update the sharp library to 0.22.1 and a change to the "build-always" option.

Go forth and render!

v1.0.0-beta.24

5 years ago

Works with Cordova 9!

v1.0.0-beta.23

5 years ago

Now with hopefully the last changes to get the right files registered in Cordova. Also added uninstall hook to delete the quasar.icon-factory.json file

v1.0.0-beta.21

5 years ago

In response to several people requesting more feedback during the process, this release now shows what is currently being processed (and shows a nifty - albeit silly) ASCII spinner. Fun!