Skip to content

Commit

Permalink
Update CHANGELOG.md for 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChangJoo-Park committed Nov 13, 2020
1 parent 6d7eb24 commit 9895d8d
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
## 0.6.0

- [Close app when app stop](https://github.com/ChangJoo-Park/flutter_foreground_service_plugin/pull/17) @cdfq152313

## 0.5.0

* [Add close button](https://github.com/ChangJoo-Park/flutter_foreground_service_plugin/pull/14)
* [Add color option](https://github.com/ChangJoo-Park/flutter_foreground_service_plugin/pull/12)
- [Add close button](https://github.com/ChangJoo-Park/flutter_foreground_service_plugin/pull/14)
- [Add color option](https://github.com/ChangJoo-Park/flutter_foreground_service_plugin/pull/12)

## 0.4.0

* Set Min SDK version from 23
- Set Min SDK version from 23

## 0.3.0

* Support chronometer
* Fix typo for subtext
- Support chronometer
- Fix typo for subtext

## 0.2.2

* Remove useless logs
- Remove useless logs

## 0.2.0

* Can change Notification title and contents when startup
- Can change Notification title and contents when startup

## 0.1.0

* Start Foreground Service (with callback)
* Stop Foreground Service (with callback)
* Using infinite interval on your configurations
- Start Foreground Service (with callback)
- Stop Foreground Service (with callback)
- Using infinite interval on your configurations

0 comments on commit 9895d8d

Please sign in to comment.