Version 1.2
·
11 commits
to stable
since this release
What's Changed
libsay
- Version bump to 1.2-202209.27.153000
- Spelling corrections.
set_colour()
- If no argument is given, it will return line with all the colours it understands.
- Added some code comments.
say()
- If nothing is coming from stdin and there's nothing as command line arg or string, then don't do anything and exit.
- Command args validation overhauled. Now it no longer matters the argument position.
- Colour and Alignment can be given with either --arg=parameter or --arg parameter. Same for -a=paramenter -a parameter.
- After processing command line arguments, if there's nothing left to print, do nothing and exit.
- 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
- Start/Stop timer separated into functions now.
- Added help text.
- Added ability to select the type of test you want to run.
- Changed some variables.
- Code organisation.
styles/randomstar.style.say
- Spelling corrections.
Full Changelog: 1.1-202209.22.150000...1.2-202209.27.153000