Releases: MartinsMessias/deepsite-locally
Releases · MartinsMessias/deepsite-locally
v2.0.5
Full Changelog: v2.0.4...v2.0.5
v2.0.4
Full Changelog: v2.0.3...v2.0.4
v2.0.3
Full Changelog: v2.0.2...v2.0.3
- Fixed 401 error on "ask AI" requests when using a custom baseUrl (non-OpenAI).
v2.0.2
Full Changelog: v2.0.1...v2.0.2
v2.0.1
Full Changelog: v2.0.0...v2.0.1
- Custom API base URL usage.
- Flexibility to work with proxies, gateways, or self-hosted OpenAI-compatible endpoints.
v2.0.0
Full Changelog: v1.1.1...v2.0.0
Refactor authentication and remove Hugging Face dependencies
- Removed Hugging Face authentication and related components.
- Updated SaveButton to simplify success toast notification.
- Modified LoadProject to allow importing HTML files directly.
- Adjusted ProModal to remove unnecessary HTML storage logic.
- Cleaned up user menu and navigation components to reflect authentication changes.
- Updated API calls to remove Hugging Face references and mock user authentication.
- Enhanced default HTML template styling.
- Removed unused MongoDB connection logic and cookie name utility.
- Updated package dependencies to include OpenAI and remove Hugging Face packages.
v1.1.1
Full Changelog: v1.1.0...v1.1.1
Fixes & Improvements
- Improved resilience when processing streamed responses. The system now properly detects and handles error messages returned as JSON (e.g., HTTP 429 from providers like Google AI Studio), preventing the loop from crashing.
- Added a check to ensure only valid JSON strings are parsed, avoiding runtime exceptions from malformed lines.
- Enhanced error logs for better clarity and easier debugging during development or production use.
v1.1.0
Full Changelog: v1.0.0...v1.1.0
Refactor server and client components for improved functionality and performance
- Removed unused imports and code related to Hugging Face authentication and deployment.
- Updated the AI provider logic to include OpenRouter and streamline local provider settings.
- Enhanced the HTML export functionality in the DeployButton component.
- Simplified the App component by removing unnecessary state and API calls.
- Improved UI elements and styles across various components for better user experience.
- Updated default HTML template with new styles and text.
- Removed deprecated SpeechPrompt component and related code.
- Adjusted provider configurations to reflect current API usage and capabilities.
Release v1.0.0
- add local AI (Ollama) provider support and configuration