Skip to content

Version 0.16.1

Compare
Choose a tag to compare
@nao1215 nao1215 released this 22 Nov 16:37
· 320 commits to main since this release

[0.16.1] - 2021-11-23

Added

  • cowsay command. The process of enclosing the message in a frame is incomplete.
  • head command.
  • tail command.
  • ln command.
  • docker target to Makefile. This target was created to test Mimixbox inside Docker.

Changed

  • nl/tac/cat command to receive data from PIPE.
  • Fixed the buffer overflow for the head / tail command
  • Fixed the bug in the cat command. This bug occurs when a standard input is accepted more than once and then an empty enter is received on the next input. In the correct behavior, it is correct to output a blank line, but since the previous input value has been saved, the previous input value is output.