This is version 1.4 of ManageEZPZ, where users are allowed to add, delete, find, list, mark and unmark tasks. On top of that users are also allowed to Tag and unTag tasks to employees and tag tasks to different priorities.
What's Changed
In v1.4, we have fixed additional bugs that were found in our program :
- Fixed parsing of invisible characters @ChanWeiJie in #241
- Fixed bugs found in editTaskCommand @aaron-ljx in #257
- Fixed bugs found in deleteTaskCommand @dannytayjy in #259
- Fixed Json loading and storing bug @alfredkohhh in #249
- Fixed bugs found in findTaskCommandTest @Denniszedead in #285
In v1.4, we have also refine ManageEZPZ's GUI :
- Updated GUI screen resizing @dannytayjy in #247
- Updated Help Window @dannytayjy in #247
- Including welcome message @dannytayjy in #326
- Updated exception messages for different type of errors @ChanWeiJie & @dannytayjy in #241, #247
Other Notable Changes
- UG and DG updated
- Java Docs updated
- More test cases implemented
Full Changelog: v1.3.4...v1.4