Skip to content

Releases: jdepoix/WBS-Project

v4.0-alpha-10

27 Jul 07:54

Choose a tag to compare

v4.0-alpha-10 Pre-release
Pre-release

Following features have been implemented:

  • change condition to show an completed workpackage

v4.0-alpha-9

26 Jul 13:56

Choose a tag to compare

v4.0-alpha-9 Pre-release
Pre-release

Following features have been implemented

  • updated PV calculation to work correctly with +1 day offset on dependencies

v4.0-alpha-8

22 Jul 17:46

Choose a tag to compare

v4.0-alpha-8 Pre-release
Pre-release

Following features have been implemented

- Date calculation from workpackages with dependencies has 1 day offset to their predecessor

v4.0-alpha-7

15 Jul 13:54

Choose a tag to compare

v4.0-alpha-7 Pre-release
Pre-release

Following bugs have been fixed

  • fixed incorrect date setting of OAPs

v4.0-alpha-6

08 Jul 10:37

Choose a tag to compare

v4.0-alpha-6 Pre-release
Pre-release

Following features have been implemented:

- Fixed recalculating OAPs while runtime

v4.0-alpha-5

08 Jul 09:01

Choose a tag to compare

v4.0-alpha-5 Pre-release
Pre-release

Following features have been implemented:

  • A project can now be setup, without needing an application server

v4.0-alpha-4

06 Jul 12:33

Choose a tag to compare

v4.0-alpha-4 Pre-release
Pre-release

Following Bugs have been fixed:

  • Test case executions weren't cached properly, which led to some performance issues

v4.0-alpha-3-hotfix

04 Jul 18:55

Choose a tag to compare

v4.0-alpha-3-hotfix Pre-release
Pre-release

Following Bug has been hotfixed

- Hotfix implemented to calculate the duration correctly

v4.0-alpha-3

03 Jul 20:08

Choose a tag to compare

v4.0-alpha-3 Pre-release
Pre-release

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

03 Jun 09:06

Choose a tag to compare

v4.0-alpha-2 Pre-release
Pre-release
  • 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.