summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorErik Rose <erik@mozilla.com>2011-12-09 19:32:47 -0500
committerErik Rose <erik@mozilla.com>2011-12-09 19:32:47 -0500
commit8151e6fe390046a41a2153f4004baec8f20f35d4 (patch)
tree731c34fe17c3d6bf3ef1638db2f94e6ab586d1b4 /README.rst
parenta06790b3b9e017d08ea194b3737be7a2c864592c (diff)
downloadblessings-8151e6fe390046a41a2153f4004baec8f20f35d4.tar.gz
Add number_of_colors attr. Bring release notes up to date.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 9a16966..3214d2e 100644
--- a/README.rst
+++ b/README.rst
@@ -337,9 +337,17 @@ Version History
===============
1.3
+ * Add ``number_of_colors``, which tells you how many colors the terminal
+ supports.
* Made ``color(n)`` and ``on_color(n)`` callable to wrap a string, like the
- named colors can. Also, make them both fall back to the ``setf`` and ``setb``
- capabilities if the ANSI ``setaf`` and ``setab`` aren't available.
+ named colors can. Also, make them both fall back to the ``setf`` and
+ ``setb`` capabilities if the ANSI ``setaf`` and ``setab`` aren't available.
+ * Allow ``color`` attr to act as an unparametrized string, not just a
+ callable.
+ * Make caching more efficient.
+ * Get rid of a reference cycle between Terminals and FormattingStrings.
+ * Update docs to reflect that terminal addressing (as in ``location()``) is
+ 0-based.
1.2
* Added support for Python 3! We need 3.2.3 or greater, because the curses