Releases: 2giosangmitom/tools
Releases Β· 2giosangmitom/tools
v2.0.0
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
v1.0.2
Changelog
All notable changes to this project will be documented in this file.
[1.0.2] - 2025-01-23
π Bug Fixes
- Correct filter algorithm
v1.0.1
Changelog
All notable changes to this project will be documented in this file.
[1.0.1] - 2025-01-23
π Bug Fixes
- (table) Correct first column width
π Documentation
- Add preview
- Update README
v1.0.0
Changelog
All notable changes to this project will be documented in this file.
[1.0.0] - 2025-01-23
π Features
- Implement update
- Implement --filter
- Implement search
- Add colors based on priority
π Bug Fixes
- (table) Correct center column width
πΌ Other
- Use mkShell
- Link fmt library statically
π Documentation
- Update README
v0.0.2-alpha.1
Changelog
All notable changes to this project will be documented in this file.
[0.0.2-alpha.1] - 2025-01-22
πΌ Other
- V0.0.2-alpha.1
βοΈ Miscellaneous Tasks
- Don't move assets to root
- Use flakehub-cache-action instead of magic-nix-cache-action
- Add build release assets for windows
v0.0.2-alpha
Changelog
All notable changes to this project will be documented in this file.
[0.0.2-alpha] - 2025-01-22
βοΈ Miscellaneous Tasks
- Add build release assets for macos
v0.0.1-alpha
Changelog
All notable changes to this project will be documented in this file.
[0.0.1-alpha] - 2025-01-22
π Features
- Initial commit
- Implement add feature
- Implement delete feature
- (fmt) Print info message
πΌ Other
- Add O2 flag
- Add install target
π Refactor
- Improve code readability
- Improve code
- Csv -> storage
π Documentation
- Update README
- Update README
βοΈ Miscellaneous Tasks
- Add CHANGELOG
- Add build release assets workflow