mirror of
https://github.com/dvorka/hstr.git
synced 2025-10-06 03:04:23 +08:00
Getting ready for 1.22 release.
This commit is contained in:
parent
0a0711736f
commit
44dd84e653
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2017-01-21 Martin Dvorak <martin.dvorak@mindforger.com>
|
||||||
|
|
||||||
|
* Released v1.22 - Zsh history mgmt improvements (delete).
|
||||||
|
|
||||||
2016-11-22 Martin Dvorak <martin.dvorak@mindforger.com>
|
2016-11-22 Martin Dvorak <martin.dvorak@mindforger.com>
|
||||||
|
|
||||||
* Released v1.21 - Ubuntu Yakkety Yak release
|
* Released v1.21 - Ubuntu Yakkety Yak release
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
# Contributor: Filip Szymański <fszymanski at, fedoraproject.org>
|
# Contributor: Filip Szymański <fszymanski at, fedoraproject.org>
|
||||||
|
|
||||||
pkgname=hstr
|
pkgname=hstr
|
||||||
pkgver=1.21
|
pkgver=1.22
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A command line utility that brings improved BASH command completion from the history. It aims to make completion easier and more efficient than Ctrl-r."
|
pkgdesc="A command line utility that brings improved BASH command completion from the history. It aims to make completion easier and more efficient than Ctrl-r."
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
|
2
dist/ubuntu-make-all-distros.sh
vendored
2
dist/ubuntu-make-all-distros.sh
vendored
|
@ -17,7 +17,7 @@ fi
|
||||||
|
|
||||||
export HHBZRMSG="Top and bottom prompt."
|
export HHBZRMSG="Top and bottom prompt."
|
||||||
export VERSION=1.22.
|
export VERSION=1.22.
|
||||||
export MINOR=2
|
export MINOR=1
|
||||||
|
|
||||||
# precise quantal saucy precise utopic / trusty vivid wily xenial yakkety
|
# precise quantal saucy precise utopic / trusty vivid wily xenial yakkety
|
||||||
for DISTRO in trusty xenial yakkety
|
for DISTRO in trusty xenial yakkety
|
||||||
|
|
Loading…
Add table
Reference in a new issue