Skip to content

Releases: herzrasen/pkghist

Release v0.6.1

03 Aug 21:28
Compare
Choose a tag to compare
removed deprecation warning

Release v0.6.0

17 Jan 16:21
Compare
Choose a tag to compare
upgrading to 0.6.0

v0.5.0

27 Oct 21:28
Compare
Choose a tag to compare

pkghist-0.5.0

pkghist now can handle the new date format used in Pacman 5.2

Have fun using pkghist!

v0.4.0

06 Oct 21:03
Compare
Choose a tag to compare

pkghist-0.4.0

This release contains

  • a new option --exclude to exclude one or more filters from the result. This enables the user to create elegant short queries,
  • completion scripts for bash, fish and zsh

Additionally the documentation has been improved.

Hope you have fun using pkghist.

v0.3.0

01 Oct 22:19
Compare
Choose a tag to compare

pkghist-0.3.0

This release introduces a new output format compact. Using compact outputs one line per action in a table format.

|linux  |2019-09-16 19:59:00|Installed|5.2.14.arch2-1|
|linux  |2019-09-20 06:29:00|Upgraded |5.3.arch1-1   |
|linux  |2019-09-23 21:35:00|Upgraded |5.3.1.arch1-1 |
|zsh    |2019-09-16 22:19:00|Installed|5.7.1-1       |
|pkghist|2019-09-26 07:10:00|Installed|0.1.0-1       |
|pkghist|2019-09-27 07:47:00|Upgraded |0.1.1-1       |
|pkghist|2019-09-29 02:06:00|Upgraded |0.2.0-1       |

Bugfix

  • Fixes a wrong min value when parsing --limit, --last and --first

v0.2.0

28 Sep 23:58
Compare
Choose a tag to compare

pkghist-0.2.0

This release contains

  • a bugfix for --limit, --first and --last being set to 0. The args parser now checks that they are at lease 1.
  • a new command line option --no-details which omits everything but the package name in the output

The new option allows to create commands that only output the names of installed or deleted packages.

v0.1.1

27 Sep 05:42
Compare
Choose a tag to compare

Fixes a panic when encountering invalid UTF-8 characters in the pacman logfile (#9)

v0.1.0

25 Sep 04:41
Compare
Choose a tag to compare

This is the initial release of pkghist.