Releases: codecadwallader/codemaid
Releases · codecadwallader/codemaid
CodeMaid v0.7.9.1-beta
- 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
- 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.
- Card 108 - Solution-specific settings
- Fixes
CodeMaid v0.7.8-alpha
- 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
- Card 108 - Solution-specific settings
- Fixes
CodeMaid v0.7.6.1-beta
CodeMaid v0.7.6
CodeMaid v0.7.5.1-beta
CodeMaid v0.7.5
CodeMaid v0.7.4.3-beta
- Features
- 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
- Features
- Fixes
CodeMaid v0.7.4.1-beta
- 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
- #14 - Top level self-closing xml comments (i.e.