Skip to content

Commit

Permalink
Merge pull request #5 from LucasXu0/update_readme
Browse files Browse the repository at this point in the history
chore: update README and release note
  • Loading branch information
LucasXu0 authored Mar 9, 2023
2 parents 682e3dc + f9d761a commit 19484a6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: AppFlowyEditor test

on:
push:
branches:
- "main"
- "release/*"

pull_request:
branches:
- "main"
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## 0.1.1
* Support Flutter 3.7.5
* Relicense Appflowy Editor by @hyj1024.
* Improve the toolbar user-experience by @LucasXu0.
* Improve the test code coverage by @GouravShDev.

## 0.1.0
* Support Flutter 3.7.5
* Support Flutter 3.7.5.

## 0.0.9
* Support customize the text color and text background color.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ and the Flutter guide for
</p>

<p align="center">
<a href="https://codecov.io/gh/AppFlowy-IO/AppFlowy" >
<img src="https://codecov.io/gh/AppFlowy-IO/AppFlowy/branch/main/graph/badge.svg?token=YTFKUF70B6"/>
<a href="https://codecov.io/github/AppFlowy-IO/appflowy-editor" >
<img src="https://codecov.io/github/AppFlowy-IO/appflowy-editor/branch/main/graph/badge.svg?token=BXTGUXTWRU"/>
</a>
</p>

Expand Down

0 comments on commit 19484a6

Please sign in to comment.