|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.13.1 (15th April 2023) |
| 4 | + |
| 5 | +- Can now use `flutter_launcher_icons` instead of `flutter_icons` [#478](https://github.com/fluttercommunity/flutter_launcher_icons/pull/478) |
| 6 | +- Can use command `flutter pub run flutter_launcher_icons:generate` to automatically generate config file [#475](https://github.com/fluttercommunity/flutter_launcher_icons/pull/475) |
| 7 | + |
| 8 | + |
| 9 | +## 0.13.0 (7th April 2023) |
| 10 | + |
| 11 | +- Fix remove alpha for iOS [#464](https://github.com/fluttercommunity/flutter_launcher_icons/pull/464) |
| 12 | +- Updating code style [#472](https://github.com/fluttercommunity/flutter_launcher_icons/pull/472) |
| 13 | +- Updated out of bounds dependency [#473](https://github.com/fluttercommunity/flutter_launcher_icons/pull/473) |
| 14 | + |
| 15 | +## 0.12.0 (24th February 2023) |
| 16 | + |
| 17 | +- Updated image package and other packages [#447](https://github.com/fluttercommunity/flutter_launcher_icons/pull/447) |
| 18 | + |
| 19 | +## 0.11.0 (27th September 2022) |
| 20 | + |
| 21 | +- Support for Macos Icons [#407](https://github.com/fluttercommunity/flutter_launcher_icons/pull/407) |
| 22 | +- Cli-improvement [#400](https://github.com/fluttercommunity/flutter_launcher_icons/pull/400) |
| 23 | +- Add `repository` and `issue_tracker` [#411](https://github.com/fluttercommunity/flutter_launcher_icons/pull/411) (thanks to [@patelpathik](https://github.com/patelpathik)) |
| 24 | +- Fix indent in web/manifest.json [#407](https://github.com/fluttercommunity/flutter_launcher_icons/pull/407) |
| 25 | +- Fix the icons 50 and 57 in `contents.json` [#412](https://github.com/fluttercommunity/flutter_launcher_icons/pull/412) (thanks to [@adnanjpg](https://github.com/adnanjpg)) |
| 26 | +- Fix typos [#405](https://github.com/fluttercommunity/flutter_launcher_icons/pull/405) (thanks to [@edwardmp](https://github.com/edwardmp)) |
| 27 | +- Added newline to EOF [#325](https://github.com/fluttercommunity/flutter_launcher_icons/pull/325) (thanks to [@sandersaelmans](https://github.com/sandersaelmans)) |
| 28 | + |
| 29 | +## 0.10.0 (2nd August 2022) |
| 30 | + |
| 31 | +- Support for Web Icons [#374](https://github.com/fluttercommunity/flutter_launcher_icons/pull/374) |
| 32 | +- Support for Windows Icons [#382](https://github.com/fluttercommunity/flutter_launcher_icons/pull/382) |
| 33 | +- Added missing IOS icon sizes [#298](https://github.com/fluttercommunity/flutter_launcher_icons/pull/298) |
| 34 | +- Added `min_sdk_android` option [#392](https://github.com/fluttercommunity/flutter_launcher_icons/pull/392) |
| 35 | +- Added documentation for `remove_alpha_ios` [#392](https://github.com/fluttercommunity/flutter_launcher_icons/pull/392) |
| 36 | +- Fixed issue with loading config from `pubspec.yaml` [#398](https://github.com/fluttercommunity/flutter_launcher_icons/pull/398) (thanks to [@p-mazhnik](https://github.com/p-mazhnik)) |
| 37 | + |
| 38 | +## 0.9.3 (6th June 2022) |
| 39 | + |
| 40 | +- Fixes to make sure it works for Flutter v2.8 (thanks to @RatakondalaArun) |
| 41 | +- Fixed issue with incorrect version being shown |
| 42 | + |
3 | 43 | ## 0.9.2 (22nd August 2021)
|
4 | 44 |
|
5 | 45 | - Fixed issue where success message printed even when exception occured (thanks to @happy-san)
|
6 | 46 |
|
7 |
| - |
8 | 47 | ## 0.9.1 (25th July 2021)
|
9 | 48 |
|
10 | 49 | - Upgrade args dependency to ^2.1.1 (thanks to @PiN73 and @comlaterra)
|
|
40 | 79 | - Lot of refactoring and improving code quality (thanks to @connectety)
|
41 | 80 | - Added correct App Store icon settings (thanks to @richgoldmd)
|
42 | 81 |
|
43 |
| - |
44 | 82 | ## 0.7.2 (25th May 2019)
|
45 | 83 |
|
46 | 84 | - Reverted back using old interpolation method
|
47 | 85 |
|
48 |
| - |
49 | 86 | ## 0.7.1 (24th May 2019)
|
50 | 87 |
|
51 | 88 | - Fixed issue with image dependency not working on latest version of Flutter (thanks to @sboutet06)
|
|
55 | 92 |
|
56 | 93 | ## 0.7.0 (22nd November 2018)
|
57 | 94 |
|
58 |
| - - Now ensuring that the Android file name is valid - An error will be thrown if it doesn't meet the criteria |
59 |
| - - Fixed issue where there was a git diff when there was no change |
60 |
| - - Fixed issue where iOS icon would be generated when it shouldn't be |
61 |
| - - Added support for drawables to be used for adaptive icon backgrounds |
62 |
| - - 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) |
| 95 | +- Now ensuring that the Android file name is valid - An error will be thrown if it doesn't meet the criteria |
| 96 | +- Fixed issue where there was a git diff when there was no change |
| 97 | +- Fixed issue where iOS icon would be generated when it shouldn't be |
| 98 | +- Added support for drawables to be used for adaptive icon backgrounds |
| 99 | +- 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) |
63 | 100 |
|
64 | 101 | ## 0.6.1 (26th August 2018)
|
65 | 102 |
|
|
82 | 119 |
|
83 | 120 | - [Android] Support for adaptive icons added (Suggestion #23)
|
84 | 121 |
|
85 |
| - |
86 | 122 | ## 0.4.0 (9th June 2018)
|
87 | 123 |
|
88 | 124 | - Now possible to generate icons for each platform with different image paths (one for iOS icon and a separate one for Android)
|
89 | 125 |
|
90 |
| - |
91 | 126 | ## 0.3.3 (28th May 2018)
|
92 | 127 |
|
93 | 128 | - Upgraded dart image package dependency to 2.0.0 (issue #26)
|
94 | 129 |
|
95 |
| - |
96 | 130 | ## 0.3.2 (2nd May 2018)
|
97 | 131 |
|
98 | 132 | - Bug fixing
|
99 | 133 |
|
100 |
| - |
101 | 134 | ## 0.3.1 (1st May 2018)
|
102 | 135 |
|
103 | 136 | - Bug fixing
|
104 | 137 |
|
105 |
| - |
106 | 138 | ## 0.3.0 (1st May 2018)
|
107 | 139 |
|
108 | 140 | - Fixed issue where icons produced weren't the correct size (Due to images not with a 1:1 aspect r ation)
|
|
116 | 148 | - Fixed iOS default icon name (Thanks to PR #15 - Thank you!)
|
117 | 149 | - Fixed issue #10 where creation of the icons was failing due to the target folder not existing
|
118 | 150 |
|
119 |
| - |
120 | 151 | ## 0.2.0 (18th January 2018)
|
121 | 152 |
|
122 | 153 | - Ability to create new launcher icons without replacing the old ones added (#6)
|
|
0 commit comments