Skip to content

Releases: MartinsMessias/deepsite-locally

v2.0.5

21 Aug 02:39

Choose a tag to compare

v2.0.4

22 Jul 22:40

Choose a tag to compare

Full Changelog: v2.0.3...v2.0.4

v2.0.3

22 Jul 21:17

Choose a tag to compare

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

21 Jul 18:30

Choose a tag to compare

Full Changelog: v2.0.1...v2.0.2

v2.0.1

17 Jul 16:45
fa8a723

Choose a tag to compare

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

15 Jul 03:26

Choose a tag to compare

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

03 May 01:08

Choose a tag to compare

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

02 May 04:03

Choose a tag to compare

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

26 Apr 23:24
02543c4

Choose a tag to compare

  • add local AI (Ollama) provider support and configuration