Skip to content

Commit

Permalink
Version: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AmosHuKe committed Dec 21, 2023
1 parent fd2e155 commit b5d62c8
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 91 deletions.
57 changes: 34 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,35 @@
# Changelog

## 1.0.1

### New features

- Add `<!-- md:PubDashboard-total start --><!-- md:PubDashboard-total end -->`.
- Improved match multiple keywords.

## 1.0.0

### New features

- Add `github_token`, `github_repo`, `commit_message`, `committer_username`, `committer_email`

## 0.1.0

### New features

- Add `publisher_list`

## 0.0.1

# Changelog

## 1.0.2

### New features

- Show platform information.
- Added a new sort field - `pubLikes`, which will sort the likes of pub.

### Improvements

- Improve version display format.

## 1.0.1

### New features

- Add `<!-- md:PubDashboard-total start --><!-- md:PubDashboard-total end -->`.
- Improved match multiple keywords.

## 1.0.0

### New features

- Add `github_token`, `github_repo`, `commit_message`, `committer_username`, `committer_email`

## 0.1.0

### New features

- Add `publisher_list`

## 0.0.1

- Initial
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
| filename | README.md | - | Markdown file <br/> e.g. "README.md" "test/test.md" |
| publisher_list | - | - | Publisher name (`,` split) <br/> e.g. "aa,bb,cc" |
| package_list | - | - | Package name (`,` split) <br/> e.g. "aa,bb,cc" |
| sort_field | name | name, published | Sort field |
| sort_field | name | name, published, pubLikes | Sort field |
| sort_mode | asc | asc, desc | Sort mode |

## Tips 💡
Expand Down
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ inputs:
description: 'e.g flutter_tilt,bb,cc'
required: false
sort_field:
description: 'name | published'
description: 'name | published | pubLikes'
required: false
default: name
sort_mode:
Expand Down
Loading

0 comments on commit b5d62c8

Please sign in to comment.