Changelog

This commit is contained in:
Dylan Araps
2016-06-03 18:37:33 +10:00
parent e2e0811116
commit 56447fc35c
2 changed files with 88 additions and 0 deletions

13
1.8.md
View File

@@ -24,6 +24,19 @@
- Added support for Devuan Linux.
### Terminal and Terminal Font
![img](https://ipfs.pics/ipfs/QmbAJRzx3so9d2NUGskdYYk3fXpqMk7eXPqEimwLXNYLu2)
- Added `term` function to display current terminal emulator. \[1\]
- Added `termfont` function to display current terminal font. \[2\]
\[1\] Both of these functions are enabled by default.
\[2\] See this wiki page for more info about the functions: [Link](https://github.com/dylanaraps/neofetch/wiki/Terminal-and-Terminal-Font-detection)
### Info
- Use faster `$(())` syntax for index variables.