Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Oct 2, 2016
1 parent 7f7d374 commit 973174d
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions 1.8.md
Original file line number Diff line number Diff line change
@@ -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)**
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 973174d

Please sign in to comment.