diff --git a/benchmark_libsay.sh b/benchmark_libsay.sh index e232652..dcfbae7 100755 --- a/benchmark_libsay.sh +++ b/benchmark_libsay.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# benchmark_libsay.sh - Version: 202209.21.153112 +# benchmark_libsay.sh - Version: 1.0-202209.21.180000 # Simple libsay benchmark. # # Author: Megaf - https://github.com/Megaf/ - mmegaf [at] gmail [dot] com diff --git a/extensions/extension_example.draw.say b/extensions/extension_example.draw.say index 797f116..bafc8e2 100644 --- a/extensions/extension_example.draw.say +++ b/extensions/extension_example.draw.say @@ -1,6 +1,6 @@ #!/bin/bash # -# extension_example.draw.say - Version: 202209.21.153112 +# extension_example.draw.say - Version: 1.0-202209.21.180000 # libsay library extension to add extra commands. # # Author: Megaf - https://github.com/Megaf - mmegaf [at] gmail [dot] com diff --git a/libsay b/libsay index 045caa9..e158c01 100644 --- a/libsay +++ b/libsay @@ -1,6 +1,6 @@ #!/bin/bash # -# libsay - Version: 0.9-202209.21.173700 +# libsay - Version: 1.0-202209.21.180000 # Library that adds the command "say" to print nice looking messages. # Not only that, it add a bunch of nice functions to the shell or a script. # diff --git a/run_libsay_tests.sh b/run_libsay_tests.sh index 40f4ffa..e6bcde5 100755 --- a/run_libsay_tests.sh +++ b/run_libsay_tests.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# run_libsay_tests.sh - Version: 0.9-202209.21.173700 +# run_libsay_tests.sh - Version: 1.0-202209.21.180000 # This script checks the functionality of the library. # # Author: Megaf - https://github.com/Megaf - mmegaf [at] gmail [dot] com diff --git a/styles/randomstar.style.say b/styles/randomstar.style.say index 5416557..8d4a938 100644 --- a/styles/randomstar.style.say +++ b/styles/randomstar.style.say @@ -1,4 +1,4 @@ -# randomstar.style.say +# randomstar.style.say Version: 1.0-202209.21.180000 # An example for an addon style # # Author: Megaf - https://github.com/Megaf - mmegaf [at] gmail [dot] com @@ -10,10 +10,11 @@ # # The array below represents the followin. # "top left corner" "top line" "top right corner" -# "left side line" "right side line" +# "left side line" "right side line" "column" # "left side connecting line" "right side connecting line" # "bottom left corner" "bottom line" "bottom right corner" -# "vertically centrered line" +# "vertically centrered line" "bottom side connecting" "top side connecting" +# "junction" # # Example of text using the style below. # <==============> @@ -26,8 +27,9 @@ # randomstar [ "$style" = "randomstar" ] && local parts=( "<" "=" ">" -"|" "|" +"|" "|" "|" "»" "«" "@" "≡" "@" -"~" +"~" "#" "#" +"o" ) diff --git a/terminal_test.sh b/terminal_test.sh index 3038dc4..602c819 100755 --- a/terminal_test.sh +++ b/terminal_test.sh @@ -1,7 +1,7 @@ #!/bin/bash # # libsay -# terminal_test.sh - Version: 202209.21.153112 +# terminal_test.sh - Version: 1.0-202209.21.180000 # See what your terminal can do. # This will show what your terminal is able to do with Escape Characters # for text effects and colours.