Skip to content

Releases: ahmet2mir/wildq

v1.1.11

11 Feb 09:30
2df179e
Compare
Choose a tag to compare
fix: avoid strip on none key

v1.1.10

15 Apr 06:49
a937eb1
Compare
Choose a tag to compare
feat: remove upx because it doesn't reduce so much the package size

v1.1.8

28 Oct 09:04
b9172a3
Compare
Choose a tag to compare
fix: cli documentation doesn't reflect expected result

Refs: #2

v1.1.7

25 Oct 07:04
244e98f
Compare
Choose a tag to compare
Adding version output

v1.1.6

25 Oct 06:43
7bcc937
Compare
Choose a tag to compare

Move to poetry and reduce binary with upx
Fix du cmd and refactor binary

v1.1.5

20 Oct 08:35
1563cc6
Compare
Choose a tag to compare
Add Linux package and fix release

* Compile using glibc 2.17 to get compatibility with lot of GNU/Linux distros
* fix release actions

v1.1.4

15 Oct 09:01
a301c9b
Compare
Choose a tag to compare
fix osx binary path

v1.1.3

15 Oct 08:55
03966eb
Compare
Choose a tag to compare
Change file filter order to match jq and temp fix packages

* use <jq filter> [file] instead of [file] <jq filter> like jq
* fix package brew
* tempfix remove RPM (must be build on centos)
* tempfix remove binary (must be build with lower version of glibc)

v1.1.2

15 Oct 00:40
bc3cbb8
Compare
Choose a tag to compare
Adding packages rpm, deb, brew...

v1.1.0

14 Oct 02:39
b53096f
Compare
Choose a tag to compare
Refactor wildq

* use click for CLI
* add input and output format (close #1)
* colorize output
* add tests and doc
* move from travis to github actions
* build using pyinstaller for linux and macos