Added
- Stable release of Remind CLI with full AI suggestion engine
- Plugin system for custom notification channels and workflow hooks
remind export command for JSON, CSV, and Markdown output
- Shell completions for Bash, Zsh, and Fish
Changed
- Upgraded AI model to improve suggestion accuracy by 40%
- Redesigned
remind list output with color-coded priority levels
Fixed
- Resolved edge case where recurring reminders could fire twice on DST transitions
- Fixed
--json flag output not including the completed_at field
Added
remind search with full-text search and date/priority filters
- Native Windows notification support via PowerShell
Fixed
- Fixed date parsing for relative times like "next Tuesday" and "in 3 hours"
- Corrected scheduler not waking from sleep on macOS Sonoma
- Resolved crash when database file was on a network drive
Added
remind doctor command that checks config, permissions, connectivity, and scheduler health
- Usage reports with
remind stats showing completion rates and AI accuracy
Changed
- Changed default scheduler interval from 60 seconds to 5 minutes for lower CPU usage
- Moved configuration file from
~/.remind.json to ~/.config/remind/config.toml
Fixed
- Fixed
remind done not syncing completion status when offline
Added
- AI suggestion engine for automatic text refinement, timing, and priority assignment
- Background scheduler with native OS notifications on macOS and Linux
remind add --no-ai flag to bypass AI processing
- Priority levels: high, medium, low with color-coded terminal output
Changed
- Switched storage backend from flat file to SQLite for better concurrency
- Rewrote date parser to handle more natural language expressions
Added
- Initial public beta of Remind CLI
- Core commands:
add, list, done, delete
- Natural language date parsing for due dates
- Homebrew and pip installation support
Fixed
- Fixed encoding issue with non-ASCII characters in reminder text
- Resolved pip install failing on Python 3.13 due to deprecated setuptools usage
Added
- Internal alpha release with basic
add and list functionality
- JSON flat-file storage backend
- Manual due date assignment with
--due flag