Skip to content

Releases: Jaylenlee/ip

CS2103_IP v0.2

15 Sep 09:24
Compare
Choose a tag to compare

CS2103_IP v0.2 is a program that supports task management.

Supported Features Includes:

Add tasks to list
Delete tasks from list
Save list as a text file on computer
List out all tasks
Mark task as done
Find tasks with keyword (new)
Sort tasks alphabetically by type (new)
Commands: ( description of command after ":" )

todo : add a task without any time restriction
deadline /by : add a task with time expiry to list
event /at : add a task with time range to list
delete : remove corresponding task from list
done : mark corresponding task as done
list : list out all current tasks in list
sort: sort out all current tasks alphabetically (new)
find : find tasks with given keyword (new)
bye : exists program and save to file

CS2103_IP v0.2.1

15 Sep 15:42
Compare
Choose a tag to compare

CS2103_IP v0.2.1 is a program that supports task management.

Improvement from v0.2:

  • Better profile display
  • Removed dash line separator for cleaner text view

CS2103_IP v0.1

25 Aug 10:13
Compare
Choose a tag to compare

CS2103_IP v0.1 is a program that supports task management.

Supported Features Includes:

  • Add tasks to list
  • Delete tasks from list
  • Save list as a text file on computer
  • List out all tasks
  • Mark task as done

Commands: ( description of command after ":" )

todo : add a task without any time restriction
deadline /by : add a task with time expiry to list
event /at : add a task with time range to list
delete : remove corresponding task from list
done : mark corresponding task as done
list : list out all current tasks in list
bye : exists program and save to file