Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@2giosangmitom 2giosangmitom released this 05 Feb 09:00
· 1 commit to master since this release

Changelog

All notable changes to this project will be documented in this file.

[2.0.0] - 2025-02-05

πŸš€ Features

  • [breaking] Rewrite project in C
  • Print help message
  • Add argument parser
  • Implement init command
  • Implement list command
  • Implement add command
  • Implement done command and clear command
  • Add remove command
  • Print todos in table format

πŸ› Bug Fixes

  • (storage) Handle empty title string
  • (storage) Exit if file not exist to read
  • (storage) Print no task info if no error
  • Check ids and todos before update todos
  • Print data only when head not null

🚜 Refactor

  • Rename header files and improve error handling in storage
  • Rewrite

πŸ“š Documentation

  • Update README
  • Update README
  • Add preview

🎨 Styling

  • Format code with clang-format

βš™οΈ Miscellaneous Tasks

  • (storage) Add comment at the begin of file
  • Replace perror with custom print_err
  • Update help