Skip to content

Latest commit

 

History

History
78 lines (48 loc) · 5.26 KB

CHANGELOG.md

File metadata and controls

78 lines (48 loc) · 5.26 KB

Changelog

This is an auto-generated log of all the changes that have been made to the project since the first release, with the latest changes at the top.

This project adheres to Semantic Versioning.

0.4.0 (November 27, 2024)

New Features

Dependency Updates

Full Changelog | Diff | Patch

0.3.0 (November 02, 2024)

New Features

  • Implement a local config file to override the global one (#19) by seapagan
  • Add a TOML configuration file to the project (#18) by seapagan
  • Add exit codes where missing (#16) by seapagan

Documentation

Dependency Updates

Full Changelog | Diff | Patch

0.2.0 (October 11, 2024)

New Features

  • Allow checking out a specific branch for a remote git repo (#13) by seapagan
  • Display the branch name for detected local git repo (#12) by seapagan
  • Add optional line numbers to all files (#10) by seapagan

Dependency Updates

Full Changelog | Diff | Patch

0.1.0 (October 05, 2024)

Initial public release of the project.

New Features

  • Add option to send output to clipboard and stdout (#5) by seapagan
  • Properly ensure binary files are not included. (#3) by seapagan
  • Display the token count for the generated xml file after running. Add option to choose the model. (#2) by seapagan
  • Add '--file' option for custom output filename (#1) by seapagan

Bug Fixes

  • Fix bug where the repo was being cloned twice (#4) by seapagan

This changelog was generated using github-changelog-md by Seapagan