Skip to content

GitHub Sentinel v0.4

Compare
Choose a tag to compare
@DjangoPeng DjangoPeng released this 04 Aug 09:39
· 39 commits to main since this release
0e06516

GitHub Sentinel v0.4 Release Notes

New Features

  • Multi-Mode Operation:

    • Command-Line Tool: Run GitHub Sentinel interactively from the command line, offering manual control over subscription management, update retrieval, and report generation.
    • Daemon Process with Scheduler: Operate GitHub Sentinel as a background service, automatically handling updates at regular intervals, with easy setup using nohup and managed logging.
    • Gradio Server: Launch GitHub Sentinel as a web-based application using Gradio, providing a user-friendly interface for managing subscriptions and generating reports.
  • Enhanced Documentation: The README has been extensively updated to include detailed setup instructions for all three operating modes, ensuring users can configure and run GitHub Sentinel in the way that best suits their needs.

Enhancements

  • Updated the daemon process launch command for improved clarity and usability, ensuring smooth background operation and reliable logging.
  • Refined help commands and documentation to better guide users through the configuration and operation of GitHub Sentinel in different modes.

Commit Log

  • Introduce three distinct running modes: command-line tool, daemon process with scheduler, and Gradio server.
  • Significantly enhance README documentation to provide detailed instructions for configuration and operation across all modes.
  • Update the daemon process command for clearer background execution with log management.
  • Improve the overall user experience by refining help commands and usage documentation.