Skip to content

Commit

Permalink
update version, readme, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cs01 committed Jul 15, 2018
1 parent 249f354 commit 7808d45
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions 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 <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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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>



Expand Down
2 changes: 1 addition & 1 deletion gdbgui/VERSION.txt
@@ -1 +1 @@
0.12.0.0
0.13.0.0
2 changes: 1 addition & 1 deletion gdbgui/static/js/build.js

Large diffs are not rendered by default.

0 comments on commit 7808d45

Please sign in to comment.