Skip to content

Latest commit

 

History

History
54 lines (24 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

54 lines (24 loc) · 2.35 KB

1.2.0 (2024-07-29)

Features

  • support for handling single file instead of it's directory (eee4c08)

1.1.0 (2022-05-26)

Features

  • show running status with ascii logo (855eaf7)

1.0.0 (2022-05-23)

Bug Fixes

  • fix error: curl: (18) transfer closed with xxx bytes remaining to read (de31680), closes #3

Features

  • add the function VersionSerial and FixedUrlPrefix (93ea456)

0.9.0 (2022-05-19)

Bug Fixes

  • support --version instead of -version (69ba19f)
  • update version id (855e33e)
  • use relative path instead of error abs path in help guide (67c7908)

Features

  • add main.go and web.go (1987d59)
  • add prefix to URL for dir and path of file (4ab7a02)
  • add self-defined ShowUsage() to handle args (b0d6972)
  • show URL in http://ip:port/path format (be59a45)
  • show version when meeting -v/--version args (375068f)
  • support self-define url prefix (a1d9d4c)
  • web server handling files (4d76fdf)