-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
### Release v1.7 | ||
|
||
2019.01.24 | ||
|
||
- 修复 time 内存 | ||
- 修复 某些情况下cmd异常导致进程挂掉的问题 | ||
|
||
|
||
|
||
### Release v1.6 | ||
|
||
2019.01.19 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ notifier: | |
# 请求超时 15 秒 | ||
# POST 格式: | ||
# Content-Type: application/json;charset=UTF-8 | ||
# User-Agent: FileBoy Net Notifier v1.6 | ||
# User-Agent: FileBoy Net Notifier v1.7 | ||
# Body: {"project_folder":"/watcher-dirs","file":"test.go","changed":1546421173070433800,"ext":".go"} | ||
# 例: http://example.com/notifier/fileboy-listener | ||
# 不启用通知,请留空 "" | ||
|
@@ -104,13 +104,13 @@ var logo = ` | |
_____ _ | | _____ ____) ) | | | |___| | | ||
| ___) | | | | | ___) | __ (| | | |\_____/ | ||
| | _| |_| |_____| |_____| |__) ) |___| | ___ | ||
|_| (_____)_______)_______)______/ \_____/ (___) V1.6 | ||
|_| (_____)_______)_______)______/ \_____/ (___) V1.7 | ||
` | ||
var statement = `Dengsgo [[email protected]] Open Source with MIT License` | ||
|
||
var versionDesc = ` | ||
Version fileboy: v1.6 filegirl: v` + strconv.Itoa(Version) + ` | ||
Released 2019.1.19 | ||
Version fileboy: v1.7 filegirl: v` + strconv.Itoa(Version) + ` | ||
Released 2019.1.24 | ||
Licence MIT | ||
Author dengsgo [[email protected]] | ||
Website https://github.com/dengsgo/fileboy | ||
|