[U] Release 1.1.2
This commit is contained in:
parent
47e8a4b6ae
commit
92623417f9
2 changed files with 2 additions and 5 deletions
|
@ -62,12 +62,9 @@ Feel free to experiment with it!
|
||||||
* [ ] Add configuration to emphasize certain parts of the original ASCII art (to make icons like Fedora and Ubuntu look nicer)
|
* [ ] Add configuration to emphasize certain parts of the original ASCII art (to make icons like Fedora and Ubuntu look nicer)
|
||||||
* [ ] Paginate flags
|
* [ ] Paginate flags
|
||||||
|
|
||||||
### Unpublished Beta (git master)
|
### 1.1.2
|
||||||
|
|
||||||
* Add more flags ([#5](https://github.com/hykilpikonna/hyfetch/pull/5))
|
* Add more flags ([#5](https://github.com/hykilpikonna/hyfetch/pull/5))
|
||||||
|
|
||||||
### 1.1.1
|
|
||||||
|
|
||||||
* Removed `numpy` dependency that was used in 1.1.0
|
* Removed `numpy` dependency that was used in 1.1.0
|
||||||
|
|
||||||
### 1.1.0
|
### 1.1.0
|
||||||
|
|
|
@ -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.1.1'
|
VERSION = '1.1.2'
|
||||||
|
|
||||||
# Obtain terminal size
|
# Obtain terminal size
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue