Skip to content

Releases: codecadwallader/codemaid

CodeMaid v0.7.9.1-beta

12 Jul 11:43
Compare
Choose a tag to compare
Pre-release
  • Features
    • #116 - Separate options for blank line padding of single-line properties and multi-line properties. Single-line properties will no longer pad by default, while multi-line properties will continue to pad by default.
  • Fixes
    • Fix registration issue with Spade toolbar buttons for sorting by file order

CodeMaid v0.7.9-beta

11 Jul 12:41
Compare
Choose a tag to compare
CodeMaid v0.7.9-beta Pre-release
Pre-release
  • Features
    • Card 108 - Solution-specific settings
      • Fixed theme not persisting correctly
      • Annotated comment preview window with message to clarify dialog must be closed/opened to refresh
      • Resolved backwards compatibility with existing settings. Old settings will now be imported if the new user settings file does not exist.
      • Note: If you had previously used the v0.7.8-alpha and want to bring in your old settings, manually delete the CodeMaid.config located in your AppData folder (e.g. C:\Users\Steve\AppData\Local\CodeMaid\CodeMaid.config). This will cause the old settings to be imported at startup.
  • Fixes
    • #56 - VS2015 was incorrectly added explicit access modifiers to explicitly implemented members
    • #98 - Remove blank lines after attributes is now more selective to avoid false matches in some string literals

CodeMaid v0.7.8-alpha

27 Jun 18:43
Compare
Choose a tag to compare
CodeMaid v0.7.8-alpha Pre-release
Pre-release
  • Features
    • Card 108 - Solution-specific settings
      • This has been a significant rewrite, EXPECT BUGS.
      • "Configuration" dialog is now called "Options" for consistency with Visual Studio
      • Known issue: Your previous settings will be lost (clean slate)
        • Possible workaround (untested): Export your settings before upgrade, and import them after upgrade.
      • Known issue: Settings preview window for comment formatting does not refresh
    • Card 166 - Update settings persistence to work across VS updates
    • Card 230 - Close about dialog on any key
  • Fixes
    • #90 - URL in XML doc no longer gets formatted as a list item
    • #106 - Comments adjacent to commented out code can still be formatted

CodeMaid v0.7.6.1-beta

19 Apr 03:46
Compare
Choose a tag to compare
Pre-release

Fixes

  • #87 - Re-insertion of removed using statements can cause duplicates
  • #94 - Reorganizing new method outside of regions can require two passes

CodeMaid v0.7.6

15 Mar 20:22
Compare
Choose a tag to compare

CodeMaid v0.7.5.1-beta

31 Jan 19:12
Compare
Choose a tag to compare
Pre-release
  • Features
    • Card 218 - Add support for JSON
    • #69 - Add support for PHP (thanks Ioannis Kappas!)
  • Fixes
    • #55 - Format lock up occurs on file with only comments
    • #58 - GUID case sensitivity issue with different tools
    • #59 - WiX project type can cause an exception to be thrown

CodeMaid v0.7.5

23 Nov 18:23
Compare
Choose a tag to compare

CodeMaid v0.7.4.3-beta

20 Nov 02:38
Compare
Choose a tag to compare
Pre-release
  • Features
    • #35 - Build progress now better represents projects building in parallel (thanks lowjoel !)
  • Fixes
    • #26 - Regular (two slash) comment directly adjacent to XML (three slash) comment was being treated as a single comment during formatting instead of two distinct comments
    • #44 - User preference for #endregion tags was not being respected during reorganization
    • #48 - Configuration dialog would not open if you had another VS extension with a different version of the System.Windows.Interactivity.dll
    • #51 - About dialog would not always come back to top of VS window after switching to another application

CodeMaid v0.7.4.2-beta

09 Nov 13:14
Compare
Choose a tag to compare
Pre-release
  • Features
    • Card 114 - Detect preprocessor directives during reorganization and prevent execution
    • Card 152 - Support cleanup exclusions for folder names
    • Card 180 - Remember Spade order preference
  • Fixes
    • #21 - Comment formatting now handles hyphen only separating comment lines
    • #31 - Finding command option to disable solution folder toggling workaround

CodeMaid v0.7.4.1-beta

28 Aug 12:35
Compare
Choose a tag to compare
Pre-release
  • Features
    • Card 196 - All SDK dependencies are now embedded in the lib folder so CI can run unit tests and contributors do not need to install both the VS2010 SDK and the VS2013 SDK.
  • Fixes
    • #14 - Top level self-closing xml comments (i.e. <inheritdoc />) getting expanded
    • #15 - Comment formatting placing a space between XML element and following punctuation
    • #17 - Xml comments with <code> blocks and new lines won't format
    • #18 - C++ MFC .RC2 files cannot have EOF terminator merged onto last content line