diff --git a/README.md b/README.md index d35daff..dbe8bb4 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/change-logs.md b/docs/change-logs.md index 3756f85..ffe32b6 100644 --- a/docs/change-logs.md +++ b/docs/change-logs.md @@ -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 diff --git a/docs/installation.md b/docs/installation.md index df75f66..5eea789 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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.