A new alfa version of Visual WIP is now available for download here.
The main window with an image column added. The Proposed and Active columns are refreshing asynchronously and a progress spinner is shown.
What’s new
Async updates of columns.
Now every column updates on a separate thread to minimize Visual WIP to freeze when updating.
When a column is first created the progress indicator is not show. This will be fixed.
New ImageColumn
The image column settings window
Added tools to assist in visualizing a work items age
If a work item has changed the work item border background will change color:
Has changed | Border background color |
within 1 min | Red |
between 1-2 min | Yellow |
between 2-5 min | Green |
over 5 min | Transparent |
The age of work item since it was created date sets an icon on the work item:
Work item age | Icon |
between 5-10 days | ![]() |
between 10-20 days | ![]() |
over 20 days | ![]() |
To change the behavior of this functionality the WorkItemResources.xaml has to be modified.
Recent opened files are tracked
Moved configuration to settings file
Moved the DI container configuration of IWorkItemProvider and IWorkItemProviderViewModel to the settings file unity.xml
Bug fixes
Fixed problem with hierarchical TFS queries that returned the same work item more than once.
Fixed problem when trying to resize outside of the board area