[U] Release v1.4.0
This commit is contained in:
parent
7559fc516a
commit
900820ffee
4 changed files with 4 additions and 3 deletions
|
@ -63,6 +63,7 @@ Updates to `neowofetch` begins with the emoji 🖼️
|
||||||
### Unpublished 1.4.0
|
### Unpublished 1.4.0
|
||||||
|
|
||||||
* 🌈 Add finsexual flag (#12)
|
* 🌈 Add finsexual flag (#12)
|
||||||
|
* 🚀 Addressed a total of 128 currently open pull requests from neofetch
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>🖼️ Meta Changes</summary>
|
<summary>🖼️ Meta Changes</summary>
|
||||||
|
|
|
@ -7,7 +7,7 @@ from pathlib import Path
|
||||||
from typing_extensions import Literal
|
from typing_extensions import Literal
|
||||||
|
|
||||||
CONFIG_PATH = Path.home() / '.config/hyfetch.json'
|
CONFIG_PATH = Path.home() / '.config/hyfetch.json'
|
||||||
VERSION = '1.3.0'
|
VERSION = '1.4.0'
|
||||||
|
|
||||||
# Obtain terminal size
|
# Obtain terminal size
|
||||||
try:
|
try:
|
||||||
|
|
2
neofetch
2
neofetch
|
@ -28,7 +28,7 @@
|
||||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
# SOFTWARE.
|
# SOFTWARE.
|
||||||
|
|
||||||
version=7.2.0
|
version=7.3.0
|
||||||
|
|
||||||
# Fallback to a value of '5' for shells which support bash
|
# Fallback to a value of '5' for shells which support bash
|
||||||
# but do not set the 'BASH_' shell variables (osh).
|
# but do not set the 'BASH_' shell variables (osh).
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "neowofetch",
|
"name": "neowofetch",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"description": "Updated neofetch",
|
"description": "Updated neofetch",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue