- Brown-bag release to fix the release process. [zupo]
- Fix multiline commands on macOS and NixOS, refs #48, #52. [zupo]
-
ANSI escape code is filtered out to not have to write code blocks with ANSI escape sequences, since they are not displayed properly by most of the Markdown highlighters, refs #45. [garbas]
-
Allowing
...
to be used inPS1
(tesh-ps1
), refs #45. [garbas] -
Handle unicode in examples, refs #39. [h4l]
-
Widen the TTY to avoid truncating commands, refs #42. [h4l]
-
Allow commands to continue across lines, refs #41. [h4l]
-
Escape square brackets in fnmatch patterns, refs #38. [h4l]
-
Respect leading whitespace in example output, refs #43. [h4l]
-
Show the command that failed the assert, refs #29. [domenkozar]
-
Tell users to use
!!
to rerun the last command. [zupo] -
Added
--no-debug
commandline option flag. [domenkozar] -
Added
tesh-timeout
andtesh-timeout-expected
directives, refs #30. [domenkozar]
- Add README to PyPI page. [zupo]
- Initial release. [domenkozar, zupo]