From f17251900f6e185e61c74135ab9de834c8cf18ec Mon Sep 17 00:00:00 2001 From: Peter Brittain Date: Sun, 15 Nov 2020 14:48:57 +0000 Subject: [PATCH] Update for v1.12 release. --- CHANGES.rst | 4 ++++ README.rst | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index a58faaa7..cc735fc2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,10 @@ CHANGE HISTORY LATEST ------ +- None + +1.12.0 +------ - Added ColouredText objects to handle embedded colour codes in text for some widgets. - Added parsers to handle Asciimatics and Ansi Terminal escape sequences. - Added ControlCodeParser to create human readable text from raw text with control codes in it. diff --git a/README.rst b/README.rst index 03004795..03c3d350 100644 --- a/README.rst +++ b/README.rst @@ -149,7 +149,7 @@ More examples ------------- More examples of what you can do are available in the project samples directory, hosted on GitHub. -See https://github.com/peterbrittain/asciimatics/tree/v1.11/samples. +See https://github.com/peterbrittain/asciimatics/tree/v1.12/samples. To view them, simply download these files and then simply run them directly with `python`. Alternatively, you can browse recordings of many of the samples in the gallery at