[U] Release v1.3.0
This commit is contained in:
parent
178ab554f2
commit
8ed15d3b86
3 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@ Updates to `neowofetch` begins with the emoji 🖼️
|
||||||
* [ ] Paginate flags
|
* [ ] Paginate flags
|
||||||
* [ ] Implement light/dark background detection based on https://github.com/muesli/termenv
|
* [ ] Implement light/dark background detection based on https://github.com/muesli/termenv
|
||||||
|
|
||||||
### Unreleased 1.2.1
|
### 1.3.0
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>🖼️ Ascii Art Changes</summary>
|
<summary>🖼️ Ascii Art 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.2.0'
|
VERSION = '1.3.0'
|
||||||
|
|
||||||
# Obtain terminal size
|
# Obtain terminal size
|
||||||
try:
|
try:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "neowofetch",
|
"name": "neowofetch",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"description": "Updated neofetch",
|
"description": "Updated neofetch",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in a new issue