Skip to content

Commit

Permalink
Bump version 0.32, add release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
awulkiew committed May 31, 2020
1 parent 5f464fb commit 172f1c1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Supported:
* Non-cartesian geometries (spherical_equatorial and geographic)
* Boost.Geometry: point, box, segment, referring_segment, polygon, multi_point, multi_linestring, multi_polygon, nsphere
* Spatial indexes
* Boost.Geometry: rtree (no direct memory access for now, so it may take long time to load)
* Boost.Geometry: rtree
* Complex numbers
* STL: complex
* Variants of geometries
Expand Down Expand Up @@ -129,7 +129,7 @@ Supported:
* Non-cartesian geometries (spherical_equatorial and geographic)
* Boost.Geometry: point, box, segment, referring_segment, polygon, multi_point, multi_linestring, multi_polygon, nsphere
* Spatial indexes
* Boost.Geometry: rtree (no direct memory access for now, so it may take long time to load)
* Boost.Geometry: rtree
* Complex numbers
* STL: complex
* Images
Expand Down Expand Up @@ -189,6 +189,7 @@ Options for each Watch can be found under **Tools**->**Options**->**Graphical De
The extension offers support for the following user-defined geometries for both C++ and C# types:

* Point
* Box (or rectangle)
* MultiPoint
* Linestring
* MultiLinestring
Expand Down Expand Up @@ -240,9 +241,7 @@ They can be defined in XML file similar to *.natvis file. Path to this file can
Current limitations:

* only one entry per type
* based on identifier, no separate entries for template specializations
* no support for user-defined coordinate system, cartesian is used by default
* in C# elements stored in containers has to be ValueTypes
* in C# elements stored in containers has to be ValueTypes, Points and Boxes has to be structs

See more [examples at GitHub](https://github.com/awulkiew/graphical-debugging/tree/master/examples).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.31.0.0")]
[assembly: AssemblyFileVersion("0.31.0.0")]
[assembly: AssemblyVersion("0.32.0.0")]
[assembly: AssemblyFileVersion("0.32.0.0")]
14 changes: 14 additions & 0 deletions Visual_Studio_2017/GraphicalDebugging/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
version 0.32

additions:
- support for Type pattern in user-defined classes
- support for user-defined coordinate systems and units
- support for base classes of known types in C#, e.g. IList<>
- support for user-defined Boxes
- added enabling/disabling of geometries and plots
- added changing of colors of geometries and plots
- improvement of list editing, single click edit
- implemented direct memory loading of Boost.Geometry R-tree
- implemented direct memory loading of containers of geometries
- various other loading optimizations

version 0.31

bugfixes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="GraphicalDebugging.Adam.Wulkiewicz.ab1fcb4d-58d9-4d6e-b243-68bc2285475e" Version="0.31" Language="en-US" Publisher="Adam Wulkiewicz" />
<Identity Id="GraphicalDebugging.Adam.Wulkiewicz.ab1fcb4d-58d9-4d6e-b243-68bc2285475e" Version="0.32" Language="en-US" Publisher="Adam Wulkiewicz" />
<DisplayName>Graphical Debugging</DisplayName>
<Description xml:space="preserve">Visualization of C++ and C# variables during debugging, e.g. Boost.Geometry models, containers of values, arrays of points, etc.</Description>
<License>LICENSE_1_0.txt</License>
Expand Down

0 comments on commit 172f1c1

Please sign in to comment.