Skip to content

Releases: SpiritSK8/ip

v0.3

Choose a tag to compare

@SpiritSK8 SpiritSK8 released this 23 Feb 15:30

Final Version

To run this app:

  1. Download myne.jar.
  2. Place it inside an empty folder.
  3. 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

Choose a tag to compare

@SpiritSK8 SpiritSK8 released this 22 Feb 23:02

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!

v0.1

v0.1 Pre-release
Pre-release

Choose a tag to compare

@SpiritSK8 SpiritSK8 released this 03 Feb 19:36

Implement features up to and including A-Jar.