lwshell/CHANGELOG.md
Tilen Majerle 74b33db47b
Update CHANGELOG.md
Fix wrong version number
2023-01-05 07:25:23 +01:00

634 B

Changelog

Develop

1.2.0

  • Change license year to 2022
  • Update code style with astyle
  • Add .clang-format draft
  • Add option for statically allocated commands array (improvement for small devices w/ little memory)
  • Add option to disable dynamic commands allocation (default value)

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