Changelog
This commit is contained in:
parent
7f7d3748a9
commit
973174d0ab
21
1.8.md
21
1.8.md
|
@ -1,5 +1,23 @@
|
|||
# Neofetch 1.8
|
||||
|
||||
This version of neofetch is vastly different from the previous versions and this<br \>
|
||||
changelog won't cover everything that's changed. Have a look through the commit<br \>
|
||||
history for more info.
|
||||
|
||||
There were a lot of major changes to how things work in this release so I'm expecting<br \>
|
||||
bugs/things not working for people. Depending on what comes up we my release a few 1.8.X<br \>
|
||||
versions.
|
||||
|
||||
This changelog is a bit of a mess this time around and I apologize but it should at least<br \>
|
||||
get the message accross.
|
||||
|
||||
Android support didn't make it into this release as it requires testing on more devices.<br \>
|
||||
If you've got a device running android and would like to help test out the branch, check<br \>
|
||||
out the open PR here: [#322](https://github.com/dylanaraps/neofetch/pull/322)
|
||||
|
||||
This release also saw a lot more contributers which makes me really happy. Thanks to those<br \>
|
||||
below for helping out. :)
|
||||
|
||||
### Contributers
|
||||
|
||||
- **[@hashhar](https://github.com/hashhar)**
|
||||
|
@ -37,6 +55,7 @@ bottom of the window. See [#279](https://github.com/dylanaraps/neofetch/pull/279
|
|||
- The title at the top is now much more colorful.
|
||||
- Moved commands near the bottom of the script to a new function called `main`.
|
||||
- Use `read -s` instead of `stty -echo` and `stty +echo`.
|
||||
- Use faster `$(())` syntax for index variables.
|
||||
- `-v` now shows where the config files were sourced from.
|
||||
- Cleanup
|
||||
- Neofetch no longer clears the screen when run in ascii or image=off modes.
|
||||
|
@ -65,8 +84,6 @@ bottom of the window. See [#279](https://github.com/dylanaraps/neofetch/pull/279
|
|||
|
||||
### Info
|
||||
|
||||
- Use faster `$(())` syntax for index variables.
|
||||
|
||||
**Terminal and Terminal Font**<br \>
|
||||
|
||||
![img](https://ipfs.pics/ipfs/QmR39ScLi56Yt73pA3YWri9ayatN6mpwSTEmM8RVdeRsB1)
|
||||
|
|
Reference in New Issue