Skip to content

Commit

Permalink
Prep for 0.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cchamplin committed Jul 30, 2017
1 parent 006d490 commit 7ddb9c9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## 0.2.5
* Implemented host specific listening [thanks lfarkas]
* Add support for filtering file paths during debugging [thanks StAmourD]
* Add support for activating the Atom window after a breakpoint triggers [thanks StAmourD]
* Make adjustments to readme [thanks surfer190]
* Add check on xdebug server for file to match breakpoints [thanks QwertyZW]
* Adjustments to action bar button styling [thanks CraigGardener]
* Many bug fixes

## 0.2.4
* Allow main panel to be docked to the side or the bottom
* Add an interactive console
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "php-debug",
"main": "./lib/php-debug",
"version": "0.2.4",
"version": "0.2.5",
"description": "A package for the Atom Text Editor for debugging PHP code using the XDebug extension",
"repository": "https://github.com/gwomacks/php-debug",
"license": "MIT",
Expand Down

0 comments on commit 7ddb9c9

Please sign in to comment.