Releases: ahmet2mir/wildq
Releases · ahmet2mir/wildq
v1.1.11
v1.1.10
feat: remove upx because it doesn't reduce so much the package size
v1.1.8
fix: cli documentation doesn't reflect expected result Refs: #2
v1.1.7
Adding version output
v1.1.6
Move to poetry and reduce binary with upx
Fix du cmd and refactor binary
v1.1.5
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
fix osx binary path
v1.1.3
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
Adding packages rpm, deb, brew...
v1.1.0
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