Releases: h3rald/nimhttpd
Releases · h3rald/nimhttpd
v1.5.1
- Set default IPv4/IPv6 addresses to the corresponding loopback addresses, to avoid conflicts
- Improved help messages
v1.4.0
- Added support for setting custom headers (thanks @ire4ever1190!).
- Fixed compilation warnings.
v1.2.0
- 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.
v1.1.1
Fixed compilation warnings when compiling with Nim v.1.4.0
v1.1.0
- 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
v1.0.7
- Fixed compatibility with Nim v0.20.0
- Now handling folder navigation and uppercase file extensions properly.
v1.0.6
Fixed compatibility with Nimble 0.9.0 and Nim 0.19.0.