hyfetch/1.8.md

194 lines
7.6 KiB
Markdown
Raw Normal View History

2016-05-14 22:00:46 +10:00
# Neofetch 1.8
2016-05-15 01:14:14 +10:00
2016-10-02 13:59:50 +11:00
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. :)
2016-05-15 01:19:57 +10:00
### Contributers
- **[@hashhar](https://github.com/hashhar)**
2016-05-16 19:09:47 +10:00
- **[@williamkray](https://github.com/williamkray)**
2016-05-17 08:55:30 +10:00
- **[@dar-irl](https://github.com/dar-irl)**
2016-05-17 17:09:10 +10:00
- **[@gabe565](https://github.com/gabe565)**
2016-05-21 17:03:51 +10:00
- **[@maddcoder](https://github.com/maddcoder)**
2016-05-23 22:18:34 +10:00
- **[@iandrewt](https://github.com/iandrewt)**
2016-06-10 19:52:23 +10:00
- **[@aranega](https://github.com/aranega)**
2016-08-11 22:13:51 +10:00
- **[@vendion](https://github.com/vendion)**
2016-08-11 22:15:39 +10:00
- **[@konimex](https://github.com/konimex)**
2016-10-02 11:55:10 +11:00
- **[@undrskr](https://github.com/undrskr)**
2016-05-15 01:19:57 +10:00
2016-05-15 09:15:05 +10:00
### General
2016-10-02 11:55:10 +11:00
- Added `--version` to print the neofetch version.
- Fix issue when title and background were both color `7`.
- Fix issue with incorrect text color when `barinfo` is set.
- Fixed various Travis.ci bugs.
- Fix lint errors.
2016-06-12 16:44:19 +10:00
- Moved all whitespace trimming to a dedicated function.
- Neofetch will no longer have any whitespace issues in the output.
2016-06-12 17:25:57 +10:00
- See [trim()](https://github.com/dylanaraps/neofetch/commit/d3c87cdaacf1ea9fbf245146c910dc53b49dba08#diff-e863270127ca6116fd30e708cdc582fcR2789)
2016-10-02 11:55:10 +11:00
- Quote all variable/command substitutions.
- Removed `line_wrap` as having it set to `on` broke the output.
2016-08-19 23:01:18 +10:00
- Removed `stdout` mode since it's been broken for a while now and I don't see the<br\>
point in fixing it.
2016-10-02 11:55:10 +11:00
- Removed in-script config in favor of sourcing the default user config.
2016-06-12 16:34:37 +10:00
- Remove all instances of `! -z` since they're pointless.
2016-06-12 17:23:54 +10:00
- Remove all `bc` usage by simplifying math.
2016-10-02 11:55:10 +11:00
- Supress `getconfig` and `getscriptdir` errors.
- Supress `xprop` errors since it's now an optional dependency.
2016-06-13 19:14:56 +10:00
- The prompt is now dynamically set in image mode instead of being anchored to the<br \>
2016-08-04 09:46:37 +10:00
bottom of the window. See [#279](https://github.com/dylanaraps/neofetch/pull/279) and [#299](https://github.com/dylanaraps/neofetch/pull/299) for examples.
2016-10-02 11:55:10 +11:00
- The title at the top is now much more colorful.
2016-08-12 20:44:36 +10:00
- Moved commands near the bottom of the script to a new function called `main`.
2016-08-26 13:21:36 +10:00
- Use `read -s` instead of `stty -echo` and `stty +echo`.
2016-10-02 13:59:50 +11:00
- Use faster `$(())` syntax for index variables.
2016-10-02 11:55:10 +11:00
- `-v` now shows where the config files were sourced from.
2016-08-12 20:44:36 +10:00
- Cleanup
2016-10-02 13:48:04 +11:00
- Neofetch no longer clears the screen when run in ascii or image=off modes.
- You can use the old behaviour by aliasing `clear && neofetch` to `neofetch`.
2016-05-15 09:15:05 +10:00
2016-06-01 17:20:21 +10:00
### OS
2016-10-02 11:55:10 +11:00
- Added support for Windows 10 Linux subsystem. **[@konimex](https://github.com/konimex)**
- Added support for GuixSD. **[@konimex](https://github.com/konimex)**
2016-06-01 17:20:21 +10:00
- Added support for Devuan Linux.
2016-06-27 10:20:19 +10:00
- Added support for GalliumOS.
2016-08-19 22:53:24 +10:00
- Added support for Openwrt.
2016-08-11 22:13:51 +10:00
- Added support for PacBSD. **[@vendion](https://github.com/vendion)**
2016-08-18 08:11:50 +10:00
- Added support for Rosa.
2016-08-11 22:15:39 +10:00
- Added support for Solaris (Oracle / OpenIndiana). **[@konimex](https://github.com/konimex)**
2016-06-14 08:32:37 +10:00
- Added support for macOS Sierra. **[@iandrewt](https://github.com/iandrewt)**
2016-08-14 11:13:29 +10:00
- Fixed various iOS related issues.
2016-06-01 17:20:21 +10:00
2016-08-12 23:17:08 +10:00
### Packages
- Added Cydia package for iOS.
- See https://github.com/dylanaraps/neofetch#ios-1
2016-10-02 13:49:34 +11:00
### Info
**Terminal and Terminal Font**<br \>
2016-06-03 18:37:33 +10:00
2016-06-03 18:40:39 +10:00
![img](https://ipfs.pics/ipfs/QmR39ScLi56Yt73pA3YWri9ayatN6mpwSTEmM8RVdeRsB1)
2016-06-03 18:37:33 +10:00
- Added `term` function to display current terminal emulator. \[1\]
- Added `termfont` function to display current terminal font. \[2\]
2016-06-03 18:38:56 +10:00
\[1\] Both of these functions are enabled by default.<br \>
2016-06-03 18:37:33 +10:00
\[2\] See this wiki page for more info about the functions: [Link](https://github.com/dylanaraps/neofetch/wiki/Terminal-and-Terminal-Font-detection)
2016-08-26 22:20:06 +10:00
**Model**<br \>
- Added `model` a new function which displays your device's product vendor/name.
![Mode](https://ipfs.pics/ipfs/Qmcy2o5xZCELxroNLHAhY96ZsrwBFR86NGDCu5e2UPVn4b)
2016-10-02 11:55:10 +11:00
**Distro**<br \>
- Added `distro_shorthand` **[@konimex](https://github.com/konimex)**
2016-08-26 22:20:06 +10:00
2016-08-26 13:21:36 +10:00
**Title**<br \>
- Added additional fallback which gets the current username from `$HOME`.
2016-05-28 09:56:19 +10:00
**Color Blocks**<br \>
- Added `--block_height` / `$block_height` to change the number of lines high each<br \>
2016-05-28 10:02:10 +10:00
block will be.
![Big Blocks](https://ipfs.pics/ipfs/QmZpR8ukZNfGXkhXjTwAy3eWVRCeHdrurhgAdV5CSiTVvR)
2016-05-28 09:56:19 +10:00
**Resolution**<br \>
2016-05-17 08:55:30 +10:00
- [Windows] Fix resolution on Windows 10. **[@dar-irl](https://github.com/dar-irl)**
2016-06-14 17:10:59 +10:00
- [Mac OS X] Hide refresh rate if `0`. **[@iandrewt](https://github.com/iandrewt)**
2016-06-25 10:57:59 +10:00
- Fixed `xrandr` output on systems not using gawk.
- [Linux / BSD] Shortened refresh rate output.
2016-05-17 08:55:30 +10:00
2016-05-28 09:56:19 +10:00
**Shell**<br \>
2016-05-21 17:03:51 +10:00
- Show `fish` shell version. **[@maddcoder](https://github.com/maddcoder)**
2016-05-28 09:56:19 +10:00
2016-05-16 19:09:47 +10:00
**Song**<br \>
2016-10-02 11:55:10 +11:00
- Added support for Deadbeef. **[@konimex](https://github.com/konimex)**
- Added support for Amarok. **[@konimex](https://github.com/konimex)**
- Added support for Banshee. **[@konimex](https://github.com/konimex)**
- Added support for Rhythmbox. **[@konimex](https://github.com/konimex)**
2016-05-16 19:09:47 +10:00
- [Cmus] Prevent `tag artistsort` from showing up in song title. **[@williamkray](https://github.com/williamkray)**
2016-05-23 22:18:34 +10:00
- [Cmus] Fix order of music tags. **[@iandrewt](https://github.com/iandrewt)**
2016-06-05 09:21:43 +10:00
- [Cmus] The function now works on both OS X and Linux.
2016-05-28 15:43:21 +10:00
- [iTunes] Fix song not displaying. **[@iandrewt](https://github.com/iandrewt)**
2016-05-16 19:09:47 +10:00
2016-08-26 13:21:36 +10:00
**CPU**<br \>
2016-10-02 11:55:10 +11:00
2016-08-26 13:21:36 +10:00
- Simplify CPU Core command.
2016-06-13 22:37:11 +10:00
**CPU Usage**<br \>
2016-08-26 13:21:36 +10:00
- 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.
2016-06-13 22:37:11 +10:00
2016-05-15 09:15:05 +10:00
2016-05-17 17:09:10 +10:00
### Image
2016-06-10 19:52:23 +10:00
![terminology](https://ipfs.pics/ipfs/QmbVEUREBg4hMG22WrQ2bkt2sZZzyTEP5EEXmHRw7MHD6A)
- Added image support for terminology with `tycat`. **[@aranega](https://github.com/aranega)** \[1\]
2016-08-04 09:46:37 +10:00
- Fixed issues with lines getting drawn through images. See [#296](https://github.com/dylanaraps/neofetch/pull/296)
2016-05-31 12:14:05 +10:00
- Added `--crop_mode none` / `crop_mode=none` to disable cropping the images.
- Added `--size none` / `size=none` to disable resizing / cropping the images.
2016-06-13 19:14:56 +10:00
- Removed `image_position`
2016-06-16 17:19:58 +10:00
- `--image off` now behaves like the other image modes.
2016-06-10 23:12:50 +10:00
2016-06-13 19:16:00 +10:00
\[1\] `tycat` is a terminology builtin that works similarly to w3m-img. Those using terminology<br \>
now have working image support.
2016-06-10 23:12:50 +10:00
##### Shuffle mode
- Fixed directory going out of bounds causing a fallback to ascii mode. **[@gabe565](https://github.com/gabe565)**
- Simplified shuffle function.
- Path no longer requires a `/` at the end. **[@aranega](https://github.com/aranega)**
2016-06-10 19:52:23 +10:00
2016-05-15 01:14:14 +10:00
### Ascii
- Add `ascii_bold` which allows you to bold the ascii art.
2016-10-02 11:55:10 +11:00
- Added `--ascii_distro mac` as a shorter way of using the OS X ascii.
- Added missing `$ascii_distro` config option.
- Better `Ubuntu-GNOME` ascii art. **[@hashhar](https://github.com/hashhar)**
2016-08-04 09:46:37 +10:00
- Custom ascii files (`--ascii path/to/ascii_file`) now follow the same format as the<br\>
distro ascii files. See this wiki page that explains the syntax. [Link](https://github.com/dylanaraps/neofetch/wiki/Custom-Ascii-art-file-format)
2016-05-16 23:38:43 +10:00
- Fix a color issue with Debian's ascii logo.
2016-10-02 12:03:14 +11:00
- Fix an error with an unescaped char in Windows' ascii art.
2016-08-26 13:21:36 +10:00
- Use a pure bash solution to getting ascii size.
2016-10-02 11:55:10 +11:00
- Updated Solus ascii art to match new logo. **[@undrskr](https://github.com/undrskr)**
2016-05-16 19:09:47 +10:00