Changelog
Version 0.8.0 - July 31, 2025
- AI Search Upgrade (Multi-Query Retrieval): Implemented an advanced search technique where the AI generates multiple, diverse search queries for each user question. This significantly improves the accuracy and relevance of the retrieved rulebook sections.
- Enhanced Rule Knowledge: The AI's core prompt has been updated with a deeper, more specific knowledge base for Rule 2 (Definitions) and Rule 9 (Pitching).
- New "Situation" Feature: Users can now get interpretations for complex scenarios by starting their question with the word "Situation," prompting the AI to provide a more detailed analysis.
Version 0.7.9 - July 30, 2025
- Security Enhancement: Integrated Google reCAPTCHA v3 on the contact form and main "Ask" button to protect against spam and bots.
- Changelog webpage Added:Created changelog webpage and added all major tracked changes
- Sharing Feature Removed:Removed "Share" button due to share button breaking reCAPTCHA v3 we plan to add it later.
Version 0.6.0 - July 29, 2025
- Sharing Feature Added: Implemented a "Share" button that allows users to get a direct, shareable link to any answer generated by the AI.
Version 0.5.0 - July 28, 2025
- Analytics Integration: Added Google Analytics to the website to track page views and user engagement.
- Implemented custom event tracking for the sponsorship banner to monitor clicks.
Version 0.4.0 - July 27, 2025
- Monetization & Contact Features: Added a sponsorship banner to the website.
- Created a functional contact page with a secure backend that forwards inquiries to a private email address.
Version 0.3.0 - July 26, 2025
- Multi-Ruleset Support: Implemented a dropdown menu allowing users to select between NCAA, NFHS, and MLB rulesets.
- Upgraded the AI's core logic to switch between different expert personas based on the user's selection.
Version 0.2.0 - July 25, 2025
- Core AI Model Implemented: Transitioned from a complex RAG system to a more fluid, non-RAG "Expert Persona" model.
- Developed the initial `ask-gemini.js` serverless function to handle direct communication with the Google AI API.
Version 0.1.0 - July 24, 2025
- Initial Launch: Basic website structure with HTML, CSS, and JavaScript was created.
- Project was set up with Git and deployed to Netlify under the roboump.app domain.
Back to RoboUmp AI