Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
* Major change to the Web UI.
  + The WebSocket is only used to push configurations and logging
    messages to the client;
  + The configuration manipulations and console operations are
    implemented using the AJAX techniques;
  + Modal box is used to notify the AJAX request results, therefore much
    better user experience.

* Several bug fixes to the Web UI.

* Minor improvements to the simulation parts.

* TODO/problems:
  + The console task currently still blocks the Tornado IO loop!
  • Loading branch information
liweitianux committed Nov 18, 2016
1 parent dbdc120 commit 8e81b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fg21sim/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

__pkgname__ = "fg21sim"
__version__ = "0.2.0"
__version__ = "0.3.0"
__author__ = "Weitian LI"
__author_email__ = "liweitianux@live.com"
__license__ = "MIT"
Expand Down

0 comments on commit 8e81b72

Please sign in to comment.