Skip to content

Version 1.2 (32-bit Office)

Compare
Choose a tag to compare
@rubberduck203 rubberduck203 released this 04 Mar 20:57

(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 in C:\Users\[username]\AppData\Roaming\Rubberduck\rubberduck.config.

New Features

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.