File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1- ## 1.0.0-rc1 (TBD , 2020)
1+ ## 1.0.0-rc1 (February 7 , 2020)
22* Enhancements
33 * Changed the default help text to make ` help -v ` more discoverable
44 * ** set** command now supports tab-completion of values
2323 * Removed ` cast() ` utility function
2424 * Removed ` ansi.FG_COLORS ` and ` ansi.BG_COLORS ` dictionaries
2525 * Replaced with ` ansi.fg ` and ` ansi.bg ` enums providing similar but improved functionality
26+ * Notes
27+ * This is a release candidate prior to the 1.0.0 release
28+ * We intend no more breaking changes prior to 1.0.0, just bug fixes and documentation updates
2629
2730## 0.9.25 (January 26, 2020)
2831* Enhancements
Original file line number Diff line number Diff line change @@ -314,10 +314,11 @@ example/transcript_regex.txt:
314314
315315```text
316316# Run this transcript with "python example.py -t transcript_regex.txt"
317+ # Anything between two forward slashes, /, is interpreted as a regular expression (regex).
317318# The regex for editor will match whatever program you use.
318319# regexes on prompts just make the trailing space obvious
319320(Cmd) set
320- allow_style: Terminal
321+ allow_style: ' /( Terminal|Always|Never)/ '
321322debug: False
322323echo: False
323324editor: / .* ? /
Original file line number Diff line number Diff line change 11# Run this transcript with "python decorator_example.py -t exampleSession.txt"
2- # The regex for colors is because no color on Windows .
2+ # Anything between two forward slashes, /, is interpreted as a regular expression (regex) .
33# The regex for editor will match whatever program you use.
44# regexes on prompts just make the trailing space obvious
55(Cmd) set
Original file line number Diff line number Diff line change 11# Run this transcript with "python example.py -t transcript_regex.txt"
2- # The regex for colors is because no color on Windows .
2+ # Anything between two forward slashes, /, is interpreted as a regular expression (regex) .
33# The regex for editor will match whatever program you use.
44# regexes on prompts just make the trailing space obvious
55(Cmd) set
You can’t perform that action at this time.
0 commit comments