Skip to content

Releases: SpacehuhnTech/SimpleCLI

Version 1.1.4

14 Jun 21:04
Compare
Choose a tag to compare
  • Renamed cmd_reset to cmd_reset_cli to prevent name collisions address #20

Version 1.1.3

24 Nov 11:57
Compare
Choose a tag to compare
  • Declare header files for PlatformIO

Version 1.1.2

21 Oct 17:35
7e4201a
Compare
Choose a tag to compare
  • Fixed typo setCaseSensetive

Version 1.1.1

26 Jun 10:05
Compare
Choose a tag to compare
  • Fixed bug when queueing commands (for example when CLI is paused)

Version 1.1.0

23 Jun 17:23
Compare
Choose a tag to compare
  • Pause and unpause CLI parsing using SimpleCLI.pause() and SimpleCLI.unpause().

Version 1.0.9

05 Apr 10:02
Compare
Choose a tag to compare

Changes:

  • Fixed description argument in toString()

Version 1.0.8

20 Mar 14:45
Compare
Choose a tag to compare

Changes:

  • uses \r\n instead of \n
  • toString(bool description)
  • Empty line between commands using SimpleCLI.toString()

Version 1.0.7

12 Jan 13:15
Compare
Choose a tag to compare

Changes:

Version 1.0.6

12 Jan 12:41
Compare
Choose a tag to compare

Changes:

  • Added Command.setDescriptuion() method to allow for an easy way to add infos. Command.toString() contains the added description. You can test it with the HelpCommand.ino example.

Version 1.0.5

08 Oct 13:11
Compare
Choose a tag to compare

Changes:

  • Linebreaks are ignored when inside of quotes
  • Made Arduino String/dependency optional
  • Fixed memory leak where cmd_error wasn't freed automatically