This is the second Beta release of Visual WIP as the API is stabilizing. Changes may be made to what framework Visual WIP will be built on and further UI changes will probably be made as well.
What is new
- Pan and zoom is reset when loading settings
- Added support for work item type and size specific design
- The TfsWorkItemWorkProvider now adds support to open and edit work items.
- Work items looks more like sticky notes
- Auto loading of settings on the command line
- Auto refresh interval is moved to settings file
Implementation details
- WorkItemViewModel now inherits from DynamicObject to simplify work item field binding and error handling.
- Simplified event bubbling implemented
- Some out of memory problems has been addressed