Skip to content

Releases: phette23/marcgreppy

v1.3.0

29 Jan 04:24
c05ae5f
Compare
Choose a tag to compare

Fix a bug where the leader wouldn't print if you used the --color flag. Since output is technically different now I made this a minor rather than patch release.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

24 Oct 16:18
e721c8a
Compare
Choose a tag to compare

New --invert flag changes the default color scheme of the --color flag for use with a light (e.g. white) terminal background.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

05 Oct 20:27
d38fe07
Compare
Choose a tag to compare

Work with multiple file arguments like marcgrep OPTIONS file1.mrc file2.mrc. In shells with glob expansion, you can now do marcgrep OPTIONS *.mrc.

Full Changelog: v1.0.4...v1.1.0

v1.0.4

19 Sep 05:42
f5e497e
Compare
Choose a tag to compare

ci: pipx install poetry instead of depending on another github action

Full Changelog: v1.0.3...v1.0.4

v1.0.3

01 Sep 05:36
3a6f4ec
Compare
Choose a tag to compare

This release merely adds the "5 - Production/Stable" Development Status on PyPI. I also did the release right so the artifacts attached on GitHub.

Full Changelog: v1.0.0...v1.0.3

v1.0.0

01 Sep 05:17
e0c506d
Compare
Choose a tag to compare

--color colorized mnemonic MARC output with env var configuration for colors and symbols.

Full Changelog: v0.4.0...v1.0.0

v0.4.0

12 Apr 03:42
aaa5b25
Compare
Choose a tag to compare

-f or --fields flag to print only specific MARC fields.

Full Changelog: v0.3.0...v0.4.0

v0.3.0

04 Apr 19:23
eee4086
Compare
Choose a tag to compare
  • add -l or --limit flag to limit number of records searched
  • only --version (and not -v) returns program version

Full Changelog: v0.2.0...v0.3.0

v0.2.0

02 Apr 19:01
0681d98
Compare
Choose a tag to compare
  • count records with -c or --count
  • print records matching -i or --include filter
  • skip records matching -e or --exclude filter

Python 3.9 or later.