mirror of
https://github.com/MaJerle/lwshell.git
synced 2025-02-06 13:08:22 +08:00
22 lines
362 B
Markdown
22 lines
362 B
Markdown
# Changelog
|
|
|
|
## Develop
|
|
|
|
## v1.1.1
|
|
|
|
- Split CMakeLists.txt files between library and executable
|
|
- Fix wrongly interpreted backspace character
|
|
|
|
## v1.1.0
|
|
|
|
- Add support for `listcmd` to print all registered commands
|
|
- Optimize code and remove unnecessary brackets
|
|
|
|
## v1.0.0
|
|
|
|
- First stable release
|
|
- Fix wrong parsing of command names
|
|
|
|
## v0.1.0
|
|
|
|
- First release |