Skip to content

Releases: svenstaro/miniserve

v0.16.0

31 Aug 13:37
v0.16.0
8aa809a
Compare
Choose a tag to compare

v0.15.0

28 Aug 03:50
v0.15.0
f4453b7
Compare
Choose a tag to compare
  • Add hardened systemd template unit file to packaging/miniserve@.service
  • Fix qrcodegen dependency problem #568
  • Remove animation on QR code hover (it was kind of annoying as it makes things less snappy)
  • Add TLS support #576

v0.14.0

18 Apr 07:06
v0.14.0
6024145
Compare
Choose a tag to compare
  • Fix breadcrumbs for right-to-left languages #489 (thanks @aliemjay)
  • Fix URL percent encoding for special characters #485 (thanks @aliemjay)
  • Wrap breadcrumbs at any char #496 (thanks @aliemjay)
  • Add separate flags for compressed and uncompressed tar archives #492 (thanks @deantvv)
  • Bump deps
  • Fix Firefox becoming confused when opening a .gz file directly #160
  • Prefer UTF8 for text responses #263
  • Resolve symlinks on directory listing #479 (thanks @aliemjay)

v0.13.0

28 Mar 21:22
v0.13.0
ae54ca4
Compare
Choose a tag to compare
  • Change default log level to Warn

  • Change some messages a bit to be more clear

  • Add --print-completions to print shell completions for various supported shells #482 (thanks @rouge8)

  • Don't print some messages if not attached to an interactive terminal

  • Refuse to start if not attached to interactive terminal and no explicit path is provided

    This is a security consideration as you wouldn't want to run miniserve without an explicit path
    as a service. You could end up serving / or /root in case those working directories are set.

v0.12.1

27 Mar 01:22
v0.12.1
e9685c2
Compare
Choose a tag to compare
  • Fix QR code not showing when using both --random-route and --qrcode #480 (thanks @rouge8)
  • Add FreeBSD binaries

v0.12.0

20 Mar 22:46
v0.12.0
e43571d
Compare
Choose a tag to compare
  • Add option -H/--hidden to show hidden files
  • Start instantly in case an explicit index is chosen
  • Fix DoS issue when deliberately sending unconforming URL paths
  • Add footer #456 (thanks @levaitamas)
  • Switched from failure to thiserror for error handling

v0.11.0

28 Feb 02:32
v0.11.0
34f8aed
Compare
Choose a tag to compare
  • Add binaries for more architectures
  • Upgrade lockfile which fixes some security issues
  • Allow multiple file upload #434 (thanks @mhuesch)
  • Allow for setting custom headers via --header #452 (thanks @deantvv)

v0.10.4

05 Jan 06:40
v0.10.4
c2efbad
Compare
Choose a tag to compare
  • Add --dirs-first/-D option to list directories first #423 (thanks @levaitamas)

v0.10.3

09 Nov 01:42
v0.10.3
b3557ca
Compare
Choose a tag to compare
  • Actually fix publish workflow

v0.10.1

08 Nov 23:44
v0.10.1
dd7d714
Compare
Choose a tag to compare
  • Now compiles on stable! :D