Skip to content

Commit

Permalink
Update doc for 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shzlw committed Jul 14, 2019
1 parent e4a176f commit 15f3281
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ java -jar poli-0.8.1.jar
Docker

```sh
docker run -d -p 6688:6688 --name poli zhonglu/poli:0.8.0
docker run -d -p 6688:6688 --name poli zhonglu/poli:0.8.1
```

Check [installation guide](https://shzlw.github.io/poli/#/installation) for more details.
Expand Down
11 changes: 11 additions & 0 deletions docs/change-logs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Logs

## v0.8.1

### Bug Fixes
- Fix an issue that the sub type selection doesn't work after the i18n is changed to another language other than en.
- Fix an issue that the auth filter may throw an NPE.

### Improvements

* Allow Image to display in full scale.
* Add a new flag "Show All Axis Labels" for charts that support axis label to force the chart to display all labels.

## v0.8.0

### New Features
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
1. Pull and run the Poli image.

```bash
docker run -d -p 6688:6688 --name poli zhonglu/poli:0.8.0
docker run -d -p 6688:6688 --name poli zhonglu/poli:0.8.1
```
2. Add JDBC drivers.

Expand Down

0 comments on commit 15f3281

Please sign in to comment.