Added new changelof
This commit is contained in:
parent
09a0b53d30
commit
bbfa4b67e7
2 changed files with 1 additions and 97 deletions
97
1.5.md
97
1.5.md
|
@ -1,97 +0,0 @@
|
|||
# Neofetch 1.5
|
||||
|
||||
![Xubuntu](https://ipfs.pics/ipfs/QmWPvwW3nQoKVffHSZUu57MwCpQDZoMVTHQVwwCom2ChqM)
|
||||
|
||||
### Contributers
|
||||
|
||||
Thanks to the following people for helping me to improve neofetch.
|
||||
|
||||
- **[@iandrewt](https://github.com/iandrewt)**
|
||||
- **[@konimex](https://github.com/konimex)**
|
||||
- **[@CousinMachu](https://github.com/CousinMachu)**
|
||||
|
||||
### General
|
||||
|
||||
- Remove all `echo` usage inside the script.
|
||||
- More cleanup and misc bug fixes.
|
||||
|
||||
### Packages
|
||||
|
||||
- Neofetch is now packaged for `Fedora` and `Fedora` based distros. **[@konimex](https://github.com/konimex)**.
|
||||
- Added installation instructions for RHEL and CentOS. **[@konimex](https://github.com/konimex)**.
|
||||
- Added stable package to the AUR. **[neofetch](https://aur.archlinux.org/packages/neofetch/)**
|
||||
|
||||
### Progress Bars
|
||||
|
||||
This has finally been merged to master, a big thanks to **[@iandrewt](https://github.com/iandrewt)** for helping
|
||||
me finish up with this PR.
|
||||
|
||||
![bars](https://ipfs.pics/ipfs/Qmbj8S7pi4CVw12XTawtRwRpLvkiZ9cxRxCUPMLQ1Nhhkb)
|
||||
|
||||
- Added progress bar support to CPU, Memory, Disk, Battery.
|
||||
- Added `progress_char` which allows you to change the character used when drawing the bars.
|
||||
- Added `progress_length` which allows you to set the max length in spaces of the bars.
|
||||
- Added `progress_elapsed_color` which sets the elapsed color.
|
||||
- Added `progress_total_color` which sets the total color.
|
||||
- Added `--progress_colors` which takes two color values: `elapsed`, `total`.
|
||||
- Added `cpu_display`, `memory_display`, `disk_display` and `battery_display` which allow you<br \>
|
||||
to customize where or if the progress bar will appear.
|
||||
- Takes these values: `info`, `bar`, `infobar`, `barinfo`
|
||||
|
||||
### OS
|
||||
|
||||
- Added support for `SteamOS`.
|
||||
|
||||
### Images
|
||||
|
||||
- Using `xoffset` now also moves the text over.
|
||||
- Changed default gap size to `2`.
|
||||
- Fixed an issue with Nitrogen and multi monitor wallpaper setups. **[@CousinMachu](https://github.com/CousinMachu)**
|
||||
|
||||
### Ascii
|
||||
|
||||
- Kaos: Update ascii logo to the new logo.
|
||||
- Added ascii logos for `Kubuntu`, `Lubuntu`, `Xubuntu` and `ubuntu-gnome`.
|
||||
- You can enable them with `--ascii_distro kubuntu`, `--ascii_distro lubuntu` and etc.
|
||||
|
||||
### Info
|
||||
|
||||
**OS**<br \>
|
||||
- [ OSX ] Fix buildversion displaying regardless of on/off. **[@iandrewt](https://github.com/iandrewt)**
|
||||
- [ OSX ] Added `osx_codename` (on by default) which prints the OSX codename. **[@iandrewt](https://github.com/iandrewt)**
|
||||
|
||||
**Disk Usage**<br \>
|
||||
- Only display usage of local disks.
|
||||
- Fixed disk usage progress bars when the used value was larger than the total. **[@iandrewt](https://github.com/iandrewt)**
|
||||
|
||||
**Theme**<br \>
|
||||
- Added `/usr/share` as another theme directory to fix an issue with no theme being found. **[@iandrewt](https://github.com/iandrewt)**
|
||||
|
||||
**CPU**<br \>
|
||||
- Added `cpu_shorthand` to shorten the output of CPU. **[@iandrewt](https://github.com/iandrewt)**
|
||||
- Takes these values: `name`, `speed`, `tiny`, `on`, `off`
|
||||
- Added the ability to print the CPU Usage by using `cpu_display="info"` or `--cpu_display off/on info`.
|
||||
- Added `cpu_cores` to enable/disable showing the number of CPU cores in the output. **[@iandrewt](https://github.com/iandrewt)**
|
||||
|
||||
**GPU**<br \>
|
||||
- Added new `tiny` option to `gpu_shorthand` to further shorten the GPU output. **[@iandrewt](https://github.com/iandrewt)**
|
||||
|
||||
**Memory**<br \>
|
||||
- Fix hang on older systems.
|
||||
|
||||
**Desktop Environment**<br \>
|
||||
- Fixed bug where `i3` would show up as both a DE and a WM.
|
||||
|
||||
**Birthday**<br \>
|
||||
- Fixed the birthday function on OS X, it apparently wasn't working from the start. **[@iandrewt](https://github.com/iandrewt)**
|
||||
|
||||
**Song**<br \>
|
||||
- [ OSX ] Added Spotify support to song. **[@iandrewt](https://github.com/iandrewt)**
|
||||
- [ OSX ] Added Itunes support to song. **[@iandrewt](https://github.com/iandrewt)**
|
||||
- Fix bug with `song_shorthand` and songs with more than one occurence of `-`.
|
||||
|
||||
**Battery**<br \>
|
||||
- Fixed a naming error when multiple batteries are displayed. **[@iandrewt](https://github.com/iandrewt)**
|
||||
|
||||
### Stdout Mode
|
||||
- Fixed issues with functions that use `prin`.
|
1
1.6.md
Normal file
1
1.6.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Neovim 1.6
|
Loading…
Reference in a new issue