Skip to content

Releases: AmbitionEng/qik

0.2.9

09 Feb 01:08
0fcc4bc

Choose a tag to compare

Fixes

  • Fix exceeding maximum command line argument length on large amounts of globs by @wesleykendall in #22.

0.2.8

15 Dec 04:43
6eb6191

Choose a tag to compare

Fixes

  • Fix issues related to finding the toplevel git directory when operating in a worktree by @wesleykendall in #21.

0.2.7

30 Nov 23:32
7dca4cd

Choose a tag to compare

Changes

0.2.6

18 Sep 19:13
0b26a85

Choose a tag to compare

Fixes

  • Fix documentation issues surrounding missing python distributions and unmapped modules by @wesleykendall in #19.

0.2.5

30 May 17:14
81c788d

Choose a tag to compare

Fixes

  • Fix an issue where filtering by tags and cache status causes qik to check the cache status of every command by @wesleykendall in #18.

0.2.4

25 May 00:05
0c70f45

Choose a tag to compare

Feature

  • Support tagging commands and running them with qik -t <tag> by @wesleykendall in #17.
  • Allow setting the output logger as a command line argument with qik -l <logger> by @wesleykendall in #17.

0.2.3

30 Mar 15:45
75ea4a7

Choose a tag to compare

Changes

  • Use the latest msgspec release for full Python 3.13 support by @wesleykendall in #16.

0.2.2

16 Dec 01:37
95cbe4e

Choose a tag to compare

Changes

  • Drop support for Python 3.9, changed project ownership to AmbitionEng by @wesleykendall in #15.

0.2.1

27 Oct 01:39
0f2096c

Choose a tag to compare

Feature

  • Support earlier versions of git where --format was not an option of git ls-files.

0.2.0

13 Oct 20:22
47cda68

Choose a tag to compare

This is a major release that introduces:

  • Qik spaces, the ability to isolate commands across virtualenvs, dotenvs, and much more
  • An extensible plugin system which features three plugins:
    • Pygraph: For python import graph dependencies and import linting commands
    • UV: For UV virtualenv management
    • S3: For remote caching with S3

There's a blog post here and accompanying documentation for 0.2.0.