Skip to content

Commit b3d8c8e

Browse files
committed
bump v0.5.6
1 parent 8c49eaa commit b3d8c8e

File tree

3 files changed

+24
-19
lines changed

3 files changed

+24
-19
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
88
Disclaimer: for the moment, all the commands that I use are rendered.
99
Commits will slow down. May not update at all.
1010

11+
## [0.5.6] 2024-04-15
12+
### added
13+
* set detach-on-fork
14+
* set follow-fork-mode
15+
* set demangle-style
16+
* set print
17+
* demangle
18+
* object
19+
* sevenbit-strings
20+
* static-members
21+
1122
## [0.5.5] 2023-12-12
1223
### added
1324
* set style

README.md

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,19 @@
77

88
VSCode grammar extension to color higlight scripts for GDB
99

10-
## [0.5.5] 2023-12-12
10+
## [0.5.6] 2024-04-15
1111
### added
12-
* set style
13-
* set style filename
14-
* set style function
15-
* set style variable
16-
* set style address
17-
* set style title
18-
* set style highlight
19-
* set style metadata
20-
* set style tui-border
21-
* set style tui-active-border
22-
* background color specifier
23-
* foreground color specifier
24-
* none, black, red, magenta, green, yellow, blue, cyan, white
25-
* intensity color specifier
26-
* normal, bold, dim
12+
* set detach-on-fork
13+
* set follow-fork-mode
14+
* set demangle-style
15+
* set print
16+
* demangle
17+
* object
18+
* sevenbit-strings
19+
* static-members
20+
21+
Disclaimer: for the moment, all the commands that I use are rendered.
22+
Commits will slow down. May not update at all.
2723

2824
## Features
2925

@@ -37,8 +33,6 @@ so `set loggging overwrite off` is as valid as `set lo ov of`.
3733
That means that you just can't put every keyword in one regexp to render each keyword.
3834
To have a consistant color hilight each command has it's own regexp.
3935

40-
Disclaimer: for the moment, all the commands that I use are rendered.
41-
Commits will slow down. May not update at all.
4236

4337
## References
4438
* [GDB commands, variable and function index](https://sourceware.org/gdb/onlinedocs/gdb/Command-and-Variable-Index.html)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Syntax color for GDB command",
66
"repository": "https://github.com/pirpyn/gdb-syntax-vscode",
77
"icon" : "images/archer.png",
8-
"version": "0.5.5",
8+
"version": "0.5.6",
99
"engines": {
1010
"vscode": "^1.45.0"
1111
},

0 commit comments

Comments
 (0)