Skip to content

Commit 2e63d5f

Browse files
committed
v0.8.0 released.
1 parent b7a4cce commit 2e63d5f

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Build.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use Module::Build;
44

55
my $build = Module::Build->new(
66
module_name => 'ngx_small_light',
7-
dist_version => '0.7.3',
7+
dist_version => '0.8.0',
88
dist_author => "Tatsuhiko Kubo",
99
dist_abstract => "nginx module for dynamic thumbnail",
1010
build_requires => {

ChangeLog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2016-07-11 Tatsuhiko Kubo <[email protected]>
2+
3+
* imagemagick, imlib2, gd: cropped the center of image when only `cw` and `ch` are given.
4+
5+
* imagemagick: adjusted image offset automatically. fixes #44
6+
7+
* bugfix, gd: fixed parameter validations for `sharpen`.
8+
9+
* bugfix, imlib2: fixed parameter validations for `sharpen` and `blur`.
10+
11+
* bugfix: fixed strange size and offset calculation behavior. refs #46
12+
13+
* 0.8.0 released
14+
115
2016-05-20 Tatsuhiko Kubo <[email protected]>
216

317
* bugfix: small_light_pattern_define didn't work when small_light_getparam_mode is enabled. It has appeared in v0.7.1.

0 commit comments

Comments
 (0)