Skip to content

Latest commit

Β 

History

History
45 lines (35 loc) Β· 1.38 KB

File metadata and controls

45 lines (35 loc) Β· 1.38 KB

Changelog

All notable changes to the Physical AI & Humanoid Robotics Textbook project.

[Unreleased]

Added

  • βœ… Authentication system with sign in/sign up functionality
  • βœ… Protected textbook routes requiring authentication
  • βœ… Bilingual support (English & Urdu) with RTL layout
  • βœ… RAG chatbot with Qdrant vector database
  • βœ… User profile system with background tracking
  • βœ… Session management for chat history
  • βœ… Particle background effects
  • βœ… Custom language switcher in navbar

Changed

  • πŸ“‚ Reorganized project structure following PyRoboLearn conventions
  • πŸ”§ Improved sidebar navigation with all modules
  • 🎨 Enhanced authentication modal with conditional rendering
  • 🌐 Separated project docs from course content

Fixed

  • πŸ› Sidebar navigation showing all 4 modules correctly
  • πŸ› Backend server CORS configuration
  • πŸ› Authentication protection using conditional rendering
  • πŸ› Initial page load connection timing

[0.1.0] - 2025-12-17

Initial Release

  • Basic Docusaurus site structure
  • Course modules 1-4 content
  • Frontend and backend separation
  • Database integration with Neon Postgres
  • OpenRouter LLM integration

Version Format

This project follows Semantic Versioning:

  • MAJOR version for incompatible changes
  • MINOR version for new functionality
  • PATCH version for backwards compatible bug fixes