Skip to content

Releases: MAOXIONGKAI/ip

v1.0

20 Sep 09:28
Compare
Choose a tag to compare

Week 6: Final Submission

Finalized Gopher with the following improvements:

  1. Better GUI that differentiates normal response message and error message
  2. Add interesting personality to Gopher to make it more entertaining to the target user
  3. More exception handling to tackle common input errors and edge cases
  4. More unit testing to ensure the correctness of Gopher's response
  5. Publish online user guide for Gopher ✨

v0.2

11 Sep 02:55
Compare
Choose a tag to compare

Week 5: Create another Jar file

Update Gopher with the following improvements:

  1. Enhanced GUI interface using JavaFX
  2. Allow Delete, Mark, Unmark of multiple tasks with a single command

v0.1

30 Aug 14:58
Compare
Choose a tag to compare

Week 3 Increment: A-Jar

Release Gopher with the following features:

  1. Add tasks(todo, deadline, event)
  2. Delete tasks
  3. Mark task as done
  4. Mark task as undone
  5. List out the current tasks
  6. Local storage for task(with save & load feature)