Skip to content

Releases: PeterDaveHello/ColorEchoForShell

v0.0.13

18 Jul 11:55
Compare
Choose a tag to compare
  • Update comment styling
  • Update Travis CI environment
  • Fix generate.sh prompt message
  • Remove "Light" as a style, but just a variant of color
  • Support more styles like italic, blink and strikethrough
  • Support to change the order of style in the echo function name
  • Refactor generate.sh for readability, maintainability and robustness

v0.0.12

12 Jul 16:41
Compare
Choose a tag to compare
  • Improve coding style
  • Escape backslash explicitly
  • Adjust license header newline
  • Introduce shfmt for more consistent styling
  • Update Travis CI Linux environment to Ubuntu Xenial
  • Replace non-standard which with built-in command -v

v0.0.11

12 Jul 16:39
Compare
Choose a tag to compare
  • Improve coding style
  • Update tests for sh/bash/zsh
  • Fix macOS(Darwin) sh support
  • Fix echo.Reset missing newline char at eol
  • Set bash/zsh function brackets in declaration
  • Use ksh built-in echo to fix FreeBSD/macOS support

v0.0.10

12 Jul 16:37
Compare
Choose a tag to compare
  • Add EditorConfig
  • Fix ShellCheck SC1117
  • Fix typo in README.md
  • Introduce Travis CI & TravisBuddy
  • Remove a inconsistent space for Reset & Rainbow

v0.0.9

20 Sep 23:01
Compare
Choose a tag to compare
  • Improve generator.sh syntax with ShellCheck v0.4.6
  • Use \033 instead of \e for better compatible
  • Parallel build release

v0.0.8

20 Sep 22:59
Compare
Choose a tag to compare
  • Update README.md, add notes about the colors
  • Use $() instead of deprecated `` for uname command
  • Update links in readme
  • Fix name of heredoc for echo reset function

v0.0.7

24 Sep 21:11
Compare
Choose a tag to compare
  • Set case section "sh" much more clear in generater.sh
  • Fix sh script under FreeBSD, now dynamic determine echo method

v0.0.6

24 Sep 21:10
Compare
Choose a tag to compare
  • Refactor generater.sh
  • Add license info in readme
  • Fix lolcat determination method

v0.0.5

12 Jul 16:48
Compare
Choose a tag to compare
  • Fix typo
  • Improve robustness
  • Add some prompt message
  • Rename file table.txt -> color table.txt
  • Use color echo in the generator.sh script, dogfooding!
  • Add echo.Reset/echoReset to remove color on output
  • Generate zsh dist file independently, not just copy from bash

v0.0.4

12 Jul 16:44
Compare
Choose a tag to compare
  • Fix indentation
  • Add ksh support
  • Add more colors:
    • purple
    • orange
    • pink
    • brown
    • black
    • white
  • Use "case" instead of "if" statement