Skip to content

Releases: hardikkum444/go-do-it

v2.0.0

17 Nov 09:30
Compare
Choose a tag to compare

Release Notes for the go-do-it Application

Version: 2.0.0
Release Date: November 17, 2024

Major Updates

  • Terminal User Interface: A new terminal user interface has been introduced, designed with a minimalist approach for enhanced usability.
  • Enhanced To-Do List: The to-do list now includes additional fields for "Deadline" and "Notes," allowing for better task management.
  • Android Compatibility: The application is now available for Android devices, expanding accessibility for users.

Usage Instructions

To explore the terminal user interface, run the following command:

go-do-it tui

For help and additional options, use:

go-do-it --help

Full Changelog: v1.0.1...v2.0.0

go-do-it Terminal User Interface

v1.0.1

13 Nov 09:02
Compare
Choose a tag to compare

Release Notes for go-do-it command line application

Version: 1.0.1
Release Date: 13/11/2024

Small new feature added: Delete all tasks in todo list

v1.0.0

11 Nov 14:25
Compare
Choose a tag to compare

Release Notes for go-do-it command line application

Version: 1.0.0
Release Date: 11/11/2024

Features and Commands

Command Description
add "task name" Add a new task with the specified name.
del index Delete the task at the specified index.
toggle index Toggle the completion status of the task at the specified index.
print Print the list of tasks.

Notes

  • Ensure to replace index with the actual task index when using the commands.
  • Use quotes around task names that contain spaces.
  • This version lays the groundwork for future enhancements. Your feedback and suggestions for new features are welcomed.