- Column names can be customized from .ini file
- Improved
read
logging - A bit more verbose messages here and there
- Added warning when event summary is empty
- Added warning when
TIMEZONE
is not explicitly set - Added filters on report (
-f
)
- Read events: added a bit of verbosity during operations
- Read events fix: do not add events takend by personal calendar user refused to attend
- Read events fix: do not set the
I
flag for unknown projects - Read events fix: events were not sorted by start time
- Read events fix: events time were read in UTC. Now using proper timezone configured
- Fixed a bug introduced when with using action sync
- Read events: prevents creation of duplicates
- Read events: now automatically read events from personal calendar
- read event selection: if user is in invited list, add the event only if she/he accepted or not answered
- read events: do not put event id (I action flag) when event cames from a linked calendar
- Added
read
option to--execute
- Added
II
action
- Renamed
--action
to--execute
- new option:
--action
to filter by values on "Action" column - new option:
--overtime
to just report overtime amount
- Added
-p
parameter, to just act on specific project(s) - Added
--action
, and implementedreport
action (credits to @gcammarota) - More detailed logging when deleting events with action
D
- bugfix: if a row uses an
I
action, everything there is ignored - When a project is not found: do not stop haunts but skip the line and report that when execution ends. Closes #14
- Empty lines now supported. Closes #12
- Human readable error message when the sheet is not found. Closes #11
- Fixed:
START_TIME
default was not used. Closes #4 - New: new action:
D
- New: added "Start time" feature. Closes #7
- Fix: reduces number of writes. Closes #6
- Fix: do not fail badly when max number of requests per minutes is reached. See #1
- New: added "--config" for initial env configuration, improved documentation
- Fixed full day criteria
- Added support for full-day event
- Initial release