Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quincynyan committed Oct 8, 2023
1 parent 212525a commit 5d20813
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Quincy Nyan <quinc@nekonyan.fun>
pkgname='hentaifetch'
pkgver=0.2.2
pkgver=0.3.0
pkgrel=1
pkgdesc="Neofetch but with hentai"
arch=('x86_64')
Expand Down
2 changes: 1 addition & 1 deletion hentaifetch
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# along with Hentaifetch. If not, see <https://www.gnu.org/licenses/>.
#

version="0.2.2"
version="0.3.0"

# Check if neofetch is installed
if ! command -v neofetch >/dev/null 2>&1; then
Expand Down

0 comments on commit 5d20813

Please sign in to comment.