2024-11-07 04:34:06 +00:00
|
|
|
# Changelog
|
|
|
|
|
2024-11-08 05:37:54 +00:00
|
|
|
## Upcoming Changes
|
|
|
|
|
|
|
|
Some refactoring of code handling parsing the config file.
|
|
|
|
|
|
|
|
Remove buffer-size-limit on config file entries.
|
2024-11-07 04:34:06 +00:00
|
|
|
|
|
|
|
## Version 1.0
|
|
|
|
|
|
|
|
First release.
|
|
|
|
|
|
|
|
Features:
|
|
|
|
|
|
|
|
- Serve templated html files via a config.
|
|
|
|
- Reload configuration on SIGUSR1 or by listening (enabled by cmd parameter).
|
|
|
|
- Cache served html (enabled by cmd parameter).
|
|
|
|
- Serve static files from "static-dir" (enabled by cmd parameter).
|