Skip to content

Releases: jeronkk/ip

LeChatBot v0.3 Release

28 Feb 10:33

Choose a tag to compare

Fixed the issue of the below error when launching .jar file.

Error: JavaFX runtime components are missing, and are required to run this application

LeChatBot v0.2 Release

23 Feb 19:45

Choose a tag to compare

Improved Help Command

  • Run help to view a full list of available commands with descriptions.

Bug Fixes

  • Resolved minor UI inconsistencies when displaying task lists.
  • Fixed issue where marking tasks as done/unmarking them did not update properly.

LeChatBot Initial Release

06 Feb 19:49

Choose a tag to compare

LeChatBot is a simple command-line chatbot that helps users manage tasks efficiently. It supports adding, listing, marking, unmarking, and deleting tasks, including deadlines and events. Built using Java, it follows object-oriented principles and supports persistence through file storage. The project is structured with Gradle for build automation and JUnit for testing.