发行 1.10版本
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
### Release v1.10
|
||||||
|
|
||||||
|
2019.06.04
|
||||||
|
|
||||||
|
- 优化 log
|
||||||
|
- 优化 代码逻辑
|
||||||
|
- 修复 gin框架hotReload
|
||||||
|
|
||||||
|
|
||||||
### Release v1.9
|
### Release v1.9
|
||||||
|
|
||||||
2019.04.03
|
2019.04.03
|
||||||
|
|||||||
@@ -41,8 +41,8 @@ go version 1.12
|
|||||||
|
|
||||||
### 下载二进制文件
|
### 下载二进制文件
|
||||||
|
|
||||||
Github: [download v1.9](https://github.com/dengsgo/fileboy/releases)
|
Github: [download v1.10](https://github.com/dengsgo/fileboy/releases)
|
||||||
Gitee: [dowmload v1.9](https://gitee.com/dengsgo/fileboy/releases)
|
Gitee: [dowmload v1.10](https://gitee.com/dengsgo/fileboy/releases)
|
||||||
|
|
||||||
下载已经编译好的对应平台二进制文件,重命名为`fileboy`, 加入系统 Path 中即可。
|
下载已经编译好的对应平台二进制文件,重命名为`fileboy`, 加入系统 Path 中即可。
|
||||||
___
|
___
|
||||||
@@ -153,7 +153,7 @@ notifier:
|
|||||||
# 请求超时 15 秒
|
# 请求超时 15 秒
|
||||||
# POST 格式:
|
# POST 格式:
|
||||||
# Content-Type: application/json;charset=UTF-8
|
# Content-Type: application/json;charset=UTF-8
|
||||||
# User-Agent: FileBoy Net Notifier v1.9
|
# User-Agent: FileBoy Net Notifier v1.10
|
||||||
# Body: {"project_folder":"/watcher-dirs","file":"test.go","changed":1546421173070433800,"ext":".go"}
|
# Body: {"project_folder":"/watcher-dirs","file":"test.go","changed":1546421173070433800,"ext":".go"}
|
||||||
# 例: http://example.com/notifier/fileboy-listener
|
# 例: http://example.com/notifier/fileboy-listener
|
||||||
# 不启用通知,请留空 ""
|
# 不启用通知,请留空 ""
|
||||||
@@ -216,7 +216,7 @@ notifier:
|
|||||||
# timeout 15 second
|
# timeout 15 second
|
||||||
# POST :
|
# POST :
|
||||||
# Content-Type: application/json;charset=UTF-8
|
# Content-Type: application/json;charset=UTF-8
|
||||||
# User-Agent: FileBoy Net Notifier v1.9
|
# User-Agent: FileBoy Net Notifier v1.10
|
||||||
# Body: {"project_folder":"/watcher-dirs","file":"test.go","changed":1546421173070433800,"ext":".go"}
|
# Body: {"project_folder":"/watcher-dirs","file":"test.go","changed":1546421173070433800,"ext":".go"}
|
||||||
# e.g: http://example.com/notifier/fileboy-listener
|
# e.g: http://example.com/notifier/fileboy-listener
|
||||||
# no notice is enabled. Please leave it blank. ""
|
# no notice is enabled. Please leave it blank. ""
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ func (n *NetNotifier) dispatch(params *postParams) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
req.Header.Set("Content-Type", "application/json;charset=UTF-8")
|
req.Header.Set("Content-Type", "application/json;charset=UTF-8")
|
||||||
req.Header.Set("User-Agent", "FileBoy Net Notifier v1.9")
|
req.Header.Set("User-Agent", "FileBoy Net Notifier v1.10")
|
||||||
resp, err := client.Do(req)
|
resp, err := client.Do(req)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Println(PreError, "notifier call failed. err:", err)
|
log.Println(PreError, "notifier call failed. err:", err)
|
||||||
|
|||||||
8
raw.go
8
raw.go
@@ -61,7 +61,7 @@ notifier:
|
|||||||
# 请求超时 15 秒
|
# 请求超时 15 秒
|
||||||
# POST 格式:
|
# POST 格式:
|
||||||
# Content-Type: application/json;charset=UTF-8
|
# Content-Type: application/json;charset=UTF-8
|
||||||
# User-Agent: FileBoy Net Notifier v1.9
|
# User-Agent: FileBoy Net Notifier v1.10
|
||||||
# Body: {"project_folder":"/watcher-dirs","file":"test.go","changed":1546421173070433800,"ext":".go"}
|
# Body: {"project_folder":"/watcher-dirs","file":"test.go","changed":1546421173070433800,"ext":".go"}
|
||||||
# 例: http://example.com/notifier/fileboy-listener
|
# 例: http://example.com/notifier/fileboy-listener
|
||||||
# 不启用通知,请留空 ""
|
# 不启用通知,请留空 ""
|
||||||
@@ -104,13 +104,13 @@ var logo = `
|
|||||||
_____ _ | | _____ ____) ) | | | |___| |
|
_____ _ | | _____ ____) ) | | | |___| |
|
||||||
| ___) | | | | | ___) | __ (| | | |\_____/
|
| ___) | | | | | ___) | __ (| | | |\_____/
|
||||||
| | _| |_| |_____| |_____| |__) ) |___| | ___
|
| | _| |_| |_____| |_____| |__) ) |___| | ___
|
||||||
|_| (_____)_______)_______)______/ \_____/ (___) V1.9
|
|_| (_____)_______)_______)______/ \_____/ (___) V1.10
|
||||||
`
|
`
|
||||||
var statement = `Dengsgo [dengsgo@gmail.com] Open Source with MIT License`
|
var statement = `Dengsgo [dengsgo@gmail.com] Open Source with MIT License`
|
||||||
|
|
||||||
var versionDesc = `
|
var versionDesc = `
|
||||||
Version fileboy: v1.9 filegirl: v` + strconv.Itoa(Version) + `
|
Version fileboy: v1.10 filegirl: v` + strconv.Itoa(Version) + `
|
||||||
Released 2019.4.3
|
Released 2019.6.4
|
||||||
Licence MIT
|
Licence MIT
|
||||||
Author dengsgo [dengsgo@gmail.com]
|
Author dengsgo [dengsgo@gmail.com]
|
||||||
Website https://github.com/dengsgo/fileboy
|
Website https://github.com/dengsgo/fileboy
|
||||||
|
|||||||
Reference in New Issue
Block a user