diff --git a/CHANGELOG.md b/CHANGELOG.md index f522dd5..1da59cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,15 @@ # gdbgui release history -## master -* Add "name" to Threads (new gdb 8.1 feature) (@P4Cu) +## 0.13.0.0 +* Pass arbitrary gdb arguments directly to gdb (also removed `-x` option, which caused major version to change) (#205) * Fix typo in tour (@nkirkby) +* Add "name" to Threads (new gdb 8.1 feature) (@P4Cu) +* Fix crash/black screen from "Python Exception name long is not defined" #212 +* Fix bug when debugging filenames with spaces (Fix Cannot create breakpoint: -break-insert: Garbage following #211") +* Fix empty frame causes the ui to crash/black screen #216 +* Update tour text +* update npm packages; update react to 16.4 +* update prettier rules ## 0.12.0.0 * Add pause button diff --git a/README.md b/README.md index 44166fe..fc5ddaf 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ A modern, browser-based frontend to gdb (gnu debugger)

-image image image Code style: black code style: prettier

+image image image Code style: black code style: prettier

diff --git a/gdbgui/VERSION.txt b/gdbgui/VERSION.txt index 6ca5e04..b6963e1 100644 --- a/gdbgui/VERSION.txt +++ b/gdbgui/VERSION.txt @@ -1 +1 @@ -0.12.0.0 +0.13.0.0