- Combine make_note and inject commands - Simple report type for common time tracking needs based on activity - Project activity now required in log files for generating project reports - Clean up plugin loading - Use Python logging for output
0.3.0
- Add exercise reporting for simple gpx files - Simple template definition files for generating base reports without having to create a new plugin - Variables defined in the template instead of in the site configuration (i.e. website title).
0.2.0
Update to work with 0.2.0 version of autology
- Define template paths in `template.yaml` to allow for different filetypes besides html to be defined - Update `project` report templates - Orphan projects now display the project id - Update `index` report templates - Use correct jinja filter for building urls to reports - Fix Issue with null reports in stats
0.1.0
* Optimize imports * Fix spelling issues * Update initialize command to use release of templates - Templates for v0.0.1 have been released, so need to use those templates when initializing a new environment * Remove dev tag from version
0.0.1
Provides basic functionality for an output generation template using the Jinja2 template format.