Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.43 KB

File metadata and controls

53 lines (37 loc) · 1.43 KB

Changelog

All notable changes to Stemly will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

Changed

Fixed


0.2.0 - 2025-XX-XX

Added

  • AI Tutor chat interface with multi-LLM support (Gemini, GPT-4o, Grok, Llama 3)
  • Physics simulation visualiser for scanned problems
  • Quiz generation from scanned STEM content
  • Notes system with AI-powered summaries
  • Google Sign-In authentication
  • Firebase Analytics and Crashlytics integration
  • Backend deployment on Vercel
  • Multi-platform support (Android, iOS, Web)

Changed

  • Upgraded to Flutter 3.x with Dart SDK 3.10.1+
  • Improved scan-to-analysis pipeline with Google Gemini Vision

Fixed

  • Firebase authentication token refresh issues
  • Google Sign-In crash on Android 14

0.1.0 - 2025-XX-XX

Added

  • Initial project setup with Flutter frontend and FastAPI backend
  • Basic OCR text scanning using Google ML Kit
  • Firebase Authentication (email/password)
  • MongoDB database integration
  • Basic quiz functionality
  • Project documentation and README