Version 1.2 (32-bit Office)
(We are currently working on getting a 64-bit Office build up)
Installation & Upgrading
- Just download and run the setup.exe. There's no longer a need to uninstall previous version of Rubberduck prior to upgrading.
- The installer should no longer overwrite the
rubberduck.config
file. However, we still recommend backing the file up prior to upgrading. It can be found inC:\Users\[username]\AppData\Roaming\Rubberduck\rubberduck.config.
New Features
- Tons of new Code Inspections!
- Extract Method Refactoring #168
- Exposed the beta version of our Source Control API.
Enhancements
- Swapped out our home brewed parser for one powered by ANTLR.
- Enabled late binding of the
AssertClass
. #114 - The ToDo Explorer is now sortable (yay!). #161
- Better and more consistent UX. #171, #183, #195, #269
Bug Fixes
- #169 Fixed an issue that was causing dockable windows to crash and burn.
- #199 Running anything other than "All Tests" failed to update the Unit Testing window. Works great now.