Skip to content

🐌 v2.5.2 πŸŒ—πŸšπŸˆ

Compare
Choose a tag to compare
@oldratlee oldratlee released this 24 Jan 18:05
· 26 commits to dev-2.x since this release

repo-icon

🐞 BugFix

  • coat/taoc: missing last line if there’s no newline at the end of the file πŸŒ— πŸ™€
  • xpl: wrong exit code when file not existed or open file failure πŸ”’

πŸ› οΈ Improvements/Refactor

  • find bash with /usr/bin/env in shebang (by @hyperupcall in #119) 🐚
  • coat/taoc: 🐈
    • remove pipe when naked cat(more straightforward and faster) 😸
    • extract colorLines function 🌈
  • a2l: merge function colorPrint into rotateColorPrint πŸ› οΈ
  • improve readability
    • remove var interpolation in printf format if possible
    • rename vars, e.g. message -> content, normal -> color_reset πŸ‘“
    • use \e instead of \033
    • improve comments for -t check
  • simplify var usage
    • remove unnecessary {} when use var
    • remove quote of values in simple assignment

🚜 Build/CI

  • upgrade shunit2 lib

Have Fun! πŸ’•
2024-01-25