Skip to content

Commit

Permalink
bump version to 1.6.1 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
markusressel authored Jun 4, 2019
1 parent 1c5b7a0 commit 4ab9ce3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### v1.6.1

- Enhancement: Internal refactoring into smaller components [@natario1][natario1] ([#97][97])
- Enhancement: Added scrollEnabled, oneFingerScrollEnabled, twoFingersScrollEnabled and threeFingersScrollEnabled [@RayyanTahir][RayyanTahir] ([#102][102])
- Fix: fixed invalid use of `setContentRect` in README [@r4zzz4k][r4zzz4k] ([#105][105])

https://github.com/natario1/ZoomLayout/compare/v1.6.0...v1.6.1

### v1.6.0

- Introduces ZoomSurfaceView, a zoomable and pannable Surface container. Please read docs for usage ([#94][94]).
Expand Down Expand Up @@ -28,12 +36,16 @@ https://github.com/natario1/ZoomLayout/compare/v1.5.0...v1.5.1

https://github.com/natario1/ZoomLayout/compare/v1.4.0...v1.5.0

[natario1]: https://github.com/natario1
[markusressel]: https://github.com/markusressel
[nil2l]: https://github.com/nil2l
[LRP-sgravel]: https://github.com/LRP-sgravel
[dmazzoni]: https://github.com/dmazzoni
[asclepix]: https://github.com/asclepix
[Sly112]: https://github.com/Sly112
[RayyanTahir]: https://github.com/RayyanTahir
[r4zzz4k]: https://github.com/r4zzz4k


[38]: https://github.com/natario1/ZoomLayout/pull/38
[70]: https://github.com/natario1/ZoomLayout/pull/70
Expand All @@ -46,4 +58,7 @@ https://github.com/natario1/ZoomLayout/compare/v1.4.0...v1.5.0
[85]: https://github.com/natario1/ZoomLayout/pull/85
[90]: https://github.com/natario1/ZoomLayout/pull/90
[92]: https://github.com/natario1/ZoomLayout/pull/92
[94]: https://github.com/natario1/ZoomLayout/pull/94
[94]: https://github.com/natario1/ZoomLayout/pull/94
[97]: https://github.com/natario1/ZoomLayout/pull/97
[102]: https://github.com/natario1/ZoomLayout/pull/102
[105]: https://github.com/natario1/ZoomLayout/pull/105
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Flexible utilities to control and animate zoom and translation of Views and much
programmatically or through touch events.

```groovy
implementation 'com.otaliastudios:zoomlayout:1.6.0'
implementation 'com.otaliastudios:zoomlayout:1.6.1'
```

<p>
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

ext {
libVersion = '1.6.0'
libVersion = '1.6.1'
libGroup = 'com.otaliastudios'
libName = 'ZoomLayout'
libDescription = 'A View container that supports zooming and panning of View hierarchies, images and more.'
Expand Down

0 comments on commit 4ab9ce3

Please sign in to comment.