github HorlogeSkynet/archey4 v4.12.0

latest releases: v4.14.3.0, v4.14.2.0, v4.14.1.0...
2 years ago

Release Notes

🆕 📦 Now available as a proper Homebrew formula (in the default tap !) 🎉

💄 💥 "Pretty names" for multiple-words entries by default (WanIP -> WAN IP)

🐛 💥 Prevent text truncation when writing output to a pipe

🐛 💥 Prevent colored output by default when writing to a pipe (see next item related to colors)

🆕 CLICOLOR[_FORCE] environment variables support

🆕 Kernel name

🆕 Proper CHANGELOG.md file

🆕 one_line option for LAN_IP & WAN_IP entries configuration objects

🆕 TERM_PROGRAM_VERSION environment variable support for Terminal

🆕 USER, LOGNAME & LNAME environment variables support for User entry

🆕 💄 Alternative logo styles support (see #98, and thanks to @GentleHoneyLover)

Darwin users, you might already wanna pass -l retro at runtime so as to enjoy previous archey-osx project logo !

📦 distro & netifaces Python dependencies are now "frozen" to allow upstream breakages

API (breaking) changes

See v4.12.0 migration guide.

🆕 Kernel name attribute

💄 💥 As described above, you may expect changes in JSON keys corresponding to multi-words named entries (i.e. DesktopEnvironment --> Desktop Environment).

{
  "data": {
    /* ... */
    "Kernel": {
        "name": "Linux",
        /* ... */
    },
    /* ... */
    "Desktop Environment": "Cinnamon",
    /* ... */
  },
  "meta": {
    "version": [4, 12, 0],
    /* ... */
  }
}

Bye, happy upgrade 👋

Don't miss a new archey4 release

NewReleases is sending notifications on new releases.