- Remove unused library like
reqwest - Fixed
sortcommand of Jotdown - Now jotdown sorts pending items at top and completed items at bottom
when
sortcommand is applied - Updated
makefile - Added
cleanupandbuildautomation commands to makefile
- Removed
regexcrate as it adds 1.8mb size to the executable - 06/29/2024
- Bump up version to
1.2.0 - Highlight: Highlight topics with cyan color
- Feature: Show completed progress bar with percentage
- Feature: Added
updateandtagsubcommands - Remove
send_notification.rs - Release
1.2.0
- 05/17/2024
- Bump up version to
1.1.0 - Bugfix: Empty string when tag annotations that are in the middle of the string
- Remove
ntfynotification send when unit testing -send_notifications.rs - Add bugfix unit test scripts
- Release
1.1.0
- 11/20/2023
- BAT scripts for windows build
- Add
~root~/releasefolder to .gitignore list
- 11/05/2023
- ✨ Official release of version 1.0.0 ✨
- Includes sort and notification features
- Includes all features of todo node js cli application
- 10/28/2023
- 3 more features pending to make first release!
- Completed clear command
jd clear --done - Completed renumber command
jd renumber - POC: Send push notification to Mobile using
ntfy.shcurl command!! - Unit testing and refactoring
- 10/15/2023
- Removed unused library crates - rustc-serializer and regex
- Brought down build size from 3.3 mb -> 795 kb ✨
- added config to cargo.toml to compress build size
- Completed move, add, remove features
- Fixed bug - check and cancel icons change icon
- unit testing
- updated README.md
- research on API calls to make - Microsoft, OneSignal
- 10/07/2023
- Completed list subcommand
- fixed bug - parse json from file
- unit testing
- updated README.md
- 10/02/2023
- Initialize repo
- Setup folder structure
- Install required dependencies
- Added Config file
config.rsfor DB file generation