Skip to content

Releases: seapagan/bundle-repo

0.4.0

27 Nov 21:50
7ed5309
Compare
Choose a tag to compare

New Features

Dependency Updates

Full Changelog | Diff | Patch

0.3.0

03 Nov 09:57
a740398
Compare
Choose a tag to compare

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

11 Oct 10:08
3c648f1
Compare
Choose a tag to compare

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

05 Oct 10:12
d6043a4
Compare
Choose a tag to compare

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