Releases: jarun/pdd
Releases · jarun/pdd
pdd v1.7
pdd v1.6
pdd v1.5
pdd v1.4
pdd v1.3.1
This is a minor release. Changes include:
- Show epoch time with timestamp
- Adds MANIFEST file for PyPI
- Fixed packaging for Ubuntu 18.04
- Disabled packaging for Ubuntu 17.10
pdd v1.3
What's in?
- Custom resolution for stopwatch (default - milliseconds)
- Option
-q
(quiet) to run timers in the background - Show timers in reverse video
- Use ISO 8601 format for dates
- Some Windows-specific fixes
Note: the attached auto-generated package for Ubuntu 18.04 has a missing dependency - python3-dateutil
. It's required but had to be ignored temporarily due to a build failure. Please run:
sudo apt-get install python3-dateutil
for the package to work correctly after installation.