Skip to content

Tags: presenton/presenton

Tags

v0.8.7-beta

Toggle v0.8.7-beta's commit message
feat: Enhance slide preview component with improved image loading and…

… styling

electron-v0.8.6-beta

Toggle electron-v0.8.6-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #627 from presenton/fix/chromium-download

refactor: Enhance Chromium export utility functions

v0.8.6-beta

Toggle v0.8.6-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #609 from Wvssim/patch-2

fix: truncate long filenames to prevent OSError on Japanese themes

v0.8.5-beta

Toggle v0.8.5-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #576 from presenton/feature/add-litellm-opened-tem…

…plate-gen-vision-supported

feat: add LiteLLM support and enhance model configuration

v0.8.4-beta

Toggle v0.8.4-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #575 from presenton/fix-azure-ui

refactor: simplify Azure LLM configuration handling

v0.8.3-beta

Toggle v0.8.3-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #562 from presenton/fix/psycopg-database-issues

Fix/psycopg database issues

v0.8.2-beta

Toggle v0.8.2-beta's commit message
Enhance validation and error handling in LLM tools

- Updated system prompts to clarify success criteria for deck edits and validation error handling.
- Improved `ChatTools` to return detailed validation errors when `saveSlide` fails due to exceeded limits.
- Introduced `get_schema_validation_errors` utility to provide structured feedback on schema validation issues.
- Refactored LLM call methods to utilize `generate_structured_with_schema_retries` for improved error handling and retries.
- Adjusted speaker note maxLength from 250 to 500 in multiple locations to accommodate longer notes.
- Added tests for schema validation error reporting to ensure robustness.

v0.8.1-beta

Toggle v0.8.1-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #549 from presenton/feature/vertex-openaiazure

Feature/vertex openaiazure

v0.8.0-beta

Toggle v0.8.0-beta's commit message
feat: Implement PDF export functionality with session handling

- Added middleware to handle session cookies for the PDF export route.
- Introduced a new API endpoint for exporting presentation data using session cookies.
- Updated the PdfMakerPage component to accept and utilize the export cookie.
- Enhanced the presentation export logic to include session token extraction from cookies.
- Updated routing configuration to include the new PDF maker path.

v0.7.3-beta

Toggle v0.7.3-beta's commit message
chore: update version to 0.7.3-beta and enhance content generation fe…

…atures

- Updated version to 0.7.3-beta with improvements in slide content generation and web search reliability.
- Fixed console window flashing during export tasks on Windows.
- Various minor fixes and stability improvements across the app.