Skip to content

Latest commit

 

History

History
74 lines (54 loc) · 2.5 KB

CHANGELOG.md

File metadata and controls

74 lines (54 loc) · 2.5 KB

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

n/a

0.3.0 - 2025-01-06

Added

  • xpomoinfo:
    • Launches a floating showing:
      • Current pomodoro cycle in the window title
      • Elapsed time in the current cycle
  • mlvwmrc Application Styles:
    • Added xpomoinfo application styles

Fixed:

  • Makefile: Corrected typo in uninstall-mlvwmrc-menuextra target name

Changed:

  • xpomodmenu:
    • Selecting the elapsed time in the current pomodor cycle now launches the new xpomoinfo status/timer window
  • Makefile:
    • Installs & uninstalls new xpomoinfo utility
    • Installs & uninstalls xpomoinfo application icon & styles
  • Updated README to document the new xpomoinfo status/timer window utility & installation
  • Updated copyright years & this CHANGELOG

0.2.0 - 2024-12-27

Added

  • xpomodbell:
    • Added support for parsing arguments, including:
      • -h prints built-in help
      • -v enables verbose output (default: disabled)
      • -V <volume> sets audible bell playback volume (0..100; default: 100)
      • -p <minutes> sets pomodoro work duration (default: 25)
      • -b <minutes> sets short break duration (default: 5)
      • -B <minutes> sets long break duration (default: 30)
  • Added CHANGELOG

Changed

  • Updated README to better format & link to licenses for included icons & sounds

0.1.0 - 2024-12-21

Added

  • xpomodbell:
    • Launches pomod and monitors it for pomodoro cycle changes
    • Plays bell sounds at the start of a new cycle:
      • Three temple bells when beginning a pomodoro (focus)
      • A single temple bell when beginning a break (short or long)
  • xpomodmenu:
    • Shows the current state of pomod (configuration error, stopped, or current pomodoro cycle)
    • Shows the elapsed time in the current pomodoro cycle
    • Supports starting/stopping the current pomodoro cycles
  • mlvwmrc Menu Extra:
    • Provides an icon in the MLVWM menu bar which will show the xpomodmenu when clicked on