neofetch/1.7.md

69 lines
1.6 KiB
Markdown
Raw Normal View History

2016-04-01 12:57:29 +02:00
# Neofetch 1.7
2016-04-01 17:31:10 +02:00
2016-04-01 17:44:57 +02:00
2016-04-01 17:31:10 +02:00
### Contributers
2016-04-01 17:44:57 +02:00
Thanks to the following people for contributing this release.
- **[@dawidd6](https://github.com/dawidd6)**
2016-04-01 17:31:10 +02:00
2016-04-12 03:10:31 +02:00
### General
- Made it easier to get verbose logs.
- Added issue template for github.
2016-04-01 17:31:10 +02:00
### Info
2016-04-02 02:36:16 +02:00
**prin**<br \>
- Format changes to fix issues with colons in string. This change also makes<br \>
`prin` use the same args as `info`.
```sh
# OLD Format
prin "Subtitle: Text goes here"
# NEW Format
prin "Subtitle" "Text goes here"
```
2016-04-02 03:52:21 +02:00
**Underline**<br \>
- Underlining is no longer hardcoded to title length meaning you can now<br \>
underline any part of the output and the length will match.
- `$underline` was renamed to `$underline_enabled`.
```sh
# OLD Variable
underline="on"
# NEW Variable
underline_enabled="on"
```
2016-04-04 16:53:07 +02:00
**Distro**<br \>
- Fix arch issues with ARM cpus.
- We now use `uname -m` to get the arch instead of hardcoding `x86`.
2016-04-04 17:03:03 +02:00
- Moved distro detection to a function called `getdistro`.
2016-04-13 07:33:04 +02:00
- Fixed issue with `ascii_distro` not working.
2016-04-04 16:53:07 +02:00
**CPU**<br \>
- Fixed issues when cpu speed was < 1Ghz
- Cleanup of CPU function.
2016-04-12 03:18:18 +02:00
**Packages**<br \>
- Fixed incorrect package count when an Arch user had `dpkg` installed...
2016-04-01 17:31:10 +02:00
**Desktop Environment**<br \>
- [ Linux ] Fallback to using `xprop` if `$XDG_CURRENT_DESKTOP` is empty.
2016-04-01 17:32:56 +02:00
- Use `$de` instead of `$XDG_CURRENT_DESKTOP` for wallpaper and theme detection.
2016-04-04 16:53:07 +02:00
- Fixed xprop bug with DE detection when X wasn't running.
2016-04-02 02:36:16 +02:00
2016-04-03 04:00:00 +02:00
**Window Manager Theme**<br \>
- Fixed bug when `$de` was unset.
**Color Blocks**<br \>
- Fixed bug when the blocks wrap a line causing a large white strip to appear.
2016-04-04 16:53:07 +02:00