- 🐛 Remove
rich-cli
as a dependency (#45)
- 🐛 Handle
OSError
when creating directories with a log message instead of crashing
- 🐛 Tweak output whitespace, fix use of
Path.absolute()
(#39) - 🐛 Fix parsing of multiple config files (#37)
- 🐛 Fixed
KeyError
for top-level config options (#35)
- ✨ Debug log
before_command
andafter_command
so that you can see return code, stderr, stdout
- ✨ 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)
- ✨ Log which files have uncommitted changes in git (#25)
- 🐛 Close temp files before deleting (bugfix for Windows) (#27)
- ✨ Drop minimum Python version to 3.7
- 🐛 Handle logging error with relative paths (#26)
- ✨ Log a warning if duplicate image paths are found (#20)
- 🐛 Fix
UnboundLocalError
if not cleaning an image path (#24)
- ✨ 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)
- 🐛 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
Patch release to add in a missing pyyaml
dependency.
First public release of rich-codex.