Skip to content

Commit c8dc48b

Browse files
chore: fix markdown lint warnings
1 parent 0de58aa commit c8dc48b

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,10 @@
5353
- Lot of refactoring and improving code quality (thanks to @connectety)
5454
- Added correct App Store icon settings (thanks to @richgoldmd)
5555

56-
5756
## 0.7.2 (25th May 2019)
5857

5958
- Reverted back using old interpolation method
6059

61-
6260
## 0.7.1 (24th May 2019)
6361

6462
- Fixed issue with image dependency not working on latest version of Flutter (thanks to @sboutet06)
@@ -68,11 +66,11 @@
6866

6967
## 0.7.0 (22nd November 2018)
7068

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)
7674

7775
## 0.6.1 (26th August 2018)
7876

@@ -95,27 +93,22 @@
9593

9694
- [Android] Support for adaptive icons added (Suggestion #23)
9795

98-
9996
## 0.4.0 (9th June 2018)
10097

10198
- Now possible to generate icons for each platform with different image paths (one for iOS icon and a separate one for Android)
10299

103-
104100
## 0.3.3 (28th May 2018)
105101

106102
- Upgraded dart image package dependency to 2.0.0 (issue #26)
107103

108-
109104
## 0.3.2 (2nd May 2018)
110105

111106
- Bug fixing
112107

113-
114108
## 0.3.1 (1st May 2018)
115109

116110
- Bug fixing
117111

118-
119112
## 0.3.0 (1st May 2018)
120113

121114
- Fixed issue where icons produced weren't the correct size (Due to images not with a 1:1 aspect r ation)
@@ -129,7 +122,6 @@
129122
- Fixed iOS default icon name (Thanks to PR #15 - Thank you!)
130123
- Fixed issue #10 where creation of the icons was failing due to the target folder not existing
131124

132-
133125
## 0.2.0 (18th January 2018)
134126

135127
- Ability to create new launcher icons without replacing the old ones added (#6)

0 commit comments

Comments
 (0)