Changelog
All notable changes to Quantbot will be documented in this file.
[2.1.0] - 2025-08-01
โจ Added
- Mobile Navigation: Hamburger menu with slide-out functionality for mobile devices
- Responsive Logo Sizing: Context-aware logo sizing across all components
- Mobile-First Design: Optimized layouts for all screen sizes
- Touch-Friendly Interface: Proper button sizes and spacing for mobile interaction
๐จ Improved
- Landing Page: Enhanced mobile responsiveness for all components
- Color Scheme: Consistent blue-to-purple gradient theme throughout
- Typography: Progressive text scaling across different screen sizes
- Navigation: Smooth animations and transitions for better UX
๐ง Fixed
- Logo Stretching: Resolved logo distortion issues with proper CSS constraints
- Mobile Overflow: Eliminated horizontal scrolling on smaller screens
- Button Sizing: Improved touch targets for mobile devices
- Text Scaling: Better readability across all device sizes
๐งน Removed
- Unused Files: Cleaned up unused color palette reference file
- Redundant Code: Removed duplicate imports and unused components
[2.0.0] - 2025-07-15
โจ Added
- AI Chat Assistant: Intelligent conversational interface for market queries
- Portfolio Management: Real-time portfolio tracking and analytics
- Market Data Integration: Live market data from multiple sources
- User Preferences: Customizable user experience settings
- News Analysis: AI-powered sentiment analysis of financial news
๐๏ธ Architecture
- FastAPI Backend: High-performance async API server
- React Frontend: Modern TypeScript-based user interface
- PostgreSQL Database: Robust data persistence layer
- Docker Compose: Containerized deployment setup
๐ Security
- JWT Authentication: Secure user session management
- API Rate Limiting: Protection against abuse
- Input Validation: Comprehensive data sanitization
[1.0.0] - 2025-06-01
๐ Initial Release
- Core Platform: Basic financial AI assistant functionality
- Market Data: Real-time stock quotes and market information
- User Management: Basic user registration and authentication
- API Framework: RESTful API with OpenAPI documentation
Version Numbering
We follow Semantic Versioning:
- MAJOR: Incompatible API changes
- MINOR: New functionality in a backwards compatible manner
- PATCH: Backwards compatible bug fixes