From c8dc48bcb600a579cb4611dd56ef3596db5362c4 Mon Sep 17 00:00:00 2001 From: Ratakondala Arun Date: Thu, 4 Aug 2022 20:58:17 +0530 Subject: [PATCH] chore: fix markdown lint warnings --- CHANGELOG.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8964b55cf..74adb7b04e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,12 +53,10 @@ - Lot of refactoring and improving code quality (thanks to @connectety) - Added correct App Store icon settings (thanks to @richgoldmd) - ## 0.7.2 (25th May 2019) - Reverted back using old interpolation method - ## 0.7.1 (24th May 2019) - Fixed issue with image dependency not working on latest version of Flutter (thanks to @sboutet06) @@ -68,11 +66,11 @@ ## 0.7.0 (22nd November 2018) - - Now ensuring that the Android file name is valid - An error will be thrown if it doesn't meet the criteria - - Fixed issue where there was a git diff when there was no change - - Fixed issue where iOS icon would be generated when it shouldn't be - - Added support for drawables to be used for adaptive icon backgrounds - - 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) +- Now ensuring that the Android file name is valid - An error will be thrown if it doesn't meet the criteria +- Fixed issue where there was a git diff when there was no change +- Fixed issue where iOS icon would be generated when it shouldn't be +- Added support for drawables to be used for adaptive icon backgrounds +- 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) ## 0.6.1 (26th August 2018) @@ -95,27 +93,22 @@ - [Android] Support for adaptive icons added (Suggestion #23) - ## 0.4.0 (9th June 2018) - Now possible to generate icons for each platform with different image paths (one for iOS icon and a separate one for Android) - ## 0.3.3 (28th May 2018) - Upgraded dart image package dependency to 2.0.0 (issue #26) - ## 0.3.2 (2nd May 2018) - Bug fixing - ## 0.3.1 (1st May 2018) - Bug fixing - ## 0.3.0 (1st May 2018) - 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 @@ - Fixed iOS default icon name (Thanks to PR #15 - Thank you!) - Fixed issue #10 where creation of the icons was failing due to the target folder not existing - ## 0.2.0 (18th January 2018) - Ability to create new launcher icons without replacing the old ones added (#6)