From 2a43ac58e26d7ad40730e9aa2faae4f9230387f0 Mon Sep 17 00:00:00 2001 From: Steve Cadwallader Date: Thu, 21 Apr 2016 20:57:58 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b91a9395..c1e15a36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,27 @@ -# Roadmap +# Changelog -- [x] Create a demo video +## vNext (10.1) -Features that have a checkmark are complete and available for download in the [CI build](http://vsixgallery.com/extension/4c82e17d-927e-42d2-8460-b473ac7df316/). +These changes have not been released to the official Visual Studio extension gallery, but (if checked) are available in preview within the [CI build](http://vsixgallery.com/extension/4c82e17d-927e-42d2-8460-b473ac7df316/). -# Changelog +- [x] Features + - [x] [#241](https://github.com/codecadwallader/codemaid/issues/241) - Create a demo video + - [x] [#245](https://github.com/codecadwallader/codemaid/issues/245) - Reorganizing: Support for VB + - [x] [#248](https://github.com/codecadwallader/codemaid/issues/248) - Cleaning: Exclude files where auto-generated header is detected + - [x] [#266](https://github.com/codecadwallader/codemaid/issues/266) - Remove solution explorer toolbar buttons + - [x] [#268](https://github.com/codecadwallader/codemaid/issues/268) - Reorganizing: Add prompt to override safety checks in presence of preprocessor conditionals + +- [x] Fixes + - [x] [#227](https://github.com/codecadwallader/codemaid/issues/227) - VS2015 could freeze for 30s with Visual F# Power Tools installed and CodeMaid F# cleanup disabled + - [x] [#255](https://github.com/codecadwallader/codemaid/issues/255) - Expected exception messages for Node.JS project item detection should be reduced to diagnostic level + - [x] [#256](https://github.com/codecadwallader/codemaid/issues/256) - When VS creates a dummy solution, CodeMaid options were not accessible + - [x] [#272](https://github.com/codecadwallader/codemaid/issues/272) - Reorganizing: Remove existing regions affects in-method regions as well + - [x] [#275](https://github.com/codecadwallader/codemaid/issues/275) - Digging: In-method regions were being shown within Spade + - [x] [#276](https://github.com/codecadwallader/codemaid/issues/276) - ReSharper 2016.1 changed the name of their cleanup command and needed updates within CodeMaid - thanks [jamiehumphries](https://github.com/jamiehumphries)! + +## Previous Releases -These are the changes to each version that has been released on the official Visual Studio extension gallery. +These are the changes to each version that has been released to the official Visual Studio extension gallery. ## 10.0 @@ -42,4 +57,4 @@ These are the changes to each version that has been released on the official Vis - [x] #193 - Added undo transaction to insert region command (thanks Matthias Reitinger!) - [x] Remove multithread operations performance option that was root of problems like #212 -### CHANGELOG started with v0.9.1, see [Blog](http://www.codemaid.net/news/) for deeper history \ No newline at end of file +### CHANGELOG started with v0.9.1, see [Blog](http://www.codemaid.net/news/) for deeper history