Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 622 Bytes

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 622 Bytes

Changelog

All notable changes to this project will be documented in this file.

[0.0.6] - 2024-11-10

Added

  • Adding max-tokens argument.

Fixed

  • Code was flushing last line data;
  • Replacing env_logger with simple_logger (atty sec bug).

[0.0.5] - 2024-10-06

Added

  • Adding auto-jql.

[0.0.4] - 2024-10-02

Performance

  • Improved performance by implementing async batches processing.

[0.0.3] - 2024-10-01

Changed

  • Migrated from Cody API v1 to v2.

[0.0.2] - 2024-09-30

Added

  • Extra options.

Fixed

  • Various bug fixes.

[0.0.1] - 2024-09-29

Added

  • Initial release.