Skip to content

Commit

Permalink
chore(release): v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoukk committed May 11, 2019
1 parent 202be2d commit acddfee
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 9 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# [](https://github.com/zhoukk/kimg/compare/v0.4.0...v) (2019-05-11)



# [0.4.0](https://github.com/zhoukk/kimg/compare/71db1ad...v0.4.0) (2019-05-11)


### Bug Fixes

* can not resolv hostname ([6e23448](https://github.com/zhoukk/kimg/commit/6e23448))
* change the image url generate ([bd479e5](https://github.com/zhoukk/kimg/commit/bd479e5))
* fix format is none, output image format error ([bf5fecd](https://github.com/zhoukk/kimg/commit/bf5fecd))


### Features

* add host config, and return image url. ([866c466](https://github.com/zhoukk/kimg/commit/866c466))
* add memory cache, change redis golang package. ([3e078fa](https://github.com/zhoukk/kimg/commit/3e078fa))
* add mutex in file storage, use ioutil to read and write file. ([71db1ad](https://github.com/zhoukk/kimg/commit/71db1ad))
* use yaml configuration file instead of ini ([b7c5277](https://github.com/zhoukk/kimg/commit/b7c5277))
* **gif:** support gif process ([7b24df2](https://github.com/zhoukk/kimg/commit/7b24df2))



8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ English | [简体中文](./README.zh-CN.md)
- run with linux binary
```console
$ wget -O- https://github.com/zhoukk/kimg/releases/download/release-v0.3.2/kimg_v0.3.2_linux.tar.gz | tar xf -
$ cd kimg_v0.3.2_linux
$ wget -O- https://github.com/zhoukk/kimg/releases/download/release-v0.4.0/kimg_v0.4.0_linux.tar.gz | tar xf -
$ cd kimg_v0.4.0_linux
$ ./kimg
```

- run with docker
```console
$ docker pull zhoukk/kimg:v0.3.2
$ docker run --rm -p 80:80 zhoukk/kimg:v0.3.2
$ docker pull zhoukk/kimg:v0.4.0
$ docker run --rm -p 80:80 zhoukk/kimg:v0.4.0
```

> open a browser and have fun
Expand Down
8 changes: 4 additions & 4 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
- 从linux二进制运行文件启动
```console
$ wget -O- https://github.com/zhoukk/kimg/releases/download/release-v0.3.2/kimg_v0.3.2_linux.tar.gz | tar xf -
$ cd kimg_v0.3.2_linux
$ wget -O- https://github.com/zhoukk/kimg/releases/download/release-v0.4.0/kimg_v0.4.0_linux.tar.gz | tar xf -
$ cd kimg_v0.4.0_linux
$ ./kimg
```

- 从docker镜像启动
```console
$ docker pull zhoukk/kimg:v0.3.2
$ docker run --rm -p 80:80 zhoukk/kimg:v0.3.2
$ docker pull zhoukk/kimg:v0.4.0
$ docker run --rm -p 80:80 zhoukk/kimg:v0.4.0
```

> 打开浏览器体验
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kimg",
"version": "0.3.2",
"version": "0.4.0",
"scripts": {
"start": "umi dev",
"build": "umi build",
Expand Down

0 comments on commit acddfee

Please sign in to comment.