Skip to content

Latest commit

 

History

History
81 lines (40 loc) · 4.54 KB

CHANGELOG.md

File metadata and controls

81 lines (40 loc) · 4.54 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.1.7 (2019-08-30)

Bug Fixes

  • file.js, pwa.js, package.json: fix Windows backslash paths being added to icon and html content (24fef99), closes #36

1.1.6 (2019-08-29)

Bug Fixes

  • cli: add icon code output for ios icons (c768fb6), closes #26
  • puppets: increased timeout for generating images (3191560), closes #28

1.1.5 (2019-08-22)

Bug Fixes

  • cli: calculated relative path of generated content to the reference output file (b76e9d2), closes #21
  • cli: use relative path when output is not provided (ec991ec), closes #20

1.1.4 (2019-08-19)

Bug Fixes

  • cli: fixed wrong url on help text (6cc6e22), closes #11
  • fixed iPad 12.9" specs being stripped out and added orientation key to the media queries (59a891a), closes #18
  • puppets: fixed the check where scraping result is evaluated (b584be0)

1.1.3 (2019-08-18)

Bug Fixes

  • cli: fixed wrong url on help text (03775bf), closes #11

1.1.2 (2019-08-16)

Bug Fixes

  • readme: fixed wrong link on examples (35152f3)

1.1.1 (2019-08-16)

Bug Fixes

  • readme: fixed broken link on readme (5d6e0b4)

1.1.0 (2019-08-15)

Features

  • cli: added --portrait-only and --landscape-only flags (1fb1ecb), closes #4
  • cli: added --splash-only and --icon-only flags (20f39e0), closes #3
  • cli: added --type and --quality flags (c0c1565), closes #2
  • cli: create output folder if it doesn't exist (4eebf34), closes #9

1.0.2 (2019-08-14)

Bug Fixes

  • npm: ignored static files to keep the tarball clean (6de2a39)

1.0.1 (2019-08-14)

Bug Fixes

  • cli: fixed the issue when output is not provided (b7102e7), closes #1