Commit 4f65a81f authored by Dylan Araps's avatar Dylan Araps

Changelog

parent d3c87cda
...@@ -12,6 +12,9 @@ ...@@ -12,6 +12,9 @@
### General ### General
- Moved all whitespace trimming to a dedicated function.
- Neofetch will no longer have any whitespace issues in the output.
- See [trim()](https://github.com/dylanaraps/neofetch/blob/master/neofetch#L2789-2806)
- Only call `tput` when we really need to. - Only call `tput` when we really need to.
- Supress `getconfig` and `getscriptdir` errors. - Supress `getconfig` and `getscriptdir` errors.
- Fix issue when title and background were both color `7`. - Fix issue when title and background were both color `7`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment