update version, readme, changelog

This commit is contained in:
Chad Smith 2018-07-15 12:56:34 -07:00
parent 9f38c4a049
commit 500390f3a2
3 changed files with 11 additions and 4 deletions

View file

@ -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 <class NameError> name long is not defined" #212
* Fix bug when debugging filenames with spaces (Fix Cannot create breakpoint: -break-insert: Garbage following <location> #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

View file

@ -14,7 +14,7 @@ A modern, browser-based frontend to gdb (gnu debugger)
</p>
<p align="center">
<a href="https://travis-ci.org/cs01/gdbgui"><img src="https://travis-ci.org/cs01/gdbgui.svg?branch=master" alt="image" /></a> <a href="https://pypi.python.org/pypi/gdbgui/"><img src="https://img.shields.io/badge/pypi-0.12.0.0-blue.svg" alt="image" /></a> <img src="https://img.shields.io/badge/python-2,3,pypy-blue.svg" alt="image" /> <a href="https://github.com/ambv/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black" /></a> <a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square" alt="code style: prettier" /></a></p>
<a href="https://travis-ci.org/cs01/gdbgui"><img src="https://travis-ci.org/cs01/gdbgui.svg?branch=master" alt="image" /></a> <a href="https://pypi.python.org/pypi/gdbgui/"><img src="https://img.shields.io/badge/pypi-0.13.0.0-blue.svg" alt="image" /></a> <img src="https://img.shields.io/badge/python-2,3,pypy-blue.svg" alt="image" /> <a href="https://github.com/ambv/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black" /></a> <a href="https://github.com/prettier/prettier"><img src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square" alt="code style: prettier" /></a></p>

View file

@ -1 +1 @@
0.12.0.0
0.13.0.0