aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2024-05-06 12:48:36 +0100
committerdam <dam@gudinoff>2024-05-06 12:48:36 +0100
commitf024b0afab602df742284b86396325ce93ce6d98 (patch)
treef56409789db042f20021f3d4ef86d8f786dfac25 /readme.md
parentb32a697e1898a37497cfc504a2746dcf1f0710da (diff)
downloadtask-time-tracker-f024b0afab602df742284b86396325ce93ce6d98.tar.zst
task-time-tracker-f024b0afab602df742284b86396325ce93ce6d98.zip
Removed TODO keyword from secundary files.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index c54ecd7..2df87b7 100644
--- a/readme.md
+++ b/readme.md
@@ -72,6 +72,6 @@ Task Time Tracker
- By having each column-print job decoulpled, we avoid havint to measure and compensate lengths of UTF8 strings;
- [x] Review all code for bugs related to auto-cast on ptrdiff_t (signed/unsigned);
- [x] Review all code for bugs related to auto-cast on size_t (signed/unsigned);
-- [x] Go over all `TODO` items;
+- [x] Go over all to-do items;
- [x] Hide stderr messages from app screen.
- [x] Improve error detection/messages.