Releases: MAOXIONGKAI/ip
Releases · MAOXIONGKAI/ip
v1.0
Week 6: Final Submission
Finalized Gopher with the following improvements:
- Better GUI that differentiates normal response message and error message
- Add interesting personality to Gopher to make it more entertaining to the target user
- More exception handling to tackle common input errors and edge cases
- More unit testing to ensure the correctness of Gopher's response
- Publish online user guide for Gopher ✨
v0.2
Week 5: Create another Jar file
Update Gopher with the following improvements:
- Enhanced GUI interface using JavaFX
- Allow Delete, Mark, Unmark of multiple tasks with a single command
v0.1
Week 3 Increment: A-Jar
Release Gopher with the following features:
- Add tasks(todo, deadline, event)
- Delete tasks
- Mark task as done
- Mark task as undone
- List out the current tasks
- Local storage for task(with save & load feature)