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 previousarchey-osx
project logo !
📦 distro
& netifaces
Python dependencies are now "frozen" to allow upstream breakages
API (breaking) changes
🆕 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 👋