Skip to content

Releases: marcodpt/minirps

0.2.1

28 Oct 14:45
Compare
Choose a tag to compare

Fixes:

  • Templates follow the mime of the file.
  • Correction in the proxy response header that was resetting the connection.
  • Debug improvements
  • Docs improvements

0.2.0

23 Oct 22:06
Compare
Choose a tag to compare

This is a bigger update than:

  • allows configuration files to use JSON or TOML
  • Migrates the reverse proxy and requests into the templates
  • Greatly improves error messages and feedback.
  • Allows you to use system commands within templates
  • Allows you to read, write and edit files within the data folder
  • Simplifies and greatly improves documentation
  • Reorganizes all rust code.

Ignore files

04 Aug 19:43
Compare
Choose a tag to compare

This version by default ignore hidden files and directories, very useful to avoid serving /.git for example.
Also it allows you to ignore files based on a glob.

  • allow cors changed to -o
  • include hidden files -a
  • ignore files based on glob -i

First version with precompiled binary

20 Oct 14:38
Compare
Choose a tag to compare

In this version, support for the generic Linux binary begins.