Skip to content

GitHubSentinel v0.1

Compare
Choose a tag to compare
@DjangoPeng DjangoPeng released this 01 Jul 07:40
· 46 commits to main since this release

GitHub Sentinel v0.1 Release Notes

New Features

  • Added interactive command-line interface (REPL).
  • Implemented commands for adding, removing, and listing subscriptions.
  • Implemented command for immediate update fetching.
  • Added help command to display usage instructions.

Enhancements

  • Optimized command-line argument parsing logic.
  • Display help information on startup.

Bug Fixes

  • Fixed issues related to command execution and error handling.

Notes

  • Ensure configuration files (e.g., GitHub token) are correctly set up to use all features.

Commit Log

  • Implemented interactive command-line interface (REPL).
  • Added commands for managing subscriptions: add, remove, list.
  • Implemented fetch command for immediate update retrieval.
  • Added help command to display usage instructions.
  • Optimized command-line argument parsing.
  • Enhanced startup information display.
  • Fixed bugs related to command execution and error handling.