Releases: marcodpt/minirps
Releases · marcodpt/minirps
0.2.1
0.2.0
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
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
In this version, support for the generic Linux binary begins.