diff --git a/1.8.md b/1.8.md
index d513413a..1179b2ff 100644
--- a/1.8.md
+++ b/1.8.md
@@ -38,6 +38,7 @@ bottom of the window. See [#279](https://github.com/dylanaraps/neofetch/pull/279
- `-v` now shows where the config files were sourced from.
- Removed in-script config in favor of sourcing the default user config.
- Moved commands near the bottom of the script to a new function called `main`.
+- Use `read -s` instead of `stty -echo` and `stty +echo`.
- Cleanup
@@ -75,6 +76,11 @@ bottom of the window. See [#279](https://github.com/dylanaraps/neofetch/pull/279
- Use faster `$(())` syntax for index variables.
+**Title**
+
+- Added additional fallback which gets the current username from `$HOME`.
+
+
**Color Blocks**
- Added `--block_height` / `$block_height` to change the number of lines high each
@@ -103,11 +109,14 @@ block will be.
- [Cmus] The function now works on both OS X and Linux.
- [iTunes] Fix song not displaying. **[@iandrewt](https://github.com/iandrewt)**
+**CPU**
+- Simplify CPU Core command.
+
**CPU Usage**
-- Fixed broken CPU usage output on BSD and Windows
-- Fixed misleading output on Linux / Mac OS X
-- Moved CPU Usage to its own dedicated function
+- Fixed broken CPU usage output on BSD and Windows.
+- Fixed misleading output on Linux / Mac OS X.
+- Moved CPU Usage to its own dedicated function.
### Image
@@ -142,4 +151,5 @@ distro ascii files. See this wiki page that explains the syntax. [Link](https://
- Fix a color issue with Debian's ascii logo.
- Added `--ascii_distro mac` as a shorter way of using the OS X ascii.
- Added missing `$ascii_distro` config option.
+- Use a pure bash solution to getting ascii size.