Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codecadwallader committed Apr 22, 2016
1 parent d14ea4f commit 2a43ac5
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
### CHANGELOG started with v0.9.1, see [Blog](http://www.codemaid.net/news/) for deeper history

0 comments on commit 2a43ac5

Please sign in to comment.