Skip to content

Releases: zenatrick/duke

Duke v0.3.3

01 Mar 15:03
Compare
Choose a tag to compare

Duke shows a better error message when a wrong command is entered.

Duke v0.3.2

15 Feb 16:38
Compare
Choose a tag to compare

Fix bug which forces Duke to close immediately

Details:

Previous:

When the storage file cannot be decoded during initialisation, Duke will close immediately without showing any error message.

Now:

Duke will enter into an error mode whereby it will display an error message which includes an instruction for the user. Using any commands other than the bye command not work.

Duke v0.3.0

15 Feb 14:29
Compare
Choose a tag to compare

Updated GUI and added a new command.

Updated GUI:

Updated GUI

New command:

undo - To undo an operation on a task. Only the following commands can be undone: todo, deadline, event, done and delete.

Duke v0.2.0

05 Feb 13:05
Compare
Choose a tag to compare
Duke v0.2.0 Pre-release
Pre-release

Added GUI to Duke and a new command.

New command:

find KEYWORD - To find tasks where their descriptions contain the specified keyword.

Duke v0.1.0

27 Jan 16:43
Compare
Choose a tag to compare
Duke v0.1.0 Pre-release
Pre-release

A Personal Assistant Chatbot that helps the user to keep track of various things.

The current release has the following commands available:

todo TASK_DESCRIPTION - To add a todo task with a specified description.
deadline TASK_DESCRIPTION /by DATE_AND_TIME - To add a task with a specified description by a specified deadline.
event TASK_DESCRIPTION /at DATE_AND_TIME - To add an event with a specified description at a specified time.
list - To list all the current tasks added.
done TASK_INDEX - To mark a task as done by the specified index.
delete TASK_INDEX - To delete a task by the specified index.
bye - To exit the program. Upon exit, the task list will be saved in the file data/duke.txt in the current directory.

Time should be written in the format of dd/MM/yyyy HH:mm.
E.g. The time 22 Jan 2020, 7:00 pm should be written as 22/01/2020 19:00.