Skip to content

Commit 73b5f79

Browse files
committed
v0.6.4
1 parent a520cfb commit 73b5f79

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ 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.6.4] 2025-05-06
12+
### modified
13+
* handle commands block for gdb-log
14+
* fix convenience variable ignored due to \b workd boundary marker
15+
1116
## [0.6.3] 2025-04-28
1217
### added
1318
* frame, select-frame

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77

88
VSCode grammar extension to color higlight scripts for GDB and GDB outputs logs.
99

10-
## [0.6.3] 2025-04-28
11-
### added
12-
* frame, select-frame
13-
* up, up-silently
14-
* down, down-silently
10+
## [0.6.4] 2025-05-06
11+
### modified
12+
* handle commands block for gdb-log
13+
* fix convenience variable ignored due to \b workd boundary marker
1514

1615
Disclaimer: for the moment, all the commands that I use are rendered.
1716
Commits will slow down. May not update at all.

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.6.3",
8+
"version": "0.6.4",
99
"engines": {
1010
"vscode": "^1.45.0"
1111
},

0 commit comments

Comments
 (0)