Skip to content

Commit 46b34a8

Browse files
committed
Bump version, update changelog and readme.
1 parent 33344dc commit 46b34a8

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88
### Known issues
99
- The visualization is not shown after hiding the webview with another window and showing it again
1010

11+
## [0.4.0]
12+
### Added
13+
- Visualization of C++ Boost.Geometry `box`
14+
- Visualization of C++ Boost.Polygon `rectangle_data`
15+
### Fixed
16+
- Visualization of counter-clockwise geographic polygons
17+
- Centering of geographic visualization
18+
1119
## [0.3.0]
1220
### Added
1321
- Support for spherical/geographic and complex coordinate systems

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ You can download this extension from [Visual Studio Marketplace](https://marketp
3131
* Boost.Units: `quantity`
3232
* 2D values/geometries
3333
* STL: `complex`, `pair`
34-
* Boost.Geometry: `linestring`, `multi_linestring`, `multi_point`, `multi_polygon`, `point`, `point_xy`, `point_xyz`, `polygon`, `ring`, `segment`
35-
* Boost.Polygon: `point_data`, `polygon_data`, `polygon_with_holes_data`, `segment_data`
34+
* Boost.Geometry: `box`, `linestring`, `multi_linestring`, `multi_point`, `multi_polygon`, `point`, `point_xy`, `point_xyz`, `polygon`, `ring`, `segment`
35+
* Boost.Polygon: `point_data`, `polygon_data`, `polygon_with_holes_data`, `rectangle_data`, `segment_data`
3636

3737
##### Javascript (node, chrome, msedge, pwa-node, pwa-chrome, pwa-msedge)
3838

package-lock.json

Lines changed: 1 addition & 1 deletion
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.3.0",
3+
"version": "0.4.0",
44
"publisher": "AdamWulkiewicz",
55
"author": {
66
"name": "Adam Wulkiewicz"

0 commit comments

Comments
 (0)