docs: update

This commit is contained in:
Dylan Araps 2018-05-18 16:14:04 +10:00
parent 8b4c858042
commit 0e43d765fa
1 changed files with 46 additions and 42 deletions

View File

@ -7,7 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
- [config] Fixed issue with default config in bash3.
- [packages] Simplified code.
- [term] Fixed macOS issue.
- [term] Fixed `tmux` issue.
## [4.0.0] - 2018-05-17 ## [4.0.0] - 2018-05-17
This release bumps the version number up to `4.0.0` as it contains major This release bumps the version number up to `4.0.0` as it contains major
@ -27,7 +31,7 @@ it. :+1:
## Discord ## Discord
Neofetch now has a Discord server. Come and join the discussion! Neofetch now has a Discord server. Come and join the discussion!
<a <a
href="https://discord.gg/BtnTPFF"><img href="https://discord.gg/BtnTPFF"><img
@ -113,12 +117,12 @@ src="https://img.shields.io/discord/440354555197128704.svg"></a>
- Added support for detecting `dwm`. - Added support for detecting `dwm`.
## [3.4.0] - 2018-04-05 ## [3.4.0] - 2018-04-05
This release adds support for a large number of Linux distros as well as support for the latest macOS and iOS devices. This release also contains a large number of bug fixes and some minor features. This release adds support for a large number of Linux distros as well as support for the latest macOS and iOS devices. This release also contains a large number of bug fixes and some minor features.
I'm pretty sure that this release is the largest in terms of number of contributors. Thanks to everyone who contributed this release! I'm pretty sure that this release is the largest in terms of number of contributors. Thanks to everyone who contributed this release!
## Contributors ## Contributors
@ -271,7 +275,7 @@ I'm pretty sure that this release is the largest in terms of number of contribut
- Fixed Kitty `font_size` regex. [**@aidanharris**](https://github.com/aidanharris) - Fixed Kitty `font_size` regex. [**@aidanharris**](https://github.com/aidanharris)
- Added support for `XTerm.vt11.facename`. [**@aidanharris**](https://github.com/aidanharris) - Added support for `XTerm.vt11.facename`. [**@aidanharris**](https://github.com/aidanharris)
## [3.3.0] - 2017-09-14 ## [3.3.0] - 2017-09-14
Thanks to everyone who contributed this release, I appreciate ya! Thanks to everyone who contributed this release, I appreciate ya!
@ -399,13 +403,13 @@ Thanks to everyone who contributed this release, I appreciate ya!
- Use `maim` over `scrot`. **[@ybden](https://github.com/ybden)** - Use `maim` over `scrot`. **[@ybden](https://github.com/ybden)**
- Fixed `scrot_cmd` arguments not being used. **[@winneon](https://github.com/winneon)** - Fixed `scrot_cmd` arguments not being used. **[@winneon](https://github.com/winneon)**
## [3.2.0] - 2017-06-21 ## [3.2.0] - 2017-06-21
This release was long overdue and I apologise for the delay. I've been busy with study among other things. This update is smaller than usual but fixes some important bugs. This release was long overdue and I apologise for the delay. I've been busy with study among other things. This update is smaller than usual but fixes some important bugs.
Thanks once again to everyone that contributed! Thanks once again to everyone that contributed!
## Contributors ## Contributors
@ -485,7 +489,7 @@ Thanks once again to everyone that contributed!
- [FreeBSD]: Fix inaccurate free memory calculation. - [FreeBSD]: Fix inaccurate free memory calculation.
## [3.1.0] - 2017-04-25 ## [3.1.0] - 2017-04-25
Hi, It's been quite a while since the last release. I've been extremely busy with university and I finally found some time to flag a new release. (I've been meaning to do this for a few weeks now) Hi, It's been quite a while since the last release. I've been extremely busy with university and I finally found some time to flag a new release. (I've been meaning to do this for a few weeks now)
@ -598,7 +602,7 @@ The screenshot feature no longer requires any configuration before working. We n
- [Linux] Hide duplicate GPU lines (Only display 1). - [Linux] Hide duplicate GPU lines (Only display 1).
## [3.0.1] - 2017-01-30 ## [3.0.1] - 2017-01-30
This minor release fixes all of the bugs that were found in the 3.0 release. This minor release fixes all of the bugs that were found in the 3.0 release.
@ -667,12 +671,12 @@ Thanks for all of the bug reports and contributions. :)
## Scrot ## Scrot
- Added message to let users know that a screenshot was taken. - Added message to let users know that a screenshot was taken.
## [3.0] - 2017-01-23 ## [3.0] - 2017-01-23
This is another large release containing over `550` commits from 7 contributors. Due to the size and large amount of changes made this release expect at least one minor release to fix any bugs that come up. This is another large release containing over `550` commits from 7 contributors. Due to the size and large amount of changes made this release expect at least one minor release to fix any bugs that come up.
The version number has been bumped to `3.0` due to the large amount of breaking changes introduced this update. I've added backwards compatibility for all of the new changes but there may still be some breakage. I highly recommend starting with a new config to avoid any issues that may arise. The version number has been bumped to `3.0` due to the large amount of breaking changes introduced this update. I've added backwards compatibility for all of the new changes but there may still be some breakage. I highly recommend starting with a new config to avoid any issues that may arise.
Neofetch now supports displaying images using `catimg`, `libcaca` and `jp2a`. See this wiki page for screenshots. https://github.com/dylanaraps/neofetch/wiki/Image-Backends Neofetch now supports displaying images using `catimg`, `libcaca` and `jp2a`. See this wiki page for screenshots. https://github.com/dylanaraps/neofetch/wiki/Image-Backends
@ -887,7 +891,7 @@ I have given collaborator access to both **[@konimex](https://github.com/konimex
- Fixed bug where `neofetch --config` sourced the user config twice. - Fixed bug where `neofetch --config` sourced the user config twice.
- Cleaned up config arg handling. - Cleaned up config arg handling.
## [2.0.2] - 2016-12-07 ## [2.0.2] - 2016-12-07
This minor release fixes some issues related to new features added in 2.0. These issues weren't picked up in the time between 2.0 and 2.1 and another minor release is needed due to the Packages issue being rather important. This minor release fixes some issues related to new features added in 2.0. These issues weren't picked up in the time between 2.0 and 2.1 and another minor release is needed due to the Packages issue being rather important.
@ -907,7 +911,7 @@ I also want to apologize to those packaging Neofetch for this unexpected release
**Theme**<br \> **Theme**<br \>
- [Cinnamon] Fixed incorrect information. - [Cinnamon] Fixed incorrect information.
## [2.0.1] - 2016-12-06 ## [2.0.1] - 2016-12-06
This release of Neofetch fixes some important bugs that were found after 2.0 was release. This includes: Detection issues on CentOS and Linux Mint systems, Incorrect Memory usage on BSD, Linux GPU detection issues and more. This release of Neofetch fixes some important bugs that were found after 2.0 was release. This includes: Detection issues on CentOS and Linux Mint systems, Incorrect Memory usage on BSD, Linux GPU detection issues and more.
@ -991,7 +995,7 @@ The config option `scrot_cmd` and the commandline flag `--scrot_cmd` are still t
- teknik doesn't compress images whereas imgur does. - teknik doesn't compress images whereas imgur does.
- You can change this back to imgur by using `--image_host imgur` or by editing your config file. - You can change this back to imgur by using `--image_host imgur` or by editing your config file.
## [2.0] - 2016-12-02 ## [2.0] - 2016-12-02
This is the biggest release of Neofetch in a long time. 97 files were changed with 2700~ additions to 2900~ deletions. Although the changelog isn't as interesting this time majority of the script has been rewritten, restructered and cleaned up. Every function and variable name follows a proper naming scheme and a large number of bugs were fixed. This is the biggest release of Neofetch in a long time. 97 files were changed with 2700~ additions to 2900~ deletions. Although the changelog isn't as interesting this time majority of the script has been rewritten, restructered and cleaned up. Every function and variable name follows a proper naming scheme and a large number of bugs were fixed.
@ -1127,12 +1131,12 @@ Thanks to all of the contributors this time around, you guys are a big help and
**Resolution**<br \> **Resolution**<br \>
- [MacOS] If refresh rate is empty don't append Hz. - [MacOS] If refresh rate is empty don't append Hz.
## [1.9.1] - 2016-11-04 ## [1.9.1] - 2016-11-04
This is a small release which fixes various issues found in 1.9. This is a small release which fixes various issues found in 1.9.
Note: Those packaging neofetch can ignore the new file: `config/travis` Note: Those packaging neofetch can ignore the new file: `config/travis`
## Contributors ## Contributors
- **[@konimex](https://github.com/konimex)** - **[@konimex](https://github.com/konimex)**
@ -1182,7 +1186,7 @@ Note: Those packaging neofetch can ignore the new file: `config/travis`
**Memory**<br \> **Memory**<br \>
- [OpenBSD] Fixed used memory usage. **[@Head-on-a-Stick](https://github.com/Head-on-a-Stick)** - [OpenBSD] Fixed used memory usage. **[@Head-on-a-Stick](https://github.com/Head-on-a-Stick)**
## [1.9] - 2016-11-01 ## [1.9] - 2016-11-01
This change log won't cover everything that's changed. Have a look through the commit This change log won't cover everything that's changed. Have a look through the commit
@ -1215,7 +1219,7 @@ Thanks to everyone below who contributed, it's nice to see some new faces too. :
- Added support for Android. - Added support for Android.
- Dependencies: - Dependencies:
- Required: `bash` and `busybox` - Required: `bash` and `busybox`
- Note: I recommend installing `termux` from the Play Store or F-Droid. Termux provides you with a fully - Note: I recommend installing `termux` from the Play Store or F-Droid. Termux provides you with a fully
working Linux environment, doesn't require root acess and includes all dependencies. working Linux environment, doesn't require root acess and includes all dependencies.
- Note2: Neofetch will be packaged in `termux` thanks to **[@konimex](https://github.com/konimex)** - Note2: Neofetch will be packaged in `termux` thanks to **[@konimex](https://github.com/konimex)**
- PR [#351](https://github.com/termux/termux-packages/pull/531) - PR [#351](https://github.com/termux/termux-packages/pull/531)
@ -1344,7 +1348,7 @@ Note: `\033[14t` is still supported, if images already work for you then you don
- Added support for Audacious. **[@ncmprhnsbl](https://github.com/ncmprhnsbl)** - Added support for Audacious. **[@ncmprhnsbl](https://github.com/ncmprhnsbl)**
- Rewrote song function, it's now much faster/cleaner. - Rewrote song function, it's now much faster/cleaner.
## [1.8.1] - 2016-10-04 ## [1.8.1] - 2016-10-04
This release fixes various bugs found in 1.8. This release fixes various bugs found in 1.8.
@ -1389,7 +1393,7 @@ This release fixes various bugs found in 1.8.
- Added logo mode which only displays the ascii art. - Added logo mode which only displays the ascii art.
- Adds two new identical flags `--logo` and `-L`. - Adds two new identical flags `--logo` and `-L`.
## [1.8] - 2016-10-02 ## [1.8] - 2016-10-02
This version of neofetch is vastly different from the previous versions and this This version of neofetch is vastly different from the previous versions and this
@ -1552,7 +1556,7 @@ now have working image support.
- Use a pure bash solution to getting ascii size. - Use a pure bash solution to getting ascii size.
- Updated Solus ascii art to match new logo. **[@undrskr](https://github.com/undrskr)** - Updated Solus ascii art to match new logo. **[@undrskr](https://github.com/undrskr)**
## [1.7] - 2016-05-14 ## [1.7] - 2016-05-14
Hello, sorry this release took so long. I've been extremely busy with uni and Hello, sorry this release took so long. I've been extremely busy with uni and
@ -1719,7 +1723,7 @@ called `fg` which will set the color to your foreground color.
[///// ] [///// ]
``` ```
## [1.6] - 2016-04-01 ## [1.6] - 2016-04-01
# Neofetch 1.6 # Neofetch 1.6
@ -1866,7 +1870,7 @@ Thanks to the following people for contributing this release.
### Scrot ### Scrot
- Fixed scrot function not using user defined options. - Fixed scrot function not using user defined options.
## [1.5] - 2016-03-17 ## [1.5] - 2016-03-17
# Neofetch 1.5 # Neofetch 1.5
@ -1960,7 +1964,7 @@ me finish up with this PR.
### Stdout Mode ### Stdout Mode
- Fixed issues with functions that use `prin`. - Fixed issues with functions that use `prin`.
## [1.4] - 2016-03-09 ## [1.4] - 2016-03-09
Lots of bugs were fixed and a lot of code was cleaned up, this changelog just lists Lots of bugs were fixed and a lot of code was cleaned up, this changelog just lists
@ -2032,14 +2036,14 @@ Example:
neofetch --stdout memory battery disk --stdout_separator " | " neofetch --stdout memory battery disk --stdout_separator " | "
``` ```
## [1.3] - 2016-02-26 ## [1.3] - 2016-02-26
# Fetch 1.3 # Fetch 1.3
Hey guys, Hey guys,
This update brought some breaking changes, see this wiki page for what you'll This update brought some breaking changes, see this wiki page for what you'll
need to update in your config file. need to update in your config file.
https://github.com/dylanaraps/fetch/wiki/Following-HEAD https://github.com/dylanaraps/fetch/wiki/Following-HEAD
@ -2110,7 +2114,7 @@ much faster and cleaner.
- Removed `--stdout_subtitles` - Removed `--stdout_subtitles`
- Removed `--stdout_title` - Removed `--stdout_title`
## [1.2] - 2016-02-17 ## [1.2] - 2016-02-17
# Fetch 1.2 # Fetch 1.2
@ -2125,7 +2129,7 @@ https://github.com/dylanaraps/fetch/wiki/Following-HEAD
### OS ### OS
We now support almost all the Linux distros Screenfetch supports excluding We now support almost all the Linux distros Screenfetch supports excluding
the distros that have been discontinued. the distros that have been discontinued.
Added support for these distros: Added support for these distros:
@ -2223,7 +2227,7 @@ info "Font" font
- Fix missing ascii art when fetch is installed in /usr/local - Fix missing ascii art when fetch is installed in /usr/local
- Update Deepin's ascii art to their new logo - Update Deepin's ascii art to their new logo
## [1.1] - 2016-02-06 ## [1.1] - 2016-02-06
# Fetch 1.1 changelog # Fetch 1.1 changelog
@ -2276,7 +2280,7 @@ the first value of `ascii_colors`. If `ascii_colors` is left empty, color will b
### Config file ### Config file
- Fetch now has a config file that you can share with people and keep between - Fetch now has a config file that you can share with people and keep between
script versions! [1] script versions! [1]
- Added `--config` and `$config_file` to specify a custom config location. - Added `--config` and `$config_file` to specify a custom config location.
- Added `--config off`, `--config none` and `$config` to enable / disable config files - Added `--config off`, `--config none` and `$config` to enable / disable config files
at launch or in script. at launch or in script.
@ -2393,7 +2397,7 @@ Battery: 10%
- **NOTE:** This currently doesn't support BSD systems as we have no one to help us test - **NOTE:** This currently doesn't support BSD systems as we have no one to help us test
- See **[Issue #46](https://github.com/dylanaraps/fetch/issues/46)** - See **[Issue #46](https://github.com/dylanaraps/fetch/issues/46)**
## [1.0] - 2016-01-27 ## [1.0] - 2016-01-27
# Fetch 1.0 # Fetch 1.0
@ -2553,7 +2557,7 @@ to set the program to use to take the screenshot.
## Wiki: ## Wiki:
Added `Customizing Info` page which has info/examples about Added `Customizing Info` page which has info/examples about
the new printinfo function. the new printinfo function.
https://github.com/dylanaraps/fetch/wiki/Customizing-Info https://github.com/dylanaraps/fetch/wiki/Customizing-Info
@ -2562,7 +2566,7 @@ Added `Customization` which lists all options and their values.
https://github.com/dylanaraps/fetch/wiki/Customization https://github.com/dylanaraps/fetch/wiki/Customization
## [0.2.1] - 2016-01-04 ## [0.2.1] - 2016-01-04
Here's what's new: Here's what's new:
@ -2574,19 +2578,19 @@ Here's what's new:
- Fixed bug with multiple colons - Fixed bug with multiple colons
- Fixed underlines not being drawn the full width. - Fixed underlines not being drawn the full width.
- Functions now fallback to "Unknown" instead of printing nothing. - Functions now fallback to "Unknown" instead of printing nothing.
- `getos` now gets os type and `getdistro` gets the distro. - `getos` now gets os type and `getdistro` gets the distro.
- This makes it even easier to add other os types. - This makes it even easier to add other os types.
Here's what I'm working on: Here's what I'm working on:
- Finishing OpenBSD support - Finishing OpenBSD support
- Cygwin support - Cygwin support
Enjoy Enjoy
## [0.2] - 2016-01-03 ## [0.2] - 2016-01-03
I finished my rewrite! I finished my rewrite!
## Here's what's new: ## Here's what's new:
- The script is now way faster. - The script is now way faster.
@ -2641,8 +2645,8 @@ Changelog:
- The script now aligns the cursor to the bottom of the - The script now aligns the cursor to the bottom of the
terminal instead of using a hardcoded amount of newlines terminal instead of using a hardcoded amount of newlines
- Image size and padding is now dynamic, the only difference on the user - Image size and padding is now dynamic, the only difference on the user
side is that instead of setting a long line of spaces as side is that instead of setting a long line of spaces as
padding, you set your font width. This means that you set the padding, you set your font width. This means that you set the
var once and the script will just work at any window size. var once and the script will just work at any window size.
- You can disable dynamic images and go back to the old - You can disable dynamic images and go back to the old
behaviour with by using the `--size` or the in config var. behaviour with by using the `--size` or the in config var.