Added generated changelog.
h3rald h3rald@h3rald.com
Tue, 16 Jun 2026 12:18:30 +0000
1 files changed,
101 insertions(+),
0 deletions(-)
jump to
A
CHANGELOG.md
@@ -0,0 +1,101 @@
+# v1.5.1 - 2023-02-22 + +- Set default IPv4/IPv6 addresses to the corresponding loopback addresses, to avoid conflicts +- Improved help messages + +Changes + +# v1.5.0 - 2023-01-17 + +Support for dual-stack IPv4 and IPv6 (thanks @unquietwiki!) + +Changes + +# v1.4.0 - 2022-12-09 + +- Added support for setting custom headers (thanks @ire4ever1190!). +- Fixed compilation warnings. + +Changes + +# v1.3.0 - 2022-05-13 + +- IPv6 support (contributed by @unquietwiki) +- Code refactoring + +Changes + +# v1.2.0 - 2021-04-22 + +- Improved CSS, especially for mobile devices. +- Increased validation for requested paths. +- Added –title option to specify page title when listing directory contents. +- Fixed HTML and CSS validation errors. + +Changes + +# v1.1.1 - 2020-10-31 + +Fixed compilation warnings when compiling with Nim v.1.4.0 + +Changes + +# v1.1.0 - 2020-09-12 + +- Set default address to 0.0.0.0 instead of 127.0.0.1 +- Now binding the specified port or selecting the next available port + +Changes + +# v1.0.8 - 2019-09-30 + +- Fixed #3. + +Changes + +# v1.0.7 - 2019-06-23 + +- Fixed compatibility with Nim v0.20.0 +- Now handling folder navigation and uppercase file extensions properly. + +Changes + +# v1.0.6 - 2018-10-21 + +Fixed compatibility with Nimble 0.9.0 and Nim 0.19.0. + +Changes + +# v1.0.5 - 2018-05-06 + +- Reviewed project structure +- Removed nakefile. + +Changes + +# v1.0.4 - 2018-05-05 + +- Added pre-built executables. +- Published nimble package. +- Other minor fixes. + +Changes + +# v1.0.3 - 2018-03-11 + +Fixed compilation warnings on Nim 0.18.0. + +Changes + +# v1.0.2 - 2017-06-02 + +- Fixed compilation on Nim v0.17.0. +- Minor stylesheet improvements. + +Changes + +# v1.0.1 - 2016-11-26 + +Fixed compilation on Nim 0.15.2. + +Changes