From 7f317390e367a6f4be31a5b04550e9447f72d14e Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 12 Aug 2018 19:18:34 +0200 Subject: [PATCH] Added v0.2.0 to changelog --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49db70ab..ed8c3c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # CHANGELOG +## 0.2.0 - 2018-08-12 + +#### Added + +* [#12](https://github.com/shlinkio/shlink-web-client/issues/12) Improved code coverage +* [#20](https://github.com/shlinkio/shlink-web-client/issues/20) Added servers list in welcome page, as well as added link to create one when none exist. + +#### Changed + +* [#11](https://github.com/shlinkio/shlink-web-client/issues/11) Improved app icons fro progressive web apps. + +#### Deprecated + +* *Nothing* + +#### Removed + +* *Nothing* + +#### Fixed + +* [#19](https://github.com/shlinkio/shlink-web-client/issues/19) Added workaround in tags input so that it is possible to add tags on Android devices. +* [#17](https://github.com/shlinkio/shlink-web-client/issues/17) Fixed short URLs list not being sortable in mobile resolutions. +* [#13](https://github.com/shlinkio/shlink-web-client/issues/13) Improved visits page on mobile resolutions. + + ## 0.1.1 - 2018-08-06 #### Added