Skip to content

Releases: Skyppid/Array-Visualizer

ArrayVisualizer 1.7

27 Oct 14:24
Compare
Choose a tag to compare

This release drops support for Visual Studio prior to 2022. Since the project stems from way earlier versions and I don't have the time to actively maintain the project, I had to drop support for older versions. Visual Studio 2022 requires some specific settings and changes for it to work. Multi-Targeting would be too much effort to bring into this rusty old solution. Thus support gets dropped. Functional changes are not included, thus if you want to use it with prior versions, just use 1.6.1.

Changes:

  • Upgraded to Visual Studio 2022
  • Upgraded to .NET Framework 4.8
  • Upgraded to AsyncPackage
  • x64-compatible Extension

Array Visualizer 1.6.1

20 Jan 22:12
Compare
Choose a tag to compare

Tiny update which removed some invalid / old prerequisities and dependencies which probably caused installation issues with some people.

Array Visualizer 1.6

14 Oct 21:17
Compare
Choose a tag to compare

Updated ArrayVisualizer to support Visual Studio 2019.

Due to a necessary change of the target framework from 4.6.2 to 4.7.2 this release is only compatible with Visual Studio 2019. If you use an older version, please use version 1.5 since there is no functional change. I cannot guarantee reliability in older Visual Studio versions otherwise.

Array Visualizer 1.5.1

27 Oct 18:25
Compare
Choose a tag to compare

QoL (Quality of Life) Improvement:
The last selected array will now be remembered throughout the session. Once the array re-appears in the current debugger scope, it automatically gets selected.

Previously it was annoying to debug with multiple breakpoints because the list would reset and the array had to be selected manually again.

Array Visualizer 1.5

27 Oct 17:41
Compare
Choose a tag to compare

This is the initial release. Just an upgraded version of the original made by Amir Liberman.
Now supports Visual Studio 2017 / 2015. No further support for older IDEs. Please use the original extension for these.