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 102 103 104 105 |
## Changelog ### v1.4.1 (2026-05-22) - Upgraded min to v0.46.1 - The settings symbol is now an actual dictionary, not a Nim proc (enables dot notation in rules/scripts). ### v1.4.0 (2024-10-21) Upgraded min to v0.45.0. ### v1.3.10 (2023-10-09) - Upgraded min to v0.40.0. - Upgraded hastyscribe to v2.1.0. ### v1.3.9 (2023-09-01) - Updated to HastyScribe v2.0.0. - Now using nim-mustache for Mustache processing. - Simplified installation. ### v1.3.8 (2023-08-15) - Updated min to v0.39.2 - Updated HastyScribe to v1.12.5 - Compiled with Nim v2.0.0 ### v1.3.7 (2021-04-25) - Updated min to v0.35.1 - Updated HastyScribe to v1.12.4 - Compiled with Nim v1.4.6 ### v1.3.6 (2021-03-20) - Updated min to v0.35.0 (contains breaking changes to scripts and rules syntax) - Compiled with Nim v1.4.4 ### v1.3.5 (2020-10-31) - Updated to min v0.21.1 - Updated to hastyscribe v1.12.2 - Fixed post/clean scripts (#3) - Compiled with Nim v.1.4.0 ### v1.3.4 (2020-09-11) - Fixed Linux cross-compilation - Updated to min v0.20.1 - Updated to hastyscribe v1.21.1 ### v1.3.3 (2019-12-29) - Added -static linker option when cross-compiling for linux (resulted in runtime error, see #2). ### v1.3.2 (2019-09-30) - Fixed processing of metadata fields (#1). - Upgraded to min v0.19.5. - Tested on Nim v1.0.0 ### v1.3.1 (2019-08-25) - Upgraded min to v0.19.4; tested on Nim v0.20.2. ### v1.3.0 (2018-12-09) - Implemented support for SCSS-like partial imports. ### v1.2.2 (2018-11-24) - Upgraded to min v0.19.2 - Upgraded to HastyScribe v1.11.0 - Compatible with Nimble v0.19.0 - Refactored build tasks in nimble file ### v1.2.1 (2018-08-12) Upgraded to min v0.19.0. ### v1.2.0 (2018-04-29) - Upgraded HastyScribe to v1.10.0. - Upgraded min to v0.15.2. - Improved stylesheets. ### v1.1.0 (2018-03-11) - Upgraded HastyScribe to v1.8.0. - Upgraded min to v0.15.0. - Fixed compilation warnings with Nim 0.18.0. - Now including Font Awesome 5. ### v1.0.1 (2017-11-19) - Upgraded to HastyScribe v1.7.1. - Upgraded to min v0.13.0. - Minor fixes to the default CSS stylesheet. ### v1.0.0 (2017-11-12) First public release, with full documentation on https://hastysite.h3rald.com. Changes |