Skip to content

Releases: lucasnevespereira/lembra

v0.0.4

20 Nov 00:15
Compare
Choose a tag to compare

Changelog

  • 8458a39 Merge branch 'feat/refacto-db'
  • 0a32a58 fix: releaser cross os
  • 62648d1 refacto: introduce json storage

v0.0.2

21 Aug 21:48
Compare
Choose a tag to compare

Version: 0.0.2

Features:

  • Create Reminder: The CLI allows users to create reminders by specifying a title, message, and time for the reminder. Reminders can be used to keep track of important tasks or events.
  • Update Reminder: Users can update existing reminders by providing the ID of the reminder along with the updated information, such as the title, message, or time.
  • Delete Reminder: The CLI allows users to delete a reminder by its ID. This feature enables users to remove reminders that are no longer needed or have been completed.
  • List Reminders: Users can view a list of all existing reminders. This feature provides an overview of the reminders currently stored in the system.
  • Reminder Listener Daemon: The CLI includes a daemon process that continuously checks for reminders and displays notifications when the reminder time matches the current time. This allows users to receive timely notifications for their reminders without actively monitoring the CLI.
  • Stop Daemon: Users can stop the reminder listener daemon if they no longer wish to receive notifications or need to shut down the CLI.

Commands:

  • create: Creates a new reminder.
  • update: Updates an existing reminder.
  • delete: Deletes a reminder by its ID.
  • list: Lists all existing reminders.
  • listen: Starts the reminder listener daemon.
  • stop: Stops the reminder listener daemon.
  • logs: Reads logs of reminder listener daemon.

v0.0.1

21 Aug 21:35
Compare
Choose a tag to compare

Changelog