Skip to content

Releases: 2giosangmitom/tools

v2.0.0

05 Feb 09:00
Compare
Choose a tag to compare

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

v1.0.2

23 Jan 09:08
Compare
Choose a tag to compare

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

23 Jan 09:01
Compare
Choose a tag to compare

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

23 Jan 08:26
Compare
Choose a tag to compare

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

22 Jan 16:13
Compare
Choose a tag to compare

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

22 Jan 15:36
Compare
Choose a tag to compare

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

22 Jan 15:11
Compare
Choose a tag to compare

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