Skip to content

Commit

Permalink
Update readme, changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Sinopoli authored and Nick Sinopoli committed Feb 11, 2013
1 parent 70736de commit 74ed226
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v2.1.1

* Don't allow duplicate files if the parent folder is selected (GH-90)
* Pad snapshot time with zero for better sorting (GH-87)
* Only collect JSON when using XML configuration files (GH-84)
* Show server error if AJAX request fails (GH-83)
* Don't rewrite PHP_SELF (GH-80)
* Use namespace when checking if tests are subclasses of PHPUnit_Framework_TestCase (GH-78)
* Fix WAMP routing issues (GH-53)
* Implement keyboard shortcuts (GH-67)
* Fix output parsing to handle pretty-printed JSON (GH-65)
* Fix display of statistics (GH-63)
* Clarify directory selection key combination (GH-60)
* Check if tests are subclasses of PHPUnit_Framework_TestCase (GH-59)

## v2.1

* Add ability to ignore hidden files (GH-57)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ bin/vpu

## Version Information

Current stable release is v2.1, last updated on August 19, 2012.
Current stable release is v2.1.1, last updated on February 11, 2013.

## Contributing

Expand Down
18 changes: 9 additions & 9 deletions app/view/home/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ <h2>About</h2>
</p>
<p>
The following tools were indispensable during development:
<ul>
<li>
<a href='https://github.com/twitter/bootstrap/'>Twitter Bootstrap</a>
</li>
<li>
<a href='http://git.io/nx'>NX</a>
</li>
</ul>
</p>
<ul>
<li>
<a href='https://github.com/twitter/bootstrap/'>Twitter Bootstrap</a>
</li>
<li>
<a href='http://git.io/nx'>NX</a>
</li>
</ul>
<p>
Current stable release is v2.1, last updated on August 19, 2012.
Current stable release is v2.1.1, last updated on February 11, 2013.
</p>
</div>
<div class='span4'>
Expand Down

0 comments on commit 74ed226

Please sign in to comment.