mirror of
https://github.com/cs01/gdbgui
synced 2024-11-17 07:48:57 +01:00
update version, readme, changelog
This commit is contained in:
parent
9f38c4a049
commit
500390f3a2
3 changed files with 11 additions and 4 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,8 +1,15 @@
|
||||||
# gdbgui release history
|
# gdbgui release history
|
||||||
|
|
||||||
## master
|
## 0.13.0.0
|
||||||
* Add "name" to Threads (new gdb 8.1 feature) (@P4Cu)
|
* Pass arbitrary gdb arguments directly to gdb (also removed `-x` option, which caused major version to change) (#205)
|
||||||
* Fix typo in tour (@nkirkby)
|
* 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
|
## 0.12.0.0
|
||||||
* Add pause button
|
* Add pause button
|
||||||
|
|
|
@ -14,7 +14,7 @@ A modern, browser-based frontend to gdb (gnu debugger)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">
|
<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>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.12.0.0
|
0.13.0.0
|
||||||
|
|
Loading…
Reference in a new issue