summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-11-04 11:57:33 -0500
committerPietro Gagliardi <[email protected]>2014-11-04 11:57:33 -0500
commit0bd58006a6001f830413bb4dcbb7bcad6aea3cc9 (patch)
tree11f35d051c112aa945a4eb07e409050c135af5d5
parent6feecb1cae17acd5e261362b277c74a5ea4bb3ca (diff)
Updated README.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6fc7468..d3be902 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,8 @@ The in-code documentation needs improvement. I have written a [tutorial](https:/
# Updates
+**4 November 2014**<br>Added two new controls, Spinbox (which allows numeric entry with up and down buttons) and ProgressBar (which measures progress). Both aren't fully fleshed out, but are good enough for general use now.
+
**28 October 2014**<br>Mac OS X resizing issues should be (mostly?) fixed now. Textbox still doesn't work right...
**24 October 2014**<br>Textbox, a multi-line version of TextField, has been added. (Note that it may not work properly on Mac OS X; this is being investigated.) In addition, excess space around controls on Mac OS X should be settled now.