Skip to content

Choose a tag to compare

@basseldabbagh basseldabbagh released this 13 May 05:59

[v1.3.0] - 2025-05-13

Improved

  • Added sanitization for author names to handle special characters and symbols.
  • Replaced problematic characters in commit author names with spaces.
  • Added fallback to "Unknown Contributor" when author name becomes empty after sanitization.
  • Cleaned up unnecessary comments and debug statements from all steps:
    • Removed redundant logging from "Fetch Duration" step
    • Removed unnecessary debug output from "Fetch Commits" step
    • Streamlined "Send ClickUp Notification" step
  • Optimized overall workflow execution by reducing verbose output.