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 |
## Changelog ### v780-0 (2026-06-15) * Re-released using Convergent Versioning. ### v1.2.3 (2023-08-02) * Fixed Nim 2.0 compilation errors. ### v1.2.2 (2020-10-25) * Updated to Nim v1.4.0. ### v1.2.1 (2020-09-19) * Added tasklists to help system * Now sorting commands in help * No warning will be displayed in case of missing commands (only debug messages) ### v1.2.0 (2020-09-12) * Added support for custom package directories (dir field). * Added support for task lists. ### v1.1.0 (2018-10-21) * Added purge command to remove storage directory and all its contents. * Added -f option to skip confirmations. ### v1.0.1 (2018-10-21) * Added support for installation via Nimble. ### v1.0.0 (2018-04-29) * First public release. ### v0.1.0 (2016-11-19) * Initial release. Implemented core functionalities. |