Skip to content

Releases: ewels/rich-codex

v1.2.10

14 Mar 00:19
dda48ed
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v1.2.10

v1.2.9

12 Mar 15:47
Compare
Choose a tag to compare

What's Changed

  • Add working_dir as new input to the GitHub Action, by @dwreeves in #47
  • Update all GitHub actions used, by @ewels in #51

New Contributors

Full Changelog: v1...v1.2.9

v1.2.8 - Update upload-artifact GitHub action

20 Feb 13:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v1.2.8

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