Skip to content

Commit

Permalink
chore(release): v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoukk committed May 13, 2019
1 parent a2398e6 commit 6017961
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.4.2](https://github.com/zhoukk/kimg/compare/v0.4.1...v0.4.2) (2019-05-13)


### Features

* **locale:** support language en_US, zh_CN ([a2398e6](https://github.com/zhoukk/kimg/commit/a2398e6))



## [0.4.1](https://github.com/zhoukk/kimg/compare/v0.4.0...v0.4.1) (2019-05-12)


Expand Down
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.4.1/kimg_v0.4.1_linux.tar.gz | tar xf -
$ cd kimg_v0.4.1_linux
$ wget -O- https://github.com/zhoukk/kimg/releases/download/v0.4.2/kimg_v0.4.2_linux.tar.gz | tar xf -
$ cd kimg_v0.4.2_linux
$ ./kimg
```

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

> 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.4.1/kimg_v0.4.1_linux.tar.gz | tar xf -
$ cd kimg_v0.4.1_linux
$ wget -O- https://github.com/zhoukk/kimg/releases/download/v0.4.2/kimg_v0.4.2_linux.tar.gz | tar xf -
$ cd kimg_v0.4.2_linux
$ ./kimg
```

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

> 打开浏览器体验
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.4.1",
"version": "0.4.2",
"scripts": {
"start": "umi dev",
"build": "umi build",
Expand Down

0 comments on commit 6017961

Please sign in to comment.