Skip to content

Latest commit

 

History

History
122 lines (43 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

122 lines (43 loc) · 2.68 KB

(2019-08-11)

Features

  • watermark: move watermark param to config (bbee209)

0.6.0 (2019-06-04)

Bug Fixes

  • src: fix image page after crop (664a3ba)

Code Refactoring

  • config: change KIMG_HTTPD_HOST to KIMG_HTTPD_URL (3546341)

BREAKING CHANGES

  • config: KIMG_HTTPD_HOST changed to KIMG_HTTPD_URL

0.5.0 (2019-05-21)

Features

  • lang: add en-US, zh-CN language (cccfe31)

0.4.3 (2019-05-14)

Bug Fixes

  • watermark: fix watermark operator in web (f0c2696)

0.4.2 (2019-05-13)

Features

  • locale: support language en_US, zh_CN (a2398e6)

0.4.1 (2019-05-12)

Features

  • watermark: enhance watermark (415f87f)

BREAKING CHANGES

  • watermark: changed watermark params in url query

0.4.0 (2019-05-11)

Bug Fixes

  • fix format is none, output image format error (5d124f7)

Features

  • gif: support gif process (c931e3c)

0.3.1 (2019-05-11)

Bug Fixes

  • can not resolv hostname (b672ca3)
  • change the image url generate (6927e79)

Features

  • add host config, and return image url. (fca39e2)

0.3.0 (2019-05-11)

Features

  • use yaml configuration file instead of ini (0c9109a)

0.2.0 (2019-05-11)

Features

  • add memory cache, change redis golang package. (71c57c6)
  • add mutex in file storage, use ioutil to read and write file. (eae9621)

0.1.0 (2019-05-11)