Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 3.23 KB

File metadata and controls

66 lines (46 loc) · 3.23 KB

Changelog

vNext (TBD)

These changes have not been released to the official Visual Studio extension gallery, but (if checked) are available in preview within the CI build.

  • TBD

Previous Releases

These are the changes to each version that has been released to the official Visual Studio extension gallery.

10.1

2016-04-23

  • Features

    • #241 - Create a demo video
    • #245 - Reorganizing: Support for VB
    • #248 - Cleaning: Exclude files where auto-generated header is detected
    • #266 - Remove solution explorer toolbar buttons
    • #268 - Reorganizing: Add prompt to override safety checks in presence of preprocessor conditionals
  • Fixes

    • #227 - VS2015 could freeze for 30s with Visual F# Power Tools installed and CodeMaid F# cleanup disabled
    • #255 - Expected exception messages for Node.JS project item detection should be reduced to diagnostic level
    • #256 - When VS creates a dummy solution, CodeMaid options were not accessible
    • #272 - Reorganizing: Remove existing regions affects in-method regions as well
    • #275 - Digging: In-method regions were being shown within Spade
    • #276 - ReSharper 2016.1 changed the name of their cleanup command and needed updates within CodeMaid - thanks jamiehumphries!

10.0

2016-04-02

  • Features

    • Add support for Visual Studio "15" Preview
    • Add support for R language
    • Automate deploys through AppVeyor to create a CI channel
    • Consolidate support sites
    • #235 - Extended support for CodeMaid integration into solution explorer context menus to cover scenarios like selecting items in separate projects
  • Fixes

    • #231 - VB: Moving functions around in Spade wasn't moving XML comments
    • #239 - Reorganize was not disabling in the presence of #pragma statements

0.9.1

2016-03-16

  • Cleaning

    • Enforce/update copyright statement headers
    • Support basic cleanup on any file type
    • #198 - VisualGDB now supported (thanks adontz!)
  • Digging

    • #199 - Make Spade disappear/reappear when entering/exiting new full screen mode (thanks iouri-s!)
  • Formatting

    • Added support for XML based list tags (thanks Willem Duncan!)
  • Others

    • #193 - Added undo transaction to insert region command (thanks Matthias Reitinger!)
    • Remove multithread operations performance option that was root of problems like #212

CHANGELOG started with v0.9.1, see Blog for deeper history