Skip to content

Commit aebbbbb

Browse files
committed
Bump version, update readme and changelog
1 parent 7f02a6d commit aebbbbb

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
8+
### Known issues
9+
- The visualization is not shown after hiding the webview with another window and showing it again
10+
11+
## [0.6.0]
812
### Added
913
- Visualization of python numpy.array
1014
- Support for Jupyter Notebook / Python Kernel Debug Adapter
15+
- Support for cortex-debug
16+
- Direction marker at first point/value
1117
### Changed
1218
- Aspect ratio is kept for cartesian and complex variables
13-
### Known issues
14-
- The visualization is not shown after hiding the webview with another window and showing it again
1519

1620
## [0.5.1]
1721
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can download this extension from [Visual Studio Marketplace](https://marketp
2323

2424
#### Supported types
2525

26-
##### C/C++ (cppdbg, cppvsdbg, lldb)
26+
##### C/C++ (cppdbg, cppvsdbg, lldb, cortex-debug)
2727

2828
* Containers of values, points and other geometries
2929
* C-style array

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphicaldebugging-vscode",
3-
"version": "0.5.1",
3+
"version": "0.6.0",
44
"publisher": "AdamWulkiewicz",
55
"author": {
66
"name": "Adam Wulkiewicz"

0 commit comments

Comments
 (0)