From f8fd047fe85fc935f7f4c2206b494cdc26f6871a Mon Sep 17 00:00:00 2001 From: suyashmahar Date: Thu, 25 May 2017 17:07:32 +0530 Subject: [PATCH] :tada: Version 1.0.0 --- CHANGELOG.md | 8 +++++++- README.md | 14 ++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 934f68c..8c79ac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,19 @@ # Trianglify Releases ## Latest +* [Version 1.0.0](https://bintray.com/suyashmahar/trianglify/trianglify/1.0.0) + | [Google Play](http://bit.ly/trianglify_mdg) +**First stable release of Trianglify** + * Updated documents so that Trianglify can be seamlessly integrated anywhere + * Fixed bugs in demo app + +## Previous * [Version 0.9 beta](https://bintray.com/suyashmahar/trianglify/trianglify/0.9-beta) | [demo apk](https://drive.google.com/open?id=0Bz_2jvdEtUlrWEpxQ2Y2RnJGc1U) * Added custom palette demonstration to demo app * Added method `fillViewCompletely` to check if view is incompletely filled * Fixes many bugs - [#23](https://github.com/sdsmdg/trianglify/issues/23), [#33](https://github.com/sdsmdg/trianglify/issues/33), [#34](https://github.com/sdsmdg/trianglify/issues/34), [#35](https://github.com/sdsmdg/trianglify/issues/35) & [#36](https://github.com/sdsmdg/trianglify/issues/36) -## Previous * [Version 0.8 beta](https://bintray.com/suyashmahar/trianglify/trianglify/0.8-beta) | [demo apk](https://www.dropbox.com/s/cn85g497nkwmx14/trianglify-release-0.8-beta.apk?dl=0) * Generation of triangulation on worker thread to prevent UI freezing [#20](https://github.com/sdsmdg/trianglify/issues/20) diff --git a/README.md b/README.md index 2987f58..2804f58 100644 --- a/README.md +++ b/README.md @@ -18,21 +18,23 @@ +Get it on Google Play + Trianglify is an Android library that helps creates views with beautiful patterns. Trianglify is based on MVP architecture and licensed under MIT license. # How to Apply Include following line in the gradle script of your application to include latest release of Trianglify: ```gradle -compile 'com.sdsmdg.kd:trianglify:0.9-beta' +compile 'com.sdsmdg.kd:trianglify:1.0.0' ``` # Latest Release -* [Version 0.9 beta](https://bintray.com/suyashmahar/trianglify/trianglify/0.9-beta) - | [demo apk](https://drive.google.com/open?id=0Bz_2jvdEtUlrWEpxQ2Y2RnJGc1U) - * Added custom palette demonstration to demo app - * Added method `fillViewCompletely` to check if view is incompletely filled - * Fixes many bugs - [#23](https://github.com/sdsmdg/trianglify/issues/23), [#33](https://github.com/sdsmdg/trianglify/issues/33), [#34](https://github.com/sdsmdg/trianglify/issues/34), [#35](https://github.com/sdsmdg/trianglify/issues/35) & [#36](https://github.com/sdsmdg/trianglify/issues/36) +* [Version 1.0.0](https://bintray.com/suyashmahar/trianglify/trianglify/1.0.0) + | [Google Play](http://bit.ly/trianglify_mdg) +**First stable release of Trianglify** + * Updated documents so that Trianglify can be seamlessly integrated anywhere + * Fixed bugs in demo app For more check complete [change log](/CHANGELOG.md).