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
andtodos
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