Skip to content

Version 1.2

Compare
Choose a tag to compare
@Megaf Megaf released this 27 Sep 14:49
· 11 commits to stable since this release
91e2151

What's Changed

libsay

  1. Version bump to 1.2-202209.27.153000
  2. Spelling corrections.

set_colour()

  1. If no argument is given, it will return line with all the colours it understands.
  2. Added some code comments.

say()

  1. If nothing is coming from stdin and there's nothing as command line arg or string, then don't do anything and exit.
  2. Command args validation overhauled. Now it no longer matters the argument position.
  3. Colour and Alignment can be given with either --arg=parameter or --arg parameter. Same for -a=paramenter -a parameter.
  4. After processing command line arguments, if there's nothing left to print, do nothing and exit.
  5. say can now take at the same time text from stdin and from the command line argument! It will print the command line args after the stdin text.

terminal_test.sh

  1. Start/Stop timer separated into functions now.
  2. Added help text.
  3. Added ability to select the type of test you want to run.
  4. Changed some variables.
  5. Code organisation.

styles/randomstar.style.say

  1. Spelling corrections.

Full Changelog: 1.1-202209.22.150000...1.2-202209.27.153000