Skip to content

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 08 Nov 15:47
· 41 commits to main since this release
  • Issue Support: Fixed pull command to work with Issues, not just PRs

    • Changed from get_pr_metadata() to get_item_metadata() for unified handling
    • Properly detects item type and adjusts messaging accordingly
  • Single Atomic Commit: Changed to create one comprehensive commit instead of separate commits for description and comments

    • Commit message format: Pull from {issue/PR}: description, X new comment(s), Y updated comment(s)
    • Stages all changes then commits once at the end
  • Description Filename Handling: Uses proper repo#number.md format instead of hardcoded DESCRIPTION.md

  • Legacy Migration: Added support for migrating old comment filenames (z{id}.mdz{id}-{author}.md)

  • All 92 tests passing

Full Changelog: v0.1.1...v0.1.2