-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
CHANGELOG
91 lines (65 loc) · 2.24 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
pdd v1.7
2022-12-03
- fix pip install
- document zsh completion script generator usage
- makefile option to install completion scripts
-------------------------------------------------------------------------------
pdd v1.6
2022-08-27
- long variants for short program options
- completion scripts for Bash, Fish and Zsh
- add support for pyhton 3.10 (dropped 3.6)
-------------------------------------------------------------------------------
pdd v1.5
2020-10-10
- updated auto-generated package list
- drop python 3.5 support, add 3.9
- maintenance release
-------------------------------------------------------------------------------
pdd v1.4
2019-04-04
- Support hiding cursor on OSX
- Command piggybacking with countdown timer
- Show current time for timers
- Disable showing epoch time on `pdd`
-------------------------------------------------------------------------------
pdd v1.3.1
2018-08-08
This is a minor release. Changes include:
- Show epoch time with timestamp
- Adds MANIFEST file for PyPI
- Disabled packaging for Ubuntu 17.10
-------------------------------------------------------------------------------
pdd v1.3
2018-07-01
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
-------------------------------------------------------------------------------
pdd v1.2
2018-05-20
What's in?
- Countdown timer (option `-c`)
- Millisecond resolution stopwatch (option `-s`)
- Packages generated for several new distros
-------------------------------------------------------------------------------
pdd v1.1
2017-09-26
What's in?
- Short weekday in date add, sub
- Day of the week on a date
- Show seconds in timeslice add and subtract
- Show number of earlier or later in timeslice add and subtract
-------------------------------------------------------------------------------
pdd v1.0
2017-07-19
What's in?
- Calculate date difference
- Calculate time difference
- Calculate diff from *today* and *now*
- Add, subtract duration (timeslice) to/from date (time)
- Show current date, time and timezone
-------------------------------------------------------------------------------