lwshell/CHANGELOG.md

26 lines
453 B
Markdown
Raw Normal View History

2021-03-29 14:11:55 +02:00
# Changelog
2021-10-27 21:33:01 +02:00
## Develop
2022-01-14 23:07:44 +01:00
- Change license year to 2022
2022-01-30 10:07:20 +01:00
- Update code style with astyle
2022-08-30 22:19:40 +02:00
- Add `.clang-format` draft
2022-01-14 23:07:44 +01:00
2022-01-03 22:48:32 +01:00
## v1.1.1
2021-12-24 19:58:29 +01:00
- Split CMakeLists.txt files between library and executable
2022-01-03 22:48:32 +01:00
- Fix wrongly interpreted backspace character
2021-12-24 19:58:29 +01:00
2021-11-21 18:39:33 +01:00
## v1.1.0
- Add support for `listcmd` to print all registered commands
- Optimize code and remove unnecessary brackets
2021-10-27 21:36:30 +02:00
## v1.0.0
- First stable release
2021-10-27 21:33:01 +02:00
- Fix wrong parsing of command names
2021-03-29 14:11:55 +02:00
2021-10-27 21:36:30 +02:00
## v0.1.0
2021-03-29 14:11:55 +02:00
2021-10-27 21:36:30 +02:00
- First release