-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
39 lines (29 loc) · 1.1 KB
/
Changes
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
Revision history for App-Jiffy
{{$NEXT}}
0.09 2020-03-31 16:46:10 CDT
- Prevent warning when entering blank entry
- Set binmode for output to support utf8 strings
0.08 2018-10-31 19:32:13 PDT
- Set timezone to `local` when displaying today's `timesheet`
0.07 2018-04-06 17:47:15 CDT
- Upgrade MonogoDB dependency to support v1
0.06 2018-04-06 16:05:57 CDT
- Fix tests to skip if no MongoDB is present
0.05 2017-12-29 13:10:23 CST
- Use local timezone in `search()`
0.04 2017-12-29 11:45:04 CST
- Added rounding to durations
- Added JSON export
0.03 2016-02-22 14:45:04 CST
- Added search and timesheet subcommands
- Fixed add_entry timezone bug
- Moved duration calculation into TimeEntry
- Added entry's title to current subcommand output
- Added tests
0.02 2015-04-06 14:48:30 CDT
- Added minimalist HTTP server ( AKA `jiffyd` )
- Added docs
- Added `current` subcommand to `App::Jiffy`
0.01 2015-04-03 01:14:57 CDT
- Initial release
- Insert and Update TimeEntries