Skip to content

Commit 1e91292

Browse files
committed
Release version 1.5.0!!
1 parent 92b02cf commit 1e91292

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

HISTORY renamed to CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
=== Vdebug 1.5.0 / 2015-08-28
22
Bug fixes:
33
* Fix for remote and local file paths with a windows/unix setup (thanks @brothert, #130)
4+
* Sort path maps by remote path length (thanks @ragol and @adambiggs, #153, #201)
5+
* Default "stop" behaviour (default <F6>) actually stops rather than detaches (issue #166)
6+
* Various documentation fixes (issue #172, issue #223, thanks @loonies for #210)
7+
* Add documentation to show that komodo-debug doesn't work with nodejs > 0.10 (#202, #223)
8+
* Don't override previously defined breakpoint highlights (#208)
49

510
Features:
11+
* Add support for Python 2.4 (thanks @mbarbon, #189)
12+
* Add Vagrantfile and bootstrap for easier local development
613
* Add new VdebugTrace command for tracking individual variables and expressions (thanks @escher9, #178)
14+
* Show ellipses for truncated arrays in watch window (#177)
15+
* Bind to all available interfaces by default, instead of just localhost (#209, thanks @zolem)
16+
17+
Misc:
18+
* Changed HISTORY to CHANGELOG
719

820
=== Vdebug 1.4.2 / 2014-05-15
921

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.2
1+
1.5.0

0 commit comments

Comments
 (0)