Skip to content

Releases: james-leatherman/TimeMinder

TimeMinder v 1.1.0

07 Dec 16:20

Choose a tag to compare

This version introduces effects to grab attention around break times.

TimeMinder v1.0.2

24 Jun 15:42

Choose a tag to compare

  • Config and sounds now stored in AppData (no more permissions issues)
  • Automatic migration of old config/sounds on first run
  • Uninstaller removes AppData\TimeMinder
  • Build script cleans up old .exe files before build
  • Many reliability and packaging improvements

Release v1.0.1

24 Jun 14:02

Choose a tag to compare

This release introduces a simplified and robust build system and fixes a critical bug that caused the application to crash when selecting a sound (closes #1).

TimeMinder v1.0.0

24 Jun 11:56

Choose a tag to compare

First public release! Includes a Windows installer and standalone executable.

v0.1.0

20 Jun 10:52

Choose a tag to compare

TimeMinder v0.1.0

Initial public release of TimeMinder!

Features

  • Pomodoro-style Timer:
    Customizable session, break, and total time durations via command-line arguments.

  • Always-on-top Minimal GUI:
    Displays session timer, current time, and total elapsed time.

  • Break Reminders:
    Visual cues and flashing alerts when it’s time to take a break or finish up.

  • Hotkey Controls:

    • Ctrl + Right/Left: Add/Subtract 5 minutes to session
    • Ctrl + . / Ctrl + ,: Add/Subtract 1 minute to session
    • Ctrl + PgDn/PgUp: Set/reset session time
    • Ctrl + End/Home: Set/reset total time
    • Ctrl + Q: Quit the app
  • Draggable Interface:
    Move the timer window by clicking on any text area.

  • AutoHotKey installation required:
    After install, run the script with AutoHotkey v2.

Usage

See the README for installation, usage, and customization instructions.


Full Changelog: https://github.com/james-leatherman/TimeMinder/commits/v0.1.0