v2.0.0

elie222/inbox-zerov2.0.0Sep 13, 2024by mufeedvh

AI Summary

This is a major version update introducing modularization, enhanced CLI capabilities, and logging features. It adds cross-platform clipboard compatibility and a GitHub Pull Request description generator to streamline development workflows.

Key Highlights

  • Major Refactor: Modularization, Enhanced CLI, and Logging
  • Cross-platform clipboard compatibility using 'arboard'
  • Implement GitHub Pull Request Description Prompt Generator
  • Handle no clipboard more gracefully

New Features

  • Modularization
  • Enhanced CLI
  • Logging
  • GitHub Pull Request Description Prompt Generator
  • Cross-platform clipboard compatibility

Full Release Notes

## What's Changed
* Update README.md by @ahonnecke in https://github.com/mufeedvh/code2prompt/pull/12
* feat: use "arboard" for cross-platform clipboard compatibility by @Saimo in https://github.com/mufeedvh/code2prompt/pull/19
* Major Refactor and New Features: Modularization, Enhanced CLI, and Logging by @ODAncona in https://github.com/mufeedvh/code2prompt/pull/20
* Implement GitHub Pull Request Description Prompt Generator by @noczero in https://github.com/mufeedvh/code2prompt/pull/22
* handle no clipboard more gracefully, prints to stdout by @perstarkse in https://github.com/mufeedvh/code2prompt/pull/30
* fix git_tests: explicit git init to master, error handling by @perstarkse in https://github.com/mufeedvh/code2prompt/pull/32

## New Contributors
* @ahonnecke made their first contribution in https://github.com/mufeedvh/code2prompt/pull/12
* @Saimo made their first contribution in https://github.com/mufeedvh/code2prompt/pull/19
* @ODAncona made their first contribution in https://github.com/mufeedvh/code2prompt/pull/20
* @noczero made their first contribution in https://github.com/mufeedvh/code2prompt/pull/22
* @perstarkse made their first contribution in https://github.com/mufeedvh/code2prompt/pull/30

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