diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c1b294..50f80a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Beta] +## [0.3.0] - 2023-10-08 + +### Added + +- Finished image rendering + add image rendering +- Implemented neofetch output + clear terminal when rendering + calculated numbers such as pixels and aspect ratio + ## [0.2.2] - 2023-09-27 ### Added diff --git a/PKGBUILD b/PKGBUILD index dd06c27..7e1ad0e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Quincy Nyan pkgname='hentaifetch' -pkgver=0.2.2 +pkgver=0.3.0 pkgrel=1 pkgdesc="Neofetch but with hentai" arch=('x86_64') diff --git a/hentaifetch b/hentaifetch index 6aaa648..56deda0 100644 --- a/hentaifetch +++ b/hentaifetch @@ -22,7 +22,7 @@ # along with Hentaifetch. If not, see . # -version="0.2.2" +version="0.3.0" # Check if neofetch is installed if ! command -v neofetch >/dev/null 2>&1; then