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)
2
2
* Enhancements
3
3
* Changed the default help text to make ` help -v ` more discoverable
4
4
* ** set** command now supports tab-completion of values
23
23
* Removed ` cast() ` utility function
24
24
* Removed ` ansi.FG_COLORS ` and ` ansi.BG_COLORS ` dictionaries
25
25
* 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
26
29
27
30
## 0.9.25 (January 26, 2020)
28
31
* Enhancements
Original file line number Diff line number Diff line change @@ -314,10 +314,11 @@ example/transcript_regex.txt:
314
314
315
315
```text
316
316
# Run this transcript with "python example.py -t transcript_regex.txt"
317
+ # Anything between two forward slashes, /, is interpreted as a regular expression (regex).
317
318
# The regex for editor will match whatever program you use.
318
319
# regexes on prompts just make the trailing space obvious
319
320
(Cmd) set
320
- allow_style: Terminal
321
+ allow_style: ' /( Terminal|Always|Never)/ '
321
322
debug: False
322
323
echo: False
323
324
editor: / .* ? /
Original file line number Diff line number Diff line change 1
1
# 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) .
3
3
# The regex for editor will match whatever program you use.
4
4
# regexes on prompts just make the trailing space obvious
5
5
(Cmd) set
Original file line number Diff line number Diff line change 1
1
# 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) .
3
3
# The regex for editor will match whatever program you use.
4
4
# regexes on prompts just make the trailing space obvious
5
5
(Cmd) set
You can’t perform that action at this time.
0 commit comments