Skip to content

Version 0.8.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Mar 22:11
· 25 commits to master since this release

v0.8.1

2021-03-19

Bug Fixes

  • ASCII: Miscellaneous formatting and fixes for some broken ASCII (#12)
  • ASCII: Fixing Proxmox colors

Code Refactoring

  • Core: Enabling FETCH_DATA_DIR to be where lib and ascii files reside. Configurable.
  • Core: Large refactor of output functions, creating main() and separating text and ASCII (#19)
  • Core: Formatted script to standards and created workflows for keeping it clean (#13)
  • Core: Moving distro lib files into 'distro' folder

Features

  • Detection: Add memory usage detection (#9)

Flags

  • Text: Adding flag (-N) to specify no color output (#10)
  • ASCII: Added flag (-R) to randomize colors in ASCII output
  • ASCII: Added flag (-L) for logo only display
  • Core: Added flag (-T) for text only display

Miscellanious Commits

  • Core: Moved fetch.sh to just fetch
  • Documentation: Adding a manpage file
  • Github: Update issue templates