Releases: SpiritSK8/ip
Release list
v0.3
Final Version
To run this app:
- Download
myne.jar. - Place it inside an empty folder.
- Navigate to that folder and run it with the following command:
java -jar ./myne.jar
This version adds 2 major features: command history and animations. Use up/down arrows to scroll through the commands you have previously sent. It works like conventional terminals' command history. As for the animation, there is a slight scroll transition when chats are sent.
This version contains the following commands: help, bye, todo, deadline, event, list, mark, unmark, delete, find. A lot of error handling are put in place to ensure that the command can be as flexible as possible. For example, mark, unmark, and delete can work with task names, not just task numbers. Slash parameters can also be inserted in any order.
The GUI has also been polished to give a clean, modern feel with a fantasy theme. The characters were taken from Ascendance of a Bookworm, which is my favorite light novel series! I've tried recreating their personalities while still ensuring that their messages are clear.
Do enjoy and please give feedbacks!
v0.2
Final draft before IP submission.
This version contains the following commands: help, bye, todo, deadline, event, list, mark, unmark, delete, find. A lot of error handling are put in place to ensure that the command can be as flexible as possible. For example, mark, unmark, and delete can work with task names, not just task numbers.
The GUI has also been polished to give a clean, fantasy feel. The characters were taken from Ascendance of a Bookworm, which is my favorite light novel series! I've tried recreating their personalities while still ensuring that their message is clear.
Do enjoy and please give feedbacks!