CHANGELOG.md
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 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 |