Skip to content

Releases: mjpclab/go-http-file-server

Version 1.13.5

14 May 03:42
Compare
Choose a tag to compare

fix when --empty-root is enabled, the evaluated file system path for alias "/" is incorrect.

修复启用 --empty-root 并设置"/"为别名挂载点时,实际文件系统目录计算错误的问题。

Version 1.13.4

13 May 11:16
Compare
Choose a tag to compare
  • upload: when the dragged or pasted files contain directories, the "Dir" mode is always used, while in the previous version, if current mode is "Dir content", this mode was remain unchanged
  • upload: when uploading a subdirectory and mkdir is not enabled, pop up a prompt
  • other minor fixes and improvements

  • 上传:当拖放或粘贴的文件中含有目录时,总是使用“目录”上传模式,而之前的版本中如当前为“目录内容”上传模式,则会保持该模式
  • 上传:当上传子目录而mkdir未启用时,弹出提示
  • 其他次要修复和改进

v1.13.3

30 Apr 03:25
Compare
Choose a tag to compare

Minor improvements and fixes.
次要改进和修复。

Version 1.13.2

14 Apr 10:39
Compare
Choose a tag to compare

Minor fixes and improvements.

次要修复和改进。

Version 1.13.1

11 Dec 05:57
Compare
Choose a tag to compare

Added hints for upload failed.


添加了上传失败的提示。

Version 1.13.0

04 Dec 11:40
Compare
Choose a tag to compare

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

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

Version 1.12.0

04 Oct 15:11
Compare
Choose a tag to compare

Main changes

  • Add --bind option to create url-case-insensitive alias.

主要变更

  • 新增--bind选项以创建不区分URL大小写的别名。

Version 1.11.4

02 Sep 07:59
Compare
Choose a tag to compare

Minor fix and improments.

次要修复和改进。

Version 1.11.3

28 Jul 12:47
Compare
Choose a tag to compare

Main changes

  • upload: the whole page accepts drop files
  • mkdir: can create multi hierarchy directories at once
  • bug fix and improvements

主要变更

  • 上传:整个页面都可接受文件拖放
  • 建目录:可以一次性创建多个层级
  • 错误修复和改进

Version 1.11.2

12 Jun 09:53
Compare
Choose a tag to compare

Main Improvements

  • can paste files to upload for supported browser, which currently is Chrome 91+
  • add clear button to filter
  • prevent filename being translated by user agent
  • minor improvments and fixes

主要改进

  • 添加粘贴文件触发上传的功能,目前支持的浏览器为Chrome 91+
  • 为过滤文件名添加清除按钮
  • 避免文件名被浏览器翻译
  • 其他次要改进和修复