From 1cc3bd34b7d0385efa5d23395c5f60f31db23d3b Mon Sep 17 00:00:00 2001 From: faruktoptas Date: Fri, 24 Jul 2020 00:39:38 +0300 Subject: [PATCH] Fix travis build, Update CHANGELOG.md --- .travis.yml | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e4472aa..8068fa1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ android: before_install: - - yes | sdkmanager --licenses + - yes | sdkmanager "platforms;android-29" before_script: - chmod +x gradlew diff --git a/CHANGELOG.md b/CHANGELOG.md index cc4b258..2e19b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Change Log ========== +1.3.1 (24-07-2020) +---------------------------- +* Fix: Wrong focus for scaled views. [#201](https://github.com/faruktoptas/FancyShowCaseView/issues/201) +* Fix: Animations won't "turn" unless parameters match. [#197](https://github.com/faruktoptas/FancyShowCaseView/issues/197) +* New: Add custom typeface support. [#179](https://github.com/faruktoptas/FancyShowCaseView/issues/179) + 1.3.0 (26-01-2020) ---------------------------- * New: Builder parameters move to Properties data class