Skip to content

Commit

Permalink
Version bump to 1.0, Stable Release!
Browse files Browse the repository at this point in the history
  • Loading branch information
Megaf committed Sep 21, 2022
1 parent 1426d3c commit 81c6694
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion benchmark_libsay.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion extensions/extension_example.draw.say
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libsay
Original file line number Diff line number Diff line change
@@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion run_libsay_tests.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 7 additions & 5 deletions styles/randomstar.style.say
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
# <==============>
Expand All @@ -26,8 +27,9 @@
# randomstar
[ "$style" = "randomstar" ] && local parts=(
"<" "=" ">"
"|" "|"
"|" "|" "|"
"»" "«"
"@" "≡" "@"
"~"
"~" "#" "#"
"o"
)
2 changes: 1 addition & 1 deletion terminal_test.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 81c6694

Please sign in to comment.