Skip to content

Commit

Permalink
prepare release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsibbold committed Jul 11, 2019
1 parent 24d3e30 commit 92ba655
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
@@ -1,13 +1,19 @@
# Zoomage Change Log

## 1.0.0 (2016-04-01)
- Initial release
## 1.3.0 (2019-07-12)
- Updated to use AndroidX support libs
- Gradle updates
- Fix for zooming and translating not working correctly in most scrollable views

## 1.2.0 (2018-09-13)
- Add new double tap to zoom
- Add convenience method getCurrentScaleFactor
- Fix some minor issues

## 1.1.0 (2017-04-21)
- Remove double-tap zoom functionality
- Added zoomage_ prefix to xml variables to avoid potential conflicts
- Some few minor fixes and cleanup

## 1.2.0 (2018-09-13)
- Add new double tap to zoom
- Fix some minor issues
## 1.0.0 (2016-04-01)
- Initial release
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ repositories {
}
dependencies {
compile 'com.jsibbold:zoomage:1.2.0'
compile 'com.jsibbold:zoomage:1.3.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion zoomage/build.gradle
Expand Up @@ -32,7 +32,7 @@ dependencies {
}

ext {
currentVersion = '1.3.0-SNAPSHOT'
currentVersion = '1.3.0'
mavenGroupId = 'com.jsibbold'
mavenArtifactId = 'zoomage'

Expand Down

0 comments on commit 92ba655

Please sign in to comment.