Skip to content

Releases: DavidTan0527/ip

v1.0.2

15 Feb 15:05
Compare
Choose a tag to compare

Features updated:

  • [NEW] clear : Clears the current TaskList
  • find is now case insensitive, i.e. find clean and find clEaN yield the same result.

v1.0.1

14 Feb 13:05
Compare
Choose a tag to compare

Minor visual improvements

Improved the following GUI visuals:

  • Chatbox with rounded corners
  • Circular profile picture
  • Simple bright color scheme
  • App-wide paddings and margins to reduce clutter
  • Fix chatbox clipping issue

v1.0.0

08 Feb 03:21
Compare
Choose a tag to compare

JavaFX GUI

Implement GUI with JavaFX to create a chat-style interaction with the bot.

v0.1

26 Jan 08:00
Compare
Choose a tag to compare

Implement features:

  • Create new tasks, divided into 3 types: Todo, Deadline (date required), Event (date required)
  • Delete existing tasks
  • Display existing tasks
  • Mark/Unmark tasks as done
  • Command parser for handling user input in the form of commands
  • Storage component for reading from and saving to file