Skip to content

Commit dd2bad3

Browse files
committed
Updated release data for 1.0.0-rc1 in preparation for a release candidate
Also: - Updated some very outdated comments in transcript files
1 parent 5def049 commit dd2bad3

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
@@ -23,6 +23,9 @@
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

README.md

+2-1
Original file line numberDiff line numberDiff 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)/'
321322
debug: False
322323
echo: False
323324
editor: /.*?/

examples/transcripts/exampleSession.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

examples/transcripts/transcript_regex.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)