Skip to content

GitHub Sentinel v0.3

Compare
Choose a tag to compare
@DjangoPeng DjangoPeng released this 04 Aug 05:00
· 42 commits to main since this release

GitHub Sentinel v0.3 Release Notes

New Features

  • Optimized Info Collection:
    • Pull Requests: Filtered to show only merged PRs.
    • Issues: Filtered to show only closed issues.
    • Time Range: Default setting updated from daily to configurable ranges.
  • Date Range Support: Added functionality to export and generate reports based on user-defined date ranges.
  • Logoru Integration: Incorporated Logoru for enhanced logging, supporting persistent and level-class logs.

Enhancements

  • Improved the export_progress_by_date_range function for clearer filename formatting and more intuitive time range reporting.

Commit Log

  • Optimize info collection to include only merged pull requests and closed issues.
  • Add support for exporting progress based on a configurable date range.
  • Integrate Logoru for persistent and level-class logging.
  • Refactor filename conventions for time range exports.