|
1 | 1 | # Neofetch 1.8 |
2 | 2 |
|
| 3 | +This version of neofetch is vastly different from the previous versions and this<br \> |
| 4 | +changelog won't cover everything that's changed. Have a look through the commit<br \> |
| 5 | +history for more info. |
| 6 | + |
| 7 | +There were a lot of major changes to how things work in this release so I'm expecting<br \> |
| 8 | +bugs/things not working for people. Depending on what comes up we my release a few 1.8.X<br \> |
| 9 | +versions. |
| 10 | + |
| 11 | +This changelog is a bit of a mess this time around and I apologize but it should at least<br \> |
| 12 | +get the message accross. |
| 13 | + |
| 14 | +Android support didn't make it into this release as it requires testing on more devices.<br \> |
| 15 | +If you've got a device running android and would like to help test out the branch, check<br \> |
| 16 | +out the open PR here: [#322](https://github.com/dylanaraps/neofetch/pull/322) |
| 17 | + |
| 18 | +This release also saw a lot more contributers which makes me really happy. Thanks to those<br \> |
| 19 | +below for helping out. :) |
| 20 | + |
3 | 21 | ### Contributers |
4 | 22 |
|
5 | 23 | - **[@hashhar](https://github.com/hashhar)** |
@@ -37,6 +55,7 @@ bottom of the window. See [#279](https://github.com/dylanaraps/neofetch/pull/279 |
37 | 55 | - The title at the top is now much more colorful. |
38 | 56 | - Moved commands near the bottom of the script to a new function called `main`. |
39 | 57 | - Use `read -s` instead of `stty -echo` and `stty +echo`. |
| 58 | +- Use faster `$(())` syntax for index variables. |
40 | 59 | - `-v` now shows where the config files were sourced from. |
41 | 60 | - Cleanup |
42 | 61 | - 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 |
65 | 84 |
|
66 | 85 | ### Info |
67 | 86 |
|
68 | | -- Use faster `$(())` syntax for index variables. |
69 | | - |
70 | 87 | **Terminal and Terminal Font**<br \> |
71 | 88 |
|
72 | 89 |  |
|
0 commit comments