Releases: ewels/rich-codex
Releases · ewels/rich-codex
v1.2.7 - Remove rich-cli dependency
- 🐛 Remove
rich-cli
as a dependency (#45)
Full Changelog: v1...v1.2.7
v1.2.6 - Tolerate bad file paths
- 🐛 Handle
OSError
when creating directories with a log message instead of crashing
Full Changelog: v1.2.5...v1.2.6
v1.2.5 - Bugfixes for config file usage
v1.2.4 - Log before_ / after_command
- ✨ Debug log
before_command
andafter_command
so that you can see return code, stderr, stdout
Full Changelog: v12.3...v1.2.4
v1.2.3 - Maintain order of commands
v1.2.2 - List uncommitted files + windows bug fix
- ✨ Log which files have uncommitted changes in git (#25)
- 🐛 Close temp files before deleting (bugfix for Windows) (#27)
New Contributors
- @engineerjoe440 made their first contribution in #28
Full Changelog: v12.1...v1.2.2
v1.2.1 - Python 3.7 and bugfix for relative path error
- ✨ Drop minimum Python version from 3.9 to 3.7
- 🐛 Handle logging error with relative paths (#26)
Full Changelog: v1.2.0...v1.2.1
v1.2.0 - Warn when overwriting
- ✨ Log a warning if duplicate image paths are found (#20)
- 🐛 Fix
UnboundLocalError
if not cleaning an image path (#24)
Full Changelog: v1.1.0...v1.2.0
v1.1.0 - Targeted gits
Minor release to add new feature: only commit new / deleted images that rich-codex itself is responsible for, in the GitHub Action.
Should prevent accidentally committing working files generated whilst running example commands.
v1.0.2 - Teething issues
Sweeping up some small but nasty bugs that only revealed themselves after rich-codex was released into the wild..
- 🐛 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