Skip to content

Commit

Permalink
docs(升级到v1.2):
Browse files Browse the repository at this point in the history
  • Loading branch information
ouqiang committed Sep 6, 2017
1 parent 019fee2 commit 601f250
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@

## 下载
[v1.1](https://github.com/ouqiang/gocron/releases/tag/v1.1)
[v1.2](https://github.com/ouqiang/gocron/releases/tag/v1.2)

[版本升级](https://github.com/ouqiang/gocron/wiki/版本升级)

## 安装

Expand All @@ -60,22 +61,29 @@

### 命令

* gocron
* -v 查看版本

* gocron web
* --host 默认0.0.0.0
* -p 端口, 指定端口, 默认5920
* -e 指定运行环境, dev|test|prod, dev模式下可查看更多日志信息, 默认prod
* -h 查看帮助
* gocron-node
* -allow-root *nix平台允许以root用户运行
* -allow-root *nix平台允许以root用户运行
* -s ip:port 监听地址
* -cert-file 证书文件
* -key-file 私钥文件
* -h 查看帮助
* -v 查看版本

## To Do List
- [x] 版本升级
- [x] 批量开启、关闭、删除任务
- [x] 调度器与任务节点通信支持https
- [ ] 任务分组
- [ ] 多用户
- [ ] 权限控制
- [ ] 调度器与任务节点通信支持https
- [ ] 新增任务API接口

## 程序使用的组件
Expand All @@ -91,6 +99,16 @@

## ChangeLog

v1.2
--------
* 用户登录页增加图形验证码
* 支持从旧版本升级
* 任务批量开启、关闭、删除
* 调度器与任务节点支持HTTPS通信
* 修复任务列表页总记录数显示错误



v1.1
--------

Expand Down
2 changes: 1 addition & 1 deletion gocron-node.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"strings"
)

const AppVersion = "1.1"
const AppVersion = "1.2"

func main() {
var serverAddr string
Expand Down

0 comments on commit 601f250

Please sign in to comment.