Skip to content

Releases: ewels/rich-codex

v1.2.7 - Remove rich-cli dependency

23 Jan 22:29
8ce988c
Compare
Choose a tag to compare
  • 🐛 Remove rich-cli as a dependency (#45)

Full Changelog: v1...v1.2.7

v1.2.6 - Tolerate bad file paths

03 Oct 18:31
Compare
Choose a tag to compare
  • 🐛 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

25 Aug 10:18
Compare
Choose a tag to compare

What's Changed

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

New Contributors

Full Changelog: v1.2.4...v1.2.5

v1.2.4 - Log before_ / after_command

19 Aug 15:08
Compare
Choose a tag to compare
  • ✨ Debug log before_command and after_command so that you can see return code, stderr, stdout

Full Changelog: v12.3...v1.2.4

v1.2.3 - Maintain order of commands

18 Aug 13:29
Compare
Choose a tag to compare

What's Changed

  • ✨ 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)

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2 - List uncommitted files + windows bug fix

15 Aug 19:54
Compare
Choose a tag to compare
  • ✨ Log which files have uncommitted changes in git (#25)
  • 🐛 Close temp files before deleting (bugfix for Windows) (#27)

New Contributors

Full Changelog: v12.1...v1.2.2

v1.2.1 - Python 3.7 and bugfix for relative path error

14 Aug 21:14
5bcf9f0
Compare
Choose a tag to compare
  • ✨ 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

01 Aug 19:13
Compare
Choose a tag to compare
  • ✨ 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

20 Jul 22:33
Compare
Choose a tag to compare

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

08 Jul 09:13
Compare
Choose a tag to compare

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