diff --git a/README.md b/README.md index cdaae11..b7979b4 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 ENTER key. ![pacseek](https://github.com/moson-mo/pacseek/blob/main/assets/pacseek_animation.gif?raw=true?inline=true) diff --git a/assets/pacseek_animation.gif b/assets/pacseek_animation.gif index c9584d3..3921060 100644 Binary files a/assets/pacseek_animation.gif and b/assets/pacseek_animation.gif differ diff --git a/doc/pacseek.1 b/doc/pacseek.1 index d0cd039..3940712 100644 --- a/doc/pacseek.1 +++ b/doc/pacseek.1 @@ -1,4 +1,4 @@ -.TH PACSEEK 1 "2023 September" "pacseek 1.7.11" +.TH PACSEEK 1 "2023 November" "pacseek 1.8.10" .SH NAME diff --git a/internal/pacseek/ui.go b/internal/pacseek/ui.go index f65c54e..09599be 100644 --- a/internal/pacseek/ui.go +++ b/internal/pacseek/ui.go @@ -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