Skip to content

Commit

Permalink
Update CHANGELOG.md and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igreenwood committed Apr 12, 2016
1 parent 06d90cc commit cde1371
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 150 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
Change Log
=========
## Version 1.1.0
* Support large size image(load/crop)
* Improve rotation algorithm
* Drop support for SDK level 9
* Add CropMode 'CIRCLE_SQUARE'
* Remove getRectBitmap() (Use 'CIRCLE_SQUARE' mode instead)
* Shorten CropMode name(ex. RATIO_FIT_IMAGE -> FIT_IMAGE)
* Add prefix to attrs(ex. cropMode -> scv_crop_mode)
* Add animation
* Support maximum output size
* Support fixed output size(width/height)
* Add debug display

## Version 1.0.16
* Fixed bug x + width must be <= bitmap.width() (#40)

Expand Down
Loading

0 comments on commit cde1371

Please sign in to comment.