Releases: lgblaumeiser/ProjectTimeManager
Releases · lgblaumeiser/ProjectTimeManager
Release 1.7
This release fixes the following issues:
- Switch backend execution to native execution instead of docker due to docker license changes (#203 )
Release 1.6.1
Release 1.6.1 RC1
Just a check, whether the solution solves the timeout problem
Release 1.6
This release fixes the following issues:
Release 1.5.2
This release fixes the following issues:
Release 1.5.1
This release fixes the following issue:
- Bug: Sorting for Activities not right, based on activities not project ids (#152)
Release 1.5
This release fixes the following issues:
- Feature: Return to Java 8 as base technology (#100)
- Feature: CLI action list_activities should by default hide hidden activities and have a parameter so see all (#101)
- Feature: Introduce concept of a user to the business model (#107)
- Feature: Add security to PTM backend (#58)
- Feature: Activities with Project and Activies (#134)
- Feature: Add analysis on project level aggregating activities of one project (#140)
- Feature: Rearange elements in web page (#144)
- Feature: Navigation in PTM App (#103)
- Bugfix: Bookings for day: day in small letters in html template (#99)
- Internal: Refactor analysis to make interface more verbose as experience shows (#139)
- Internal: Refactorings (#143)
Release 1.4
This release fixes the following issues:
- Feature: Choose day with -d -x option (#86)
- Feature: Take the user id from the system instead of -u parameter (#87)
- Feature: How to do full day booking with standard break (#84)
- Feature: Create a web application for viewing analysis results (#45)
- Internal: Make string parameters to Optionals if not required parameter in cli (#89)
- Internal: Switch build to Java 11 (#92)
Release 1.3
This release fixes the following issues:
- Feature: Sorting of lists according to activity id (#76)
- Feature: Project Analysis for a day should show comments gathered together (#80)
- Feature: Validate bookings for a day (#79)
- Feature: Change backend to Java 11 (#62, #77)
- Bug: When adding bookings prior to an existing booking on the same day, an exception happens (#75)
- Bug: Change Activity creates a new Activity with new id instead of changing the old (#69)
- Bug: Empty line in ServiceRestController.java (#70)
- Bug: Restore in falschen Folder (data) statt in Parent (#71)
Release 1.2
This release fixes the following issues:
- Feature: Add change properties of bookings, replaces end booking command (#25)
- Feature: Add weekly analysis for hour and project analysis (#49)
- Feature: Add change activities and hide them, if not needed anymore (#51)
- Feature: Add a backup/restore mechanism for the database (#48)
- Feature: Add license information to tool (#47)
- Feature: Add an install script (#46)
- Internal: Improve logging in backend (#53)
- Internal: Change storage of bookings, only store activity id instead of whole activity (#19)