Skip to content

v0.2.0 - Beta Feedback System

Choose a tag to compare

@carlosjperez carlosjperez released this 30 Jan 09:34

What's New

Beta Feedback System

  • Beta Banner: Shows notice at startup reminding users this is a beta version
  • Feedback Prompts: After each search, asks if it worked correctly
  • Auto-Report: If search fails, user can describe the problem and it's automatically sent to GitHub Issues
  • Manual Feedback: New menu option to send general feedback, suggestions, or bug reports
  • Thank You Message: Shows appreciation after feedback submission

Technical Changes

  • New FeedbackCollector class for capturing search context
  • New GitHubReporter class for sending feedback to GitHub Issues
  • Rate limiting (1 report per minute) to prevent spam
  • 49 new tests with 82% code coverage

Installation

pip install hardwarextractor==0.2.0

Full Changelog

v0.1.0...v0.2.0