Skip to content

Releases: judilsteve/VerySimpleFileHost

v1.0.1-alpha

30 Jun 11:45
Compare
Choose a tag to compare
v1.0.1-alpha Pre-release
Pre-release

Changelog

  • Show "x files and y directories hidden by filter" text when text-filtering the file tree
  • Update NuGet packages
  • Fix a bug in the Brotli dynamic compression middleware that was breaking Brotli compression in Firefox 102

Why is this an alpha?

VSFH itself has been stable for some time, but some of these binary builds are untested (particularly the macOS ones, since I do not have a macOS machine).

If you run into any problems, please raise a GitHub issue.

Once all versions have been verified as working, I will remove the -alpha suffix and GitHub "pre-release" tag.

These builds include the .NET 6 runtime and thus do not require you to install it yourself.

A 32-bit ARM Linux build is provided to support hosting VSFH on Raspberry Pi 0-3 (yes, it's viable!). For users with 32-bit x86 platforms, both of you will have to build from source.

v1.0.0-alpha

26 Jun 10:44
bb9cf37
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release

This is the first binary release of VerySimpleFileHost.

VSFH itself has been stable for some time, but some of these binary builds are untested (particularly the macOS ones, since I do not have a macOS machine).

If you run into any problems, please raise a GitHub issue.

Once all versions have been verified as working, I will remove the -alpha suffix and GitHub "pre-release" tag.

These builds include the .NET 6 runtime and thus do not require you to install it yourself.

A 32-bit Linux/ARM build is provided to support hosting VSFH on Raspberry Pi 0-3 (yes, it's viable!). For users with 32-bit x86 platforms, both of you will have to build from source.