|
53 | 53 | - Lot of refactoring and improving code quality (thanks to @connectety) |
54 | 54 | - Added correct App Store icon settings (thanks to @richgoldmd) |
55 | 55 |
|
56 | | - |
57 | 56 | ## 0.7.2 (25th May 2019) |
58 | 57 |
|
59 | 58 | - Reverted back using old interpolation method |
60 | 59 |
|
61 | | - |
62 | 60 | ## 0.7.1 (24th May 2019) |
63 | 61 |
|
64 | 62 | - Fixed issue with image dependency not working on latest version of Flutter (thanks to @sboutet06) |
|
68 | 66 |
|
69 | 67 | ## 0.7.0 (22nd November 2018) |
70 | 68 |
|
71 | | - - Now ensuring that the Android file name is valid - An error will be thrown if it doesn't meet the criteria |
72 | | - - Fixed issue where there was a git diff when there was no change |
73 | | - - Fixed issue where iOS icon would be generated when it shouldn't be |
74 | | - - Added support for drawables to be used for adaptive icon backgrounds |
75 | | - - Added support for Flutter Launcher Icons to be able to run with it's own config file (no longer necessary to add to pubspec.yaml) |
| 69 | +- Now ensuring that the Android file name is valid - An error will be thrown if it doesn't meet the criteria |
| 70 | +- Fixed issue where there was a git diff when there was no change |
| 71 | +- Fixed issue where iOS icon would be generated when it shouldn't be |
| 72 | +- Added support for drawables to be used for adaptive icon backgrounds |
| 73 | +- Added support for Flutter Launcher Icons to be able to run with it's own config file (no longer necessary to add to pubspec.yaml) |
76 | 74 |
|
77 | 75 | ## 0.6.1 (26th August 2018) |
78 | 76 |
|
|
95 | 93 |
|
96 | 94 | - [Android] Support for adaptive icons added (Suggestion #23) |
97 | 95 |
|
98 | | - |
99 | 96 | ## 0.4.0 (9th June 2018) |
100 | 97 |
|
101 | 98 | - Now possible to generate icons for each platform with different image paths (one for iOS icon and a separate one for Android) |
102 | 99 |
|
103 | | - |
104 | 100 | ## 0.3.3 (28th May 2018) |
105 | 101 |
|
106 | 102 | - Upgraded dart image package dependency to 2.0.0 (issue #26) |
107 | 103 |
|
108 | | - |
109 | 104 | ## 0.3.2 (2nd May 2018) |
110 | 105 |
|
111 | 106 | - Bug fixing |
112 | 107 |
|
113 | | - |
114 | 108 | ## 0.3.1 (1st May 2018) |
115 | 109 |
|
116 | 110 | - Bug fixing |
117 | 111 |
|
118 | | - |
119 | 112 | ## 0.3.0 (1st May 2018) |
120 | 113 |
|
121 | 114 | - Fixed issue where icons produced weren't the correct size (Due to images not with a 1:1 aspect r ation) |
|
129 | 122 | - Fixed iOS default icon name (Thanks to PR #15 - Thank you!) |
130 | 123 | - Fixed issue #10 where creation of the icons was failing due to the target folder not existing |
131 | 124 |
|
132 | | - |
133 | 125 | ## 0.2.0 (18th January 2018) |
134 | 126 |
|
135 | 127 | - Ability to create new launcher icons without replacing the old ones added (#6) |
|
0 commit comments