From 4c1320b56133e2f593132de70d3d65c5274ebc01 Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Tue, 21 Nov 2023 23:20:02 +0100 Subject: [PATCH] Update readme, bump version to 0.54 --- README.md | 4 +++- .../GraphicalDebugging/Properties/AssemblyInfo.cs | 4 ++-- solution/GraphicalDebugging/release_notes.txt | 12 ++++++++++++ .../GraphicalDebugging/source.extension.vsixmanifest | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7fa3148..2e90057 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/solution/GraphicalDebugging/Properties/AssemblyInfo.cs b/solution/GraphicalDebugging/Properties/AssemblyInfo.cs index dc397d7..d69ff7f 100644 --- a/solution/GraphicalDebugging/Properties/AssemblyInfo.cs +++ b/solution/GraphicalDebugging/Properties/AssemblyInfo.cs @@ -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")] diff --git a/solution/GraphicalDebugging/release_notes.txt b/solution/GraphicalDebugging/release_notes.txt index 32d33ca..f0d0ebe 100644 --- a/solution/GraphicalDebugging/release_notes.txt +++ b/solution/GraphicalDebugging/release_notes.txt @@ -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: diff --git a/solution/GraphicalDebugging/source.extension.vsixmanifest b/solution/GraphicalDebugging/source.extension.vsixmanifest index 49e0e26..e2543c9 100644 --- a/solution/GraphicalDebugging/source.extension.vsixmanifest +++ b/solution/GraphicalDebugging/source.extension.vsixmanifest @@ -1,7 +1,7 @@  - + Graphical Debugging Visualization of C++ and C# variables during debugging, e.g. Boost.Geometry models, containers of values, arrays of points, etc. LICENSE.txt