v1.1.0

UseInterstellar/Interstellarv1.1.0Apr 15, 2024by mufeedvh

AI Summary

Version 1.1.0 introduces new templates and tools for code generation, including git diff generation and commit message templates. It also adds a line number option and a refactor template, alongside a bug fix for CLI short-flag encoding.

Key Highlights

  • Added git diff generation and commit message templates
  • Added templates for code refactoring
  • Added line number option
  • Fixed CLI short-flag encoding bug

New Features

  • Git diff generation
  • Commit message templates
  • Code refactoring templates
  • Line number option

Full Release Notes

## What's Changed
* bugfix: explictly assign CLI short-flag for encoding by @123vivekr in https://github.com/mufeedvh/code2prompt/pull/4
* Add git diff generation and template for git commit message by @123vivekr in https://github.com/mufeedvh/code2prompt/pull/5
* Add template to refactor code by @123vivekr in https://github.com/mufeedvh/code2prompt/pull/7
* Add line number option by @123vivekr in https://github.com/mufeedvh/code2prompt/pull/9

## New Contributors
* @123vivekr made their first contribution in https://github.com/mufeedvh/code2prompt/pull/4

**Full Changelog**: https://github.com/mufeedvh/code2prompt/compare/v1.0.0...v1.1.0