Skip to content

v0.7.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 01:03

2021-03-12

Features

  • Core: Added kernel and OS detection.
  • Core: Added distribution detection.
  • Core: Added user information and uptime detection.
  • Core: Added installed packages detection.
  • Core: Added shell detection.
  • Core: Added CPU detection.
  • ASCII: Added some rudimentary groundwork for randomly colored ASCII output.

Flags

  • ASCII: Added flag (-A) to specify which distribution logo should be displayed.
  • Distro: Added flag (-D) to specify distribution.
  • Config: Added long flag (--config) to specify configuration file.
  • Core: Added flag (-v) to specify verbose output.

Code Refactoring

  • Distro: Relocate some distro-specific code to their own library .sh files.
  • ASCII: Located all known ASCII into their own files to slim down and modularize code.
  • Config: Moved almost all user configuration into a CONF config file.
  • Config: Created configuration parsing logic.

Miscellanious Commits

  • Config: Added sample configuration file.