Skip to content

Releases: yankeexe/air-quality-cli

v0.0.8

12 Feb 16:57
Compare
Choose a tag to compare

Changelog

  • 4fdb4cf Update dependencies | Fix go CVE

v0.0.7

12 Feb 05:47
Compare
Choose a tag to compare

Changelog

  • 258f6cb Containerize CLI | Create Image release 📦
  • c92ccec Update ignore files

Now Available as a Docker Image 🐳

docker pull ghcr.io/yankeexe/air-quality-cli:latest

Verify signature of the image: requires cosign.

COSIGN_EXPERIMENTAL=true cosign verify ghcr.io/yankeexe/air-quality-cli:latest
docker run --rm -it -v ${HOME}/.air:/home/cli/.air ghcr.io/yankeexe/air-quality-cli:latest search Nepal

v0.0.6

06 Feb 04:02
Compare
Choose a tag to compare

Changelog

  • d4e4f83 Add fuzzy searching demo
  • 2791943 Handle termination signals
  • 19abc2c Use cosign for artifact verification

v0.0.5

19 Jul 09:19
Compare
Choose a tag to compare

Changelog

f930c95 Add colored levels, table headers
1392f8c Add fuzzy searching for search sub command.
4ab1075 Add installation script

v0.0.4

15 Jul 14:01
Compare
Choose a tag to compare

Changelog

db2bc38 Add install script for binaries
2378683 Rename binary

v0.0.3

15 Jul 03:26
Compare
Choose a tag to compare

Changelog

e730d7d Add Contributing Guidelines
a0320e7 Add badges
e25f94e Add badges
8816cfa Add help message to make
90c12ac Add show command and comments for util functions
a69e1a2 Add version sub command
efa350a Arch tag for amd64
1d905f5 Basic Skeleton and functionality setup
70d1b7c First release pypi
fe9b8ac Handle Invalid api key error.
f504977 Manage dependencies directory.
ba46615 Remove whitespace and new line characters from api key.
5f7ae5a Rewrite in Go: First release
50bac8e Show search results in table
980aa9f Update URL to latest release
d5c2bf1 Update colors for different levels
c23bef6 Update dist target
debd07d Update gif for search
82393ed Update setup command for Contributing guidelines.

Golang Rewrite: Initial Release

07 Jul 15:47
Compare
Choose a tag to compare
  • Multiselect add and remove sub-command.
  • Multiplatform binaries: amd64, arm64, armhf, darwin, windows.