Skip to content

Commit

Permalink
Merge pull request #47 from mrrhak/mrrhak
Browse files Browse the repository at this point in the history
Release v2.1.7
  • Loading branch information
mrrhak committed Jan 8, 2024
2 parents 2ff3e49 + 90ee47f commit 2461c8c
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 86 deletions.
Binary file added .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -11,4 +11,5 @@ pubspec.lock
doc/api/

# example/test/
.vscode/
.vscode/
coverage/
29 changes: 3 additions & 26 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 2.1.7
- Update README.md

## 2.1.6
- Add default Android min SDK
- Add CONTRIBUTING.md
Expand All @@ -10,43 +13,35 @@
- Update README.md

## 2.1.4

- Adds pub topics to package metadata
- Updates minimum supported SDK version to Dart 3
- Upgrade dependencies

## 2.1.3

- Fix round icons on android and ability to use without monochrome ([#35](https://github.com/mrrhak/icons_launcher/pull/35))

## 2.1.2

- Fixed android monochrome icon is smaller and blurred ([#32](https://github.com/mrrhak/icons_launcher/pull/32))

## 2.1.1

- Bump Dart SDK lower bound to <4.0.0 to support Dart 3
- Update doc command to use `dart run` instead of `flutter pub run` that deprecated
- Upgrade dependencies

## 2.1.0

- Added new support android material 3 monochrome icons ([#28](https://github.com/mrrhak/icons_launcher/pull/28))
- Upgrade dependencies

## 2.0.7

- Added funding URLs
- Added screenshots
- Upgrade dependencies

## 2.0.6

- Fixed always overwrite `.desktop` file of Linux platform ([#23](https://github.com/mrrhak/icons_launcher/issues/23))
- Update a dependency to the latest release

## 2.0.5

- Flutter 3.3
- Improve pub analytic

Expand All @@ -55,7 +50,6 @@
- Fixed android config validation ([#22](https://github.com/mrrhak/icons_launcher/issues/22))

## 2.0.3

- Fixed missing generate Contents.json for ios and macos ([#20](https://github.com/mrrhak/icons_launcher/issues/20))

## 2.0.2
Expand All @@ -69,7 +63,6 @@
- Improve config validation

## 2.0.0

- Add web custom favicon support
- ## Config breaking changes:

Expand Down Expand Up @@ -103,14 +96,12 @@
```

## 2.0.0-beta.2

- Fixed auto remove image alpha channel for iOS platform to follow AppStore guideline
- Fixed iOS flavor
- Improved pub score
- Improved log

## 2.0.0-beta.1

- Rewrite and improve flavor support
- New flavor script (E.g. `icons_launcher-dev.yaml`)
```sh
Expand Down Expand Up @@ -143,40 +134,32 @@
- `remove_alpha_macos`

## 1.2.1

- Fixed bug windows platform icon list embedded

## 1.2.0

- Improve windows platform to highest quality icon with multiple sizes embedded ([Feature request](https://github.com/mrrhak/icons_launcher/issues/8))

## 1.1.9

- Fixed platform config checking ([#7](https://github.com/mrrhak/icons_launcher/issues/7))
- Update example app

## 1.1.8

- Fixed generate windows launcher icon from linux system ([#5](https://github.com/mrrhak/icons_launcher/issues/5))
- Deprecated `icons_launcher:main`. Use `icons_launcher:create` instead.
- Update README.md

## 1.1.7

- Fixed image preview path

## 1.1.6

- Fixed generate incorrect android xml file when use background color ([#4](https://github.com/mrrhak/icons_launcher/issues/4))
- Fixed create android `ic_launcher.xml` and `ic_launcher_round.xml`
- Update README.md

## 1.1.5

- Fixed issue with pub.dev analysis

## 1.1.4

- Fixed android adaptive icon ([#3](https://github.com/mrrhak/icons_launcher/issues/3))
- Android files are generated to `mipmap` instead of `drawable` follow Android Studio
- New android config `image_adaptive_round`
Expand All @@ -185,28 +168,22 @@
- Update README.md

## 1.1.3

- Fixed linux
- Improve grammar and formatting ([#1](https://github.com/mrrhak/icons_launcher/pull/1))
- Update README.md

## 1.1.2

- Update README.md

## 1.1.1

- Fixed web support
- Replace `'dart:io'` with `universal_io`

## 1.1.0

- Add web support

## 1.0.1

- Provide documentation

## 1.0.0

- Initial version
60 changes: 30 additions & 30 deletions README.md
Expand Up @@ -65,7 +65,7 @@

| Android | iOS | macOS | Web | Linux | Windows |
| :-----: | :-: | :---: | :-: | :---: | :-----: |
|||||||
||| || ||

## Guide

Expand Down Expand Up @@ -133,41 +133,41 @@ Shown below is the full list of attributes which you can specify within your Ico
| `web` | Object | `null` | Use for specific Web platform |
| `linux` | Object | `null` | Use for specific Linux platform |

| Android Option | Type | Default | Description |
| --------------------------- | ------- | ------- | -------------------------------------------------------------------- |
| `enable` | Boolean | `false` | Use for enable Android platform |
| `image_path` | String | `null` | The image file path |
| `adaptive_background_color` | String | `null` | Color for fill out the background of the adaptive icon (_"#ffffff"_) |
| `adaptive_background_image` | String | `null` | Image for fill out the background of the adaptive icon |
| `adaptive_foreground_image` | String | `null` | Image for the icon foreground of the adaptive icon |
| `adaptive_round_image` | String | `null` | Image for the round icon of the adaptive icon (optional) |
| `adaptive_monochrome_image` | String | `null` | Image for the monochrome version of the adaptive icon (optional) |

| iOS Option | Type | Default | Description |
| ------------ | ------- | ------- | --------------------------- |
| `enable` | Boolean | `false` | Use for enable iOS platform |
| `image_path` | String | `null` | The image file path |

| Web Option | Type | Default | Description |
| -------------- | ------- | ------- | --------------------------- |
| `enable` | Boolean | `false` | Use for enable Web platform |
| `image_path` | String | `null` | The image file path |
| `favicon_path` | String | `null` | The image file path |

| macOS Option | Type | Default | Description |
| ------------ | ------- | ------- | ----------------------------- |
| `enable` | Boolean | `false` | Use for enable macOS platform |
| `image_path` | String | `null` | The image file path |
| Android Option | Type | Default | Description |
| --------------------------- | ------- | ------- | ------------------------------------------------------ |
| `enable` | Boolean | `false` | Use for enable Android platform |
| `image_path` | String | `null` | The image file path |
| `adaptive_background_color` | String | `null` | Color for fill out the background of the adaptive icon |
| `adaptive_background_image` | String | `null` | Image for fill out the background of the adaptive icon |
| `adaptive_foreground_image` | String | `null` | Image for the icon foreground of the adaptive icon |
| `adaptive_round_image` | String | `null` | Image for the round icon of the adaptive icon |
| `adaptive_monochrome_image` | String | `null` | Image for the monochrome version of the adaptive icon |

| iOS Option | Type | Default | Description |
| -------------- | ------- | ------- | ------------------------------- |
| `enable` | Boolean | `false` | Use for enable iOS platform |
| `image_path` | String | `null` | The image file path |
| Web Option | Type | Default | Description |
| -------------- | ------- | ------- | ------------------------------- |
| `enable` | Boolean | `false` | Use for enable Web platform |
| `image_path` | String | `null` | The image file path |
| `favicon_path` | String | `null` | The image file path |
| macOS Option | Type | Default | Description |
| -------------- | ------- | ------- | ------------------------------- |
| `enable` | Boolean | `false` | Use for enable macOS platform |
| `image_path` | String | `null` | The image file path |

| Windows Option | Type | Default | Description |
| -------------- | ------- | ------- | ------------------------------- |
| `enable` | Boolean | `false` | Use for enable Windows platform |
| `image_path` | String | `null` | The image file path |

| Linux Option | Type | Default | Description |
| ------------ | ------- | ------- | ----------------------------- |
| `enable` | Boolean | `false` | Use for enable Linux platform |
| `image_path` | String | `null` | The image file path |
| Linux Option | Type | Default | Description |
| -------------- | ------- | ------- | ------------------------------- |
| `enable` | Boolean | `false` | Use for enable Linux platform |
| `image_path` | String | `null` | The image file path |

---

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Expand Up @@ -4,7 +4,7 @@

| Android | iOS | MacOS | Web | Linux | Windows |
| :-----: | :-: | :---: | :-: | :---: | :-----: |
|||||||
|| ||| ||

## Supported Versions

Expand Down
Binary file added assets/.DS_Store
Binary file not shown.
Binary file modified assets/icons_launcher_preview.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons_launcher_profile.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/icons_launcher_profile.webp
Binary file not shown.
25 changes: 0 additions & 25 deletions codecov.yml

This file was deleted.

Empty file added coverage/lcov.info
Empty file.
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pubspec.yaml
Expand Up @@ -4,12 +4,12 @@ maintainer: Mrr Hak
homepage: https://mrrhak.com
repository: https://github.com/mrrhak/icons_launcher/tree/master
issue_tracker: https://github.com/mrrhak/icons_launcher/issues
version: 2.1.6
version: 2.1.7
funding:
- https://ko-fi.com/mrrhak
screenshots:
- description: "Icons Launcher"
path: assets/icons_launcher_profile.webp
path: assets/icons_launcher_profile.png

dependencies:
args: ^2.4.2
Expand Down

0 comments on commit 2461c8c

Please sign in to comment.