sudipnext
7b61956dff
fix: update presenton_short_filled.png asset
2026-04-09 16:43:34 +05:45
sudipnext
946e9f5a0c
fix: update import path for Header component in LoadingSpinner
2026-04-09 14:23:21 +05:45
Shiva Raj Badu
9903df99d6
Merge pull request #503 from presenton/refactor/custom_template
...
refactor/custom template
2026-04-09 11:28:15 +05:45
shiva raj badu
ab05f19ffd
fix: custom template preview
2026-04-09 11:27:18 +05:45
shiva raj badu
9bf7096234
feat: New Custom Template UI
2026-04-08 22:28:14 +05:45
Sudip Parajuli
bd8fd77113
Merge pull request #502 from presenton/fix/various-issues
...
Fix/various issues
2026-04-08 19:40:06 +05:45
Saurav Niraula
df7c672e01
Merge pull request #501 from presenton/feat/better-template-generation
...
Implements better template generation that works with openai, google, anthropic and codex
2026-04-08 18:45:52 +05:45
sauravniraula
92de673e11
feat: adds working new template generation with openai, google, anthropic and codex; fix: improves libreoffice binary detection
2026-04-08 17:58:49 +05:45
sauravniraula
36432f5f52
feat: implements pptx conversion task for new template generation
2026-04-08 17:56:21 +05:45
sauravniraula
087d64ed62
feat: implements new template generation flow; refactor: removes old template generation flow and adds new endpoints
2026-04-08 11:25:13 +05:45
sudipnext
dfba5d2e2d
refactor: Remove unused status panel and script from homepage; add file limit handling in SupportingDoc component
2026-04-08 09:31:55 +05:45
sudipnext
cab99c6bd2
feat: Implement stock image search functionality with Pexels and Pixabay integration
2026-04-07 18:00:16 +05:45
Shiva Raj Badu
ca186c6d20
Merge pull request #499 from presenton/refactor/update_content
...
refactor: Update content & fix some issues
2026-04-07 11:38:10 +05:45
shiva raj badu
bda9d2b99e
refactor: Update content & fix some issues
2026-04-07 11:37:21 +05:45
Sudip Parajuli
787fe55937
Merge pull request #498 from presenton/feat/fix-prompt-engineering
...
feat: Enhance presentation generation features and improve asset hand…
2026-04-06 19:17:41 +05:45
sudipnext
cc8f0bb862
feat: Enhance presentation generation features and improve asset handling
...
- Added MAX_NUMBER_OF_SLIDES constant to limit slide generation.
- Updated GeneratePresentationRequest model to allow optional slide count and language detection.
- Implemented language resolution in edit_slide and generate_presentation_outlines utilities.
- Enhanced user prompts to include optional parameters for slide count and table of contents.
- Introduced outline utilities for managing table of contents and slide outlines.
- Improved image and icon processing in slides to utilize outline image URLs.
- Updated frontend components to resolve backend asset URLs for icons and images.
- Refactored upload components to handle optional slide count and language selection.
- Enhanced API utility functions to resolve backend asset URLs correctly.
2026-04-06 18:28:43 +05:45
sudipnext
de7c0930ed
refactor: remove memory usage instructions from system prompts for clarity
2026-04-05 15:08:33 +05:45
Sudip Parajuli
40a7af7526
Merge pull request #495 from presenton/feat/prompt-engineering
...
Feat/prompt engineering
2026-04-04 11:55:33 +05:45
sudipnext
1095895ac6
refactor: incorporate user and workspace memory in layout selection and design decisions
2026-04-04 11:16:01 +05:45
sudipnext
124d05eb82
refactor: streamline system prompts for presentation generation and enhance layout selection guidelines
2026-04-04 09:08:48 +05:45
sudipnext
3ba705c4c4
refactor: enhance system prompt generation for presentation outlines with detailed instructions and web search integration
2026-04-04 08:10:04 +05:45
sudipnext
66420531dd
chore: update .gitignore and add new icon assets for the application
2026-04-04 07:41:43 +05:45
Shiva Raj Badu
cb7be2db42
Merge pull request #494 from presenton/refactor/update_ui
...
refactor: update Ui components in settings & templates
2026-04-03 18:44:27 +05:45
shiva raj badu
a95a43a5a2
refactor: update Ui components in settings & templates
2026-04-03 18:43:24 +05:45
Sudip Parajuli
9b0803dc42
Merge pull request #490 from presenton/feat/codex-username-tier
...
feat: enhance Codex user profile management with username, email, and…
2026-04-03 13:27:28 +05:45
sudipnext
172b8e657d
feat: enhance Codex user profile management with username, email, and subscription status
2026-04-03 13:26:07 +05:45
Shiva Raj Badu
fa4e9f2873
Merge pull request #489 from presenton/feat/providers_logo
...
feat: Providers logs and UI display
2026-04-02 12:52:40 +05:45
shiva raj badu
68c0a3df9b
feat: Providers logs and UI display
2026-04-02 12:51:36 +05:45
shiva raj badu
36dfb8b388
fix: api_host mix panel
2026-04-02 10:30:48 +05:45
Shiva Raj Badu
7338080666
Merge pull request #488 from presenton/feat/electron_telemetry
...
feat: add telemetry in electron app & UI improvements
2026-04-02 01:16:12 +05:45
shiva raj badu
5f191ebf11
feat: add telemetry in electron app & UI improvements
2026-04-02 01:10:53 +05:45
Sudip Parajuli
692d90e72e
Update version message for 0.7.0-beta release
2026-03-31 18:50:15 +05:45
sudipnext
437bf94041
chore: update version to 0.7.0-beta in package.json, package-lock.json, and version.json
2026-03-31 18:40:31 +05:45
shiva raj badu
179c7d35b2
fix: UI issues
2026-03-31 17:32:06 +05:45
Sudip Parajuli
08b0726f80
Merge pull request #484 from presenton/fix/imagemagick-issues
...
Fix/imagemagick issues
2026-03-31 14:42:45 +05:45
sudipnext
c7e9a6872b
feat: enhance document conversion services with improved logging and error handling
...
- Added logging to track the start and completion of document conversions in DocumentConversionService.
- Implemented detailed error logging for subprocess failures in both DocumentConversionService and LiteParseService.
- Introduced helper functions for logging command strings and output snippets to improve debuggability.
- Updated DocumentsLoader to log file processing details and fallback parsing attempts.
2026-03-31 14:06:57 +05:45
shiva raj badu
afa27f88ae
feat: ChatGpt login new UI
2026-03-31 12:50:24 +05:45
sudipnext
429cb6c09b
feat: improve ImageMagick path resolution in LiteParseService
2026-03-31 11:26:30 +05:45
sudipnext
414381112b
feat: enhance LiteParse service to support Electron as Node runtime
2026-03-31 11:06:06 +05:45
sudipnext
49579a0f97
feat: enhance ImageMagick installation process with direct download and improved logging
2026-03-31 10:45:13 +05:45
Shiva Raj Badu
3d0539b89a
Merge pull request #482 from presenton/feat/design_improvement
...
feat: new design for template preview & upload page
2026-03-31 01:33:09 +05:45
shiva raj badu
f953dae73e
feat: new design for template preview & upload page
2026-03-31 01:32:02 +05:45
Sudip Parajuli
28ff86c19b
Merge pull request #481 from presenton/feat/liteparseVsDocling
...
Feat/liteparse vs docling
2026-03-30 20:23:27 +05:45
sudipnext
691d0f62e8
feat: enhance ImageMagick installation process and update documentation
...
- Added functions to resolve Homebrew and Linux escalation commands for ImageMagick installation.
- Improved error handling and logging for manual installation steps.
- Updated download URLs for ImageMagick based on the platform.
- Enhanced user interface messages to clarify installation steps for different operating systems.
- Adjusted CPU worker count in document extraction for better performance.
2026-03-30 20:21:15 +05:45
Shiva Raj Badu
10fe18ad38
Merge pull request #478 from presenton/feat/revamp_document_preview
...
feat: revamp document preview page
2026-03-29 20:48:15 +05:45
shiva raj badu
e79ad34ff7
feat: revamp document preview page
2026-03-29 20:47:03 +05:45
Suraj Jha
31e28a1247
Clarify self-hosting options in README
...
Updated README to clarify self-hosting options.
2026-03-29 19:55:30 +05:45
Shiva Raj Badu
dc18956846
Merge pull request #476 from presenton/fix/custom_fonts_issue
...
fix: custom fonts theme issues
2026-03-29 19:21:33 +05:45
shiva raj badu
9fb474a3ea
fix: custom fonts theme issues
2026-03-29 19:19:21 +05:45
sudipnext
6a6afc7ab7
feat: enhance document handling with new conversion service and MIME type support
2026-03-29 18:58:16 +05:45