This repository has been archived by the owner on Jul 19, 2021. It is now read-only.
Releases: pawel-lewtak/economic-py
Releases · pawel-lewtak/economic-py
v0.10
This release is here just to tag all changes made to master since previous version. Project is considered abandoned and I'd be happy if someone wants to fork it and keep improving. Changes:
- improve regular expression to match project id,
- speed up JIRA requests by limiting fields returned to used ones only,
- improve tests for Python3 support,
- add PEP257 to tests,
- minor changes: code formatting, docs updated etc.
v0.9
- raise error when Office authorization fails,
- disable urllib3 security warning for Python < 2.7.9,
- add possibility to define economic user id in configuration file,
- update requirements, add test cases and minor code refactoring
v0.8
- Add support for Office365 calendar,
- Many minor fixes, refactoring and code improvements.
v0.7
- Add Python3 support.
v0.6
- Added
--date
parameter to export events for given day from Google Calendar, - Updated e-conomic support to reflect latest changes in API,
- Add some unit tests,
- A lot of minor tweaks and fixes.
v0.5
- Search for economic id and activity id in Google Calendar event description,
- Fixed list of ignored phrases for Google Calendar,
- Added check for missing/extra settings in configuration file,
- Default descriptions for Google Calendar events are taken from e-conomic.
v0.4
- Searching for economic project ID in multiple JIRA fields,
- Added
--dry-run
command line option that prints data but doesn't actually put anything into e-conomic, - Fixed adding events that span for many days,
- Report only meetings with confirmed attendance,
- Fix for saving Google Calendar token in application folder,
- Dropped support for default task description.
v0.3
- Added basic support for reporting hours based on worklog,
- Migrated Google Calendar API from v2 to v3
v0.2
- Added handling of economic field in JIRA as input field,
- Added conversion of calendar event name to utf8.
v0.1
Initial working version.