Skip to content

Commit

Permalink
chore(release): v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoukk committed May 21, 2019
1 parent cccfe31 commit 2bbfa85
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.5.0](https://github.com/zhoukk/kimg/compare/v0.4.3...v0.5.0) (2019-05-21)


### Features

* **lang:** add en-US, zh-CN language ([cccfe31](https://github.com/zhoukk/kimg/commit/cccfe31))



## [0.4.3](https://github.com/zhoukk/kimg/compare/v0.4.2...v0.4.3) (2019-05-14)


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

- run with docker
```console
$ docker pull zhoukk/kimg:v0.4.3
$ docker run --rm -p 80:80 zhoukk/kimg:v0.4.3
$ docker pull zhoukk/kimg:v0.5.0
$ docker run --rm -p 80:80 zhoukk/kimg:v0.5.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/v0.4.3/kimg_v0.4.3_linux.tar.gz | tar xf -
$ cd kimg_v0.4.3_linux
$ wget -O- https://github.com/zhoukk/kimg/releases/download/v0.5.0/kimg_v0.5.0_linux.tar.gz | tar xf -
$ cd kimg_v0.5.0_linux
$ ./kimg
```

- 从docker镜像启动
```console
$ docker pull zhoukk/kimg:v0.4.3
$ docker run --rm -p 80:80 zhoukk/kimg:v0.4.3
$ docker pull zhoukk/kimg:v0.5.0
$ docker run --rm -p 80:80 zhoukk/kimg:v0.5.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.4.3",
"version": "0.5.0",
"scripts": {
"start": "umi dev",
"build": "umi build",
Expand Down

0 comments on commit 2bbfa85

Please sign in to comment.