Skip to content

Commit

Permalink
Update readme, bump version to 0.54
Browse files Browse the repository at this point in the history
  • Loading branch information
awulkiew committed Nov 21, 2023
1 parent d092b17 commit 4c1320b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,10 @@ Watch window displaying plot representation of variables in a single image. Type
* Boost.Geometry: `rtree`
* Complex numbers
* STL: `complex`
* Values
* STL: `chrono::duration` (incl. aliases, e.g. `chrono::milliseconds`, `chrono::seconds`, etc.)
* Images
* Boost.Gil: `image` (incl. typedefs, e.g. `rgb8_image_t`, `abgr16_image_t`, `cmyk32_image_t`, `rgb64f_planar_image_t`, etc.)
* Boost.Gil: `image` (incl. aliases, e.g. `rgb8_image_t`, `abgr16_image_t`, `cmyk32_image_t`, `rgb64f_planar_image_t`, etc.)
* Variants of geometries
* Boost.Variant: `variant`

Expand Down
4 changes: 2 additions & 2 deletions solution/GraphicalDebugging/Properties/AssemblyInfo.cs
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.53.0.0")]
[assembly: AssemblyFileVersion("0.53.0.0")]
[assembly: AssemblyVersion("0.54.0.0")]
[assembly: AssemblyFileVersion("0.54.0.0")]
12 changes: 12 additions & 0 deletions solution/GraphicalDebugging/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
version 0.54

bugfixes:
- fixed drawing of small circles
- variables are no longer loaded after closing watch window

additions:
- direct memory access for Boost.Geometry nsphere
- support for C++ rvalue references
- support for types defined in DLLs
- support for std::chrono::duration

version 0.53

bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion solution/GraphicalDebugging/source.extension.vsixmanifest
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.53" Language="en-US" Publisher="Adam Wulkiewicz" />
<Identity Id="GraphicalDebugging.Adam.Wulkiewicz.ab1fcb4d-58d9-4d6e-b243-68bc2285475e" Version="0.54" 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.txt</License>
Expand Down

0 comments on commit 4c1320b

Please sign in to comment.