v1.0.0

February 3, 2026 Stable

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

v0.9.2

January 18, 2026 Beta

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

v0.9.1

December 29, 2025 Beta

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

v0.9.0

November 15, 2025 Beta

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

v0.8.0

October 2, 2025 Beta

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

v0.7.0

August 20, 2025 Alpha

Added

  • Internal alpha release with basic add and list functionality
  • JSON flat-file storage backend
  • Manual due date assignment with --due flag