Skip to content

Commit

Permalink
Upped version to 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitotic committed Sep 15, 2012
1 parent f2f6cbb commit ee79e38
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*~
*.pyc
README.html
RELEASE_NOTES.html
SCREENSHOTS.html
docs/*.html
build/*
Expand Down
1 change: 1 addition & 0 deletions COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ as indicated in the respective files. These include:

Ajax.org Cloud9 Editor (ACE): MPL
AjaxTerm: Public Domain
CKEditor: MPL
jQuery and plugins: MIT-type licenses
Tango icons: Public Domain
49 changes: 49 additions & 0 deletions RELEASE_NOTES.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
GraphTerm Release Notes
*********************************************************************************
.. contents::



0.32.0 (Sep. 15, 2012)
---------------------------------------------------------------------------------
- Now works on Raspberry Pi out-of-the-box!
- Added CKEditor (doubled size of package)
- Much improved iPad experience (bottom menu on by default; CKEditor for
``gvi`` editing; **bold** theme)
- Updated screenshots
- Revamped ``ec2launch`` and ``ec2list`` for EC2 cluster management
- Clicking on image in ``gls`` output now displays image inline
- Popup help display for forms
- ``--key_secret`` option for HMAC digest server-host authentication

0.31.0 (Sep. 9, 2012)
---------------------------------------------------------------------------------
- Updated screenshots and documentation
- Replaced broken ``gweather`` with ``yweather`` (for inline forecasts)
- Better popups/alerts
- Added ``Control A-E-K`` to Bottom menu
- Improved Unicode output
- Version checks for API
- Improved ``ec2launch`` to autostart ``gtermserver`` and install *PyLab*


0.30.9 (Aug 26, 2012):
---------------------------------------------------------------------------------
- Updated documentation
- Syntax for ``gtermhost`` command has changed slightly
- *Action->Export* Environment to use GraphTerm across SSH logins
- ``gmatlib.py`` to demo inline plotting using matplotlib
- Wildcard session names for multiplexed stdin and stout (oshell-only)
- ``gotrace`` command to use *otrace* with any python program (including those reading from stdin)
- Clear terminal option
- ``giframe`` command to display files, URLs and HTML from stdin
- Transient blob storage for images and inline *matplotlib* output
- Capture interactive feedback using ``GRAPHTERM_SOCKET``
- Modified command recall handling
- Fixed invisible widget overlay bug


0.30.8 (Aug 15, 2012):
---------------------------------------------------------------------------------
First public release + many quick fixes

2 changes: 1 addition & 1 deletion graphterm/about.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.31.0+"
version = "0.32.0"

min_version = "0.31"

Expand Down
2 changes: 1 addition & 1 deletion graphterm/bin/gtermapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

from optparse import OptionParser

API_VERSION = "0.31.0"
API_VERSION = "0.32.0"
API_MIN_VERSION = "0.31"

HEX_DIGITS = 16
Expand Down

0 comments on commit ee79e38

Please sign in to comment.