Skip to content

Releases: JaDogg/pydoro

⚑Trigger Confg & 🎡 Audio File Config

18 Sep 12:08
Compare
Choose a tag to compare
  • Trigger commands support in INI (Thanks liupold for PR)
  • Audio file support in INI
  • default INI can be created in configured location

🎡🎢 pygame audio fallback, audio check & audio file features

10 Dec 06:36
Compare
Choose a tag to compare
  • 5182b10 Fixes issue #207 - Add audio file argument 🦾🦾
  • 712d0b9 Thin wrapper around pygame as a fallback 🦾🦾
  • 89dc991 Add audio check feature 🦾🦾
usage: pydoro [-h] [-e] [--focus] [--no-clock] [--no-sound] [--audio-check] [--version] [--audio-file path]

Terminal Pomodoro Timer

optional arguments:
  -h, --help         show this help message and exit
  -e, --emoji        If set, use tomato emoji instead of the ASCII art
  --focus            focus mode: hides clock and mutes sounds (equivalent to --no-clock and --no-sound)
  --no-clock         hides clock
  --no-sound         mutes all sounds
  --audio-check      play audio and exit
  --version          display version and exit
  --audio-file path  custom audio file

πŸ› Bug fix release - CPU usage & missing main

27 Jan 20:14
Compare
Choose a tag to compare
  • Reduce CPU usage by hashing modified cells in text. πŸ˜€
  • Fix missing main issue. 😭

Configuration implementation + new keyboard shortcuts 🎹

25 Jan 17:07
Compare
Choose a tag to compare
  • Introducing a new .ini based configuration
    • Thanks @gmelodie for implementing configuration support. πŸŽ‰
    • This allows customising work time and break times. β˜•
    • Refer wiki for what you can do!
  • New shortcuts to start s, pause p, reset r, reset-all a was introduced. πŸ˜€πŸŽΉ

If I missed to mention anyone here please let me know and I'll update this. πŸ™‡β€β™‚οΈ

Use emoji tomatoes πŸ…

16 Oct 16:49
Compare
Choose a tag to compare
  • Now emoji tomatoes are used instead of ascii ones where possible. πŸ…
  • CHANGELOG is moved to github releases

(You will need to use the new Microsoft terminal with emoji support in Windows for this version)

More shortcuts + coloured tomato

08 Jul 20:19
Compare
Choose a tag to compare
  • All shortcuts (Thanks to @Requiem and @xr09) πŸ‘Œ
    • Focus Next: Tab | -> | l | k
    • Focus Previous: Shift + Tab | <- | h | j
    • Exit: q
  • Coloured tomato πŸ…
  • Wiki documentation. πŸ“–

Shortcuts + setup.py build

22 Jun 00:11
Compare
Choose a tag to compare
  • Now you can also use left and right arrow to move. - xr09 πŸ––
  • Also q key exits the app. - xr09 πŸ––
  • setup.py - Audio requirements are static now βœ”
  • setup.py - Python 3.5+ only βœ”
  • Fixes to pypi build 0.1.1 (Failed to parse README.rst) βœ”

Initial Release

15 Jun 03:03
Compare
Choose a tag to compare
  • Bell Sound βœ”
  • Tested on Windows / Linux / OSX βœ”