Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Releases: quasarframework/icongenie

v1.0.0-rc.2 - Copy to correct target.

27 May 18:43
Compare
Choose a tag to compare

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 - The biggest one before the real one!!!

13 May 13:08
Compare
Choose a tag to compare

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 - Docs and Quant

12 May 14:34
Compare
Choose a tag to compare

Update docs and restore pnqquant as an option

v1.0.0-beta.29 - Hash Fix

12 May 12:38
Compare
Choose a tag to compare

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

v1.0.0-beta.28 - Goodbye PNGOUT

12 May 11:45
Compare
Choose a tag to compare

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

v1.0.0-beta.27 - All Beta Things Come to an End

11 May 23:33
Compare
Choose a tag to compare

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 - Sharper than Sharp!

11 May 13:32
Compare
Choose a tag to compare

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 - Where're the Cordova Android Icons

11 May 11:47
Compare
Choose a tag to compare

v1.0.0-beta.23 - Closing in on RC

10 May 11:20
Compare
Choose a tag to compare

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- We're making (animated) progress!

09 May 20:12
Compare
Choose a tag to compare

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!