Skip to content

Commit

Permalink
update: bump to v1.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: moson-mo <[email protected]>
  • Loading branch information
moson-mo committed Nov 29, 2023
1 parent 6d2fa6e commit cde6789
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![pacseek](https://img.shields.io/static/v1?label=pacseek&message=v1.7.11&color=1793d1&style=for-the-badge&logo=archlinux)](https://aur.archlinux.org/packages/pacseek/)
[![pacseek-bin](https://img.shields.io/static/v1?label=pacseek-bin&message=v1.7.11&color=1793d1&style=for-the-badge&logo=archlinux)](https://aur.archlinux.org/packages/pacseek-bin/)
[![pacseek](https://img.shields.io/static/v1?label=pacseek&message=v1.8.0&color=1793d1&style=for-the-badge&logo=archlinux)](https://aur.archlinux.org/packages/pacseek/)
[![pacseek-bin](https://img.shields.io/static/v1?label=pacseek-bin&message=v1.8.0&color=1793d1&style=for-the-badge&logo=archlinux)](https://aur.archlinux.org/packages/pacseek-bin/)

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/moson-mo/pacseek/build.yml?branch=main)](https://github.com/moson-mo/pacseek/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/moson-mo/pacseek)](https://goreportcard.com/report/github.com/moson-mo/pacseek)
Expand All @@ -9,7 +9,7 @@
# pacseek
## A terminal user interface for searching and installing Arch Linux packages

pacseek is terminal user interface which allows you to browse and search through the Arch Linux package databases as well as the Arch User Repository
pacseek is terminal user interface which allows you to browse and search through the Arch Linux package databases as well as the Arch User Repository. Packages can be installed/uninstalled with the <kbd>ENTER</kbd> key.

![pacseek](https://github.com/moson-mo/pacseek/blob/main/assets/pacseek_animation.gif?raw=true?inline=true)

Expand Down
Binary file modified assets/pacseek_animation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion doc/pacseek.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH PACSEEK 1 "2023 September" "pacseek 1.7.11"
.TH PACSEEK 1 "2023 November" "pacseek 1.8.10"

.SH NAME

Expand Down
2 changes: 1 addition & 1 deletion internal/pacseek/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (

UrlAurMaintainer = "https://aur.archlinux.org/packages?SeB=m&K=%s"

version = "1.7.11"
version = "1.8.0"
)

// UI is holding our application information and all tview components
Expand Down

0 comments on commit cde6789

Please sign in to comment.