Skip to content

v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@vigonometry vigonometry released this 02 Feb 06:52

Introducing Leo a CLI-based task management system.

Hola, me llamo Leo - "Hello I am Leo"

Here's what's new in Version 0.1

Added three task types: Todo, Event and Deadline

  • You can now create Todo, Event and Deadline items by prefacing the task content with todo, event or deadline.
  • Event and Deadline types require further description: event ... /from DD/MM/YYYY HHMM /to DD/MM/YYYY HHMM, deadline ... /by DD/MM/YYYY HHMM

Add task management functions: list, delete, mark as done and unmark completed tasks

  • list displays all tasks currently saved in your Task List.
  • delete <taskId> deletes task with taskId in your Task List.
  • mark <task Id> and unmark <taskId> can be used to mark a task as completed or incomplete.

Full Changelog: https://github.com/vigonometry/ip/commits/A-Jar