Skip to content

Releases: revolter/fastlane-plugin-icon_versioning

v1.4.0

09 Jun 09:50
Compare
Choose a tag to compare

Added

  • Added additional parameter to customize the generated appiconset suffix (#9)

v1.3.1

09 Jun 09:50
Compare
Choose a tag to compare

Changed

  • Allowed the mini_magick gem to be updated to a newer version (144b257)

v1.3.0

18 Jun 20:18
Compare
Choose a tag to compare

Added

  • Added text color config item (#7)

The text color is white by default. If this value is not what you want, set it to a custom one using the :text_color parameter.

v1.2.0

01 Apr 23:56
Compare
Choose a tag to compare

Added

  • Added text margins percentages config item (f1c5594)

Fixed

  • Fixed Contents.json file not being copied to the versioned appiconset directory (4053a2a)

The text margins percentages are 0.06 by default. If this value is not what you want, set it to a custom one or [0] to match the previous versions' output.

v1.1.2

15 Mar 23:59
Compare
Choose a tag to compare

Deprecated

  • Deprecated the icon_versioning action in favor of version_icon (661cc12)

v1.1.1

13 Mar 13:33
Compare
Choose a tag to compare

Fixed

  • Fixed caching ignoring the text (3e3aef8)

v1.1.0

13 Mar 13:15
Compare
Choose a tag to compare

Added

v1.0.0

13 Mar 13:07
Compare
Choose a tag to compare

Added

  • Added initial versioning implementation (b30440b)