Skip to content

Version 1.13.0

Compare
Choose a tag to compare
@marjune163 marjune163 released this 04 Dec 11:40
· 345 commits to main since this release

Main changes

For login auth, usernames are now case insensitive.
To continue to use case sensitive mode like previous version,
add option --user-match-case in command line.

If one URL path requires auth, the "upload", "mkdir" or "delete" action's access log
will also contains the username who perform the action.

Fix the issue after "upload", "mkdir" or "delete", the returned page lost sorting info.

Prints possible accessible URLs in console on startup.
To prevent this behavior, set environment variable GHFS_QUIET to 1.

Improve the uploading tips when uploading files in progress.


主要变更

对于登录身份验证,用户名现在不区分大小写。
如需像之前版本那样区分大小写,在命令行添加选项--user-match-case

如果一个URL路径需要身份验证,则“上传”、“建目录”或“删除”操作的访问日志中
还将包含执行操作的用户名。

修复执行“上传”、“建目录”或“删除”后,返回的页面丢失排序信息的问题。

启动时会在控制台中打印可能的可访问URL。
要避免该行为,可将环境变量GHFS_QUIET设为1

改进上传文件时的上传提示。