Releases: jdepoix/WBS-Project
Releases · jdepoix/WBS-Project
v4.0-alpha-10
Following features have been implemented:
- change condition to show an completed workpackage
v4.0-alpha-9
Following features have been implemented
- updated PV calculation to work correctly with +1 day offset on dependencies
v4.0-alpha-8
Following features have been implemented
- Date calculation from workpackages with dependencies has 1 day offset to their predecessorv4.0-alpha-7
Following bugs have been fixed
- fixed incorrect date setting of OAPs
v4.0-alpha-6
Following features have been implemented:
- Fixed recalculating OAPs while runtimev4.0-alpha-5
Following features have been implemented:
- A project can now be setup, without needing an application server
v4.0-alpha-4
Following Bugs have been fixed:
- Test case executions weren't cached properly, which led to some performance issues
v4.0-alpha-3-hotfix
Following Bug has been hotfixed
- Hotfix implemented to calculate the duration correctlyv4.0-alpha-3
Following features have been implemented:
- Application has been adjusted, to work with the new Timetracker REST API
- PV and Time calculation has completely been reworked
- context menu is now working for Workpackage TreeView and SPI diagramm (cross-OS)
Following bugs have been fixed:
- name of employee who executed a test is now properly displayed
Migrating from previous versions:
If you're migrating to v4.0-alpha-3 from a previous WBS-Tool version, make sure to run the migration script src/main/resources/scripts/migrations/v4.0-alpha-2.sql_to_v4.0-alpha-3.sql.
Also you'll have to use the Timetracker REST API from now on.
v4.0-alpha-2
- issues fixed adressed in #3
- confirm dialog before drag and drop
- conflict is thrown after drag and drop, to remind user to create a new baseline
- full size edit mode for description in WP detail view
- previously used booking method is saved and preselected
If you're migrating to v4.0-alpha-2 from a previous WBS-Tool version, make sure to run the migration script src/main/resources/scripts/migrations/v4.0-alpha-1.sql_to_v4.0-alpha-2.sql.