Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

61 lines (37 loc) · 2.53 KB

Changelog: rich-codex

Version 1.2.7 (2024-01-17)

  • 🐛 Remove rich-cli as a dependency (#45)

Version 1.2.6 (2022-10-03)

  • 🐛 Handle OSError when creating directories with a log message instead of crashing

Version 1.2.5 (2022-08-25)

  • 🐛 Tweak output whitespace, fix use of Path.absolute() (#39)
  • 🐛 Fix parsing of multiple config files (#37)
  • 🐛 Fixed KeyError for top-level config options (#35)

Version 1.2.4 (2022-08-19)

  • ✨ Debug log before_command and after_command so that you can see return code, stderr, stdout

Version 1.2.3 (2022-08-18)

  • ✨ Maintain order of commands in markdown, add alphabetical sort of the files to search
  • 🐛 Fix typo (#30)
  • 🐛 Fix GitPod edit button (#29)
  • 🐛 Set missing hide_command option in example (#31)

Version 1.2.2 (2022-08-15)

  • ✨ Log which files have uncommitted changes in git (#25)
  • 🐛 Close temp files before deleting (bugfix for Windows) (#27)

Version 1.2.1 (2022-08-14)

  • ✨ Drop minimum Python version to 3.7
  • 🐛 Handle logging error with relative paths (#26)

Version 1.2.0 (2022-08-01)

  • ✨ Log a warning if duplicate image paths are found (#20)
  • 🐛 Fix UnboundLocalError if not cleaning an image path (#24)

Version 1.1.0 (2022-07-21)

  • ✨ Added CLI flags --created-files and --deleted-files to create a file with affected file paths
  • ✨ GitHub Action: only git add / git rm files that rich-codex itself created or deleted (#21)

Version 1.0.2 (2022-07-08)

  • 🐛 Don't use cache in action actions/setup-python step
  • 🐛 Bump minimum Python version to 3.9 (may try to drop this in the future) (#19)
  • 🐳 Build + tag versioned labels of the Docker image on release
  • 📖 Improvements to docs

Version 1.0.1 (2022-07-07)

Patch release to add in a missing pyyaml dependency.

Version 1.0.0 (2022-07-07)

First public release of rich-codex.