Skip to content

Releases: TechWithHer/bash-pomodoro

v0.2.0 – Help & Input Improvements

20 Jun 09:11
ce556a9

Choose a tag to compare

🎯 Version: v0.2.0 – Help & Input Improvements

🚀 What’s New:

  • --help flag to explain usage
  • Input validation: no more 0 or negative inputs
  • Cleaner terminal output
  • Safer and more professional Bash code

📦 Up next:

  • Logging to file
  • Config file support
  • Long break option

v0.1.0 - MVP

20 Jun 08:42
8a43865

Choose a tag to compare

🎯 Version: v0.1.0 (MVP)

This is the first Minimal Viable Product release of the Pomodoro CLI Timer tool.


✅ Features:

  • Run work/break cycles from your terminal
  • Custom durations (e.g. ./pomodoro.sh 25 5 4)
  • Beep alert or notify-send after each session
  • Clean terminal interface with color output

🚧 Limitations:

  • No stats or logging yet
  • No config or validation
  • Basic CLI only (next version will improve it)

📍 Coming Soon in v0.2.0:

  • --help flag
  • Input validation
  • Cleaner, ShellCheck-compliant code
  • Config file support