Skip to content

Latest commit

 

History

History
144 lines (63 loc) · 5.06 KB

CHANGELOG.md

File metadata and controls

144 lines (63 loc) · 5.06 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.13.2 (2020-04-06)

0.13.1 (2019-11-07)

Features

  • Strip metadata from output images (c73f735)

Bug Fixes

  • package: update commander to version 3.0.0 (f8ba45d)
  • package: update rimraf to version 3.0.0 (911ad83)

0.13.0 (2019-07-04)

Features

  • android: improved handling of 'build' folder (07b9715), closes #109

0.12.0 (2019-05-04)

chore

  • Refactor code to take advantage of async/await (326d26f)

BREAKING CHANGES

  • Support for Node 6 deprecated, now minimum Node 8

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.11.1 (2019-04-26)

Bug Fixes

  • security: Update mocha to resolve security vulnerabilities (9bd8dc3)
  • tests: Update regex for node error messages (0939dfe)

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.11.0 (2019-04-25)

Features

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.10.0 (2019-04-22)

Features

  • support for android round icons and ldpi (0f53c3e), closes #71 #82

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.9.0 (2019-04-19)

Features

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.8.1 (2019-02-18)

Bug Fixes

  • search root parameter not respected (94bf332), closes #50

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v0.8.0

v0.6.4

  • Icons are always produced in the same order, fixes #67.

v0.6.2

  • Added support for the new iOS marketing icon sizes, see this, thanks sampsasaarela!

v0.6.1

  • Fixed a bug where the source icon was not being passed properly, thanks SamyPesse!

v0.4.2

  • Fixed bug where the -i flag was being ignored, thanks morcerf!

v0.2.12

  • Added some missing iOS Icon Sizes, thanks robbiet480.

v0.2.11

  • Fixed some goofy scaling bugs, thanks raldred!

v0.2.10

  • Added xxxhdpi support for very high density phones, thanks pabloppp!