Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
shepf authored Nov 25, 2023
1 parent 26d7ebf commit 2dccca5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ReleaseNote.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## v0.0.3
1. 增加了p2p能力:
* 节点发现
目前只支持局域网内部节点发现。使用mDNS进行节点发现
* 通过http发送向节点监听的主题发送任意消息
通过配置文件配置节点监听的主题,可以通过http接口,发布消息
暂时没有想到好的应用场景,配置默认是关闭,如果你不使用p2p可以忽略。

## v0.0.2
1. 优化文件上传超时问题,可以参数配置超时时间
由于需要上传下载大文件,需要设置较长的读写超时,因此需要使用http.Server
2. 添加获取文件信息接口(包含md5)
3. 添加获取目录配置信息接口
4. 新增systemd配置文件

## v0.0.1
1. httpcat基本可用版本
2. 通过灵活配置 static、下载目录、上传目录,可以满足日常工作环境使用。
可以用作你web服务器,可以用作你内网上传下载文件需求,非常简单易用。

0 comments on commit 2dccca5

Please sign in to comment.