Skip to content

1.0.0

Latest

Choose a tag to compare

@Takk8IS Takk8IS released this 05 Aug 21:54

Change Log

[1.0.0] - 2024-08-05

  • Initial release of PrometheusHackerRank Chrome extension.
  • Configured project environment and dependencies using Node.js and NPM.
  • Integrated GROQ API for content formatting and solution generation.
  • Developed background script for handling browser actions (background.js).
  • Created content script for scraping and formatting HackerRank problems (content.js).
  • Developed popup UI for user interactions (popup.html, popup.js).
  • Implemented server logic for formatting and solving problems (prometheushackerrank.js).
  • Configured project with package.json, including dependencies and scripts.
  • Added detailed logging and error handling for troubleshooting.
  • Included environment variable management with .env file support.
  • Improved formatting logic for better Markdown conversion.
  • Enhanced error handling for GROQ API requests.
  • Refactored code for better readability and maintainability.
  • Updated user interface for a cleaner and more modern look.
  • Addressed issues with loading environment variables.
  • Fixed bugs related to API key validation and usage.

[0.0.1] - 2024-07-27

  • Project inception and initial setup.
  • Concept development and initial design.