Releases: TechWithHer/bash-pomodoro
Releases · TechWithHer/bash-pomodoro
v0.2.0 – Help & Input Improvements
🎯 Version: v0.2.0 – Help & Input Improvements
🚀 What’s New:
--helpflag 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
🎯 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-sendafter 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:
--helpflag- Input validation
- Cleaner, ShellCheck-compliant code
- Config file support