From 36bae0815ef768f7c6017b06a367452ea9e87903 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 21 Jun 2017 11:06:13 +1000 Subject: [PATCH] General: Bump version to minor git --- CHANGELOG.md | 73 --------------------------------------------------- config/config | 2 +- neofetch | 2 +- neofetch.1 | 2 +- 4 files changed, 3 insertions(+), 76 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e77cc4..8048c9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,76 +1,3 @@ ## Contributors -- **[@MatthewCox](https://github.com/MatthewCox)** -- **[@dawidd6](https://github.com/dawidd6)** -- **[@erikdubois](https://github.com/erikdubois)** -- **[@konimex](https://github.com/konimex)** -- **[@mstraube](https://github.com/mstraube)** -- **[@Artoriuz](https://github.com/Artoriuz)** -- **[@WilsonRU](https://github.com/WilsonRU)** -- **[@Takeya-Yuki](https://github.com/Takeya-Yuki)** -- **[@iandrewt](https://github.com/iandrewt)** -- **[@LER0ever](https://github.com/LER0ever)** - -## Operating System - -- Added support for IRIX. -- Added support for Arch XFerience. **[@mstraube](https://github.com/mstraube)** -- Added support for CloverOS. -- Added support for Maui. **[@mstraube](https://github.com/mstraube)** -- Added support for KS Linux. **[@Takeya-Yuki](https://github.com/Takeya-Yuki)** - - -## General - -- Minimum required BASH version is now 3.2. - - (Neofetch has always used 3.2+ features, I've just made it obvious now in the documentation.) -- Fixed config file not being created on first install. - - -## Images - -- [w3m] Added `--loop` flag which makes Neofetch draw the image once per second. - - This is a workaround to the images disappearing on resize and workspace switch. - - Use Ctrl+C to exit. -- [w3m] Fixed w3m-img not found on FreeBSD 12. **[@Artoriuz](https://github.com/Artoriuz)** - - -## Ascii - -- Added Ubuntu-MATE ascii art. -- Fixed ArchLabs ascii art. **[@erikdubois](https://github.com/erikdubois)** -- Updated GoboLinux ascii art. **[@WilsonRU](https://github.com/WilsonRU)** -- Fixed `--ascii_distro windows10` not working. - - -## Info - -**Distro** - -- [Solaris, AIX, Haiku] The machine architecture will now be shown properly instead of machine ID. - -**Terminal Emulator** - -- Added support for Neovim terminal emulator. **[@LER0ever](https://github.com/LER0ever)** -- Added font support for mate-terminal. **[@mstraube](https://github.com/mstraube)** -- [Termite] Fix font mismatch. **[@MatthewCox](https://github.com/MatthewCox)** -- Use `$SSH_TTY` for terminal detection if machine is connected via SSH. -- Break from loop if PPID can't be accessed/not found. - -**GPU** - -- [Linux] Fixed GPU sort. - -**Song** - -- Do not detect ibus\* or indicator\* as player. **[@dawidd6](https://github.com/dawidd6)** - -**Model** - -- Specify when running on a Hackintosh. **[@LER0ever](https://github.com/LER0ever)** - - -**Memory** - -- [FreeBSD]: Fix inaccurate free memory calculation. diff --git a/config/config b/config/config index b1e3c018..78117864 100644 --- a/config/config +++ b/config/config @@ -724,4 +724,4 @@ image_host="teknik" # # NOTE: Don't change this value, neofetch reads this to determine # how to handle backwards compatibility. -config_version="3.2.0" +config_version="3.2.1-git" diff --git a/neofetch b/neofetch index 68a8a81b..539489ee 100755 --- a/neofetch +++ b/neofetch @@ -9,7 +9,7 @@ # https://github.com/dylanaraps/ # Neofetch version. -version="3.2.0" +version="3.2.1-git" bash_version="${BASH_VERSION/.*}" sys_locale="${LANG:-C}" diff --git a/neofetch.1 b/neofetch.1 index a1bebe85..96dc4344 100644 --- a/neofetch.1 +++ b/neofetch.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. -.TH NEOFETCH "1" "June 2017" "Neofetch 3.2.0" "User Commands" +.TH NEOFETCH "1" "June 2017" "Neofetch 3.2.1-git" "User Commands" .SH NAME Neofetch \- A fast, highly customizable system info script .SH SYNOPSIS