sudipnext
46044735c1
feat: enhance update notification system with detailed changelog and message support
2026-03-08 20:19:32 +05:45
sudipnext
2d462d8df4
feat: implement database migration on startup and update dependencies for FastAPI
2026-03-08 20:05:44 +05:45
sudipnext
c3b3f15924
feat: add version generation script and update build process to include versioning
2026-03-08 15:48:46 +05:45
shiva raj badu
0e6c7a818f
Merge branch 'main' of github.com:presenton/presenton
2026-03-07 23:24:47 +05:45
shiva raj badu
0e4f464e18
feat: Design improvements
2026-03-07 23:24:26 +05:45
Sudip Parajuli
8871b4d0ad
Merge pull request #433 from presenton/feat/sofficefixes
...
Feat/sofficefixes
2026-03-07 19:46:51 +05:45
sudipnext
b4323c3034
feat: enhance LibreOffice installation process with improved progress tracking and fallback size handling
2026-03-07 10:04:43 +05:45
sudipnext
047ddf284e
feat: improve Windows cache management and enhance FastAPI/Next.js logging in the Electron app
2026-03-06 19:08:28 +05:45
sudipnext
52b37335ea
feat: enhance Windows installation process for LibreOffice by running msiexec with elevated privileges and providing detailed error hints
2026-03-06 18:31:38 +05:45
sudipnext
1825240365
feat: update LibreOffice version and improve download validation with minimum size check
2026-03-06 18:01:00 +05:45
sudipnext
016cd44cb9
feat: implement in-app LibreOffice installer with progress UI and update build configurations for Linux and Windows
2026-03-06 17:41:15 +05:45
sudipnext
73b60ebd8c
feat: add LibreOffice availability check and configure soffice binary path for subprocess calls
2026-03-04 15:02:31 +05:45
Shiva Raj Badu
f209c939a5
Merge pull request #432 from presenton/feat/onboarding_design
...
feat/onboarding design
2026-03-04 12:40:24 +05:45
shiva raj badu
22ee90664c
feat: enhance Ollama URL handling in TextProvider and PresentonMode components, adding custom URL options and improving user experience
2026-03-04 12:34:46 +05:45
shiva raj badu
86ea9a91da
feat: update font usage across components to include Syne and Unbounded, enhancing typography consistency
2026-03-04 11:44:10 +05:45
shiva raj badu
ed76eff535
feat: OnBoarding two pages design
2026-03-04 00:32:14 +05:45
sudipnext
c6dfe2b38a
feat: add zstd installation to Dockerfiles and update README for ChatGPT sign-in support
2026-03-03 18:23:08 +05:45
shiva raj badu
afa60af22c
feat: integrate Markdown rendering for presentation title and close menu on export actions
2026-03-03 11:42:42 +05:45
Shiva Raj Badu
6b6cdd174b
Merge pull request #431 from presenton/feat/themes
...
feat: add theme management endpoints, integrate color palette generation and UI implementation
2026-03-03 10:54:06 +05:45
shiva raj badu
28f2b18e06
feat: completed theme & custom theme UI
2026-03-03 10:50:11 +05:45
sudipnext
1f8ba84c4c
fix: remove duplicate import of TemplateLayoutsWithSettings in usePresentationGeneration hook
2026-03-03 10:40:29 +05:45
shiva raj badu
ef078d57d2
feat: add theme management endpoints, integrate color palette generation and UI implementation
2026-03-02 23:15:15 +05:45
sudipnext
6b6dc29104
Refactor: Clean up imports and remove merge conflict markers in presentation generator components
2026-03-02 20:21:23 +05:45
Sudip Parajuli
05ea7dea5b
Merge pull request #427 from presenton/feat/some-fixes
...
Feat/some fixes
2026-03-02 20:14:41 +05:45
Sudip Parajuli
e7d3a39e0d
Merge pull request #428 from presenton/feat/revamp_design
...
feat/revamp design
2026-03-02 19:38:46 +05:45
Sudip Parajuli
00ae125e83
Merge branch 'main' into feat/revamp_design
2026-03-02 19:37:50 +05:45
shiva raj badu
6d8c34fd5e
feat: improve New Slide and Presentation Mode components, enhance settings page with image and text provider summaries
2026-03-02 18:37:48 +05:45
sudipnext
1523511e97
feat: optimize asset fetching by starting tasks immediately for parallel processing
2026-03-02 17:17:46 +05:45
sudipnext
34eed2413f
feat: update version to 0.6.1-beta and ensure array schemas have items in JSON responses
2026-03-02 17:11:25 +05:45
shiva raj badu
3cdbf246ab
feat: Update Text/Image provider & Pages Designs.
2026-03-02 00:02:19 +05:45
shiva raj badu
ebccd4976b
feat: Integrate TextProvider and ImageProvider components in settings page for enhanced LLM configuration options
2026-02-28 23:58:14 +05:45
Suraj Jha
790ce3458b
Enhance vision statement for clarity and emphasis
...
Clarified the role of AI in generating visual documents and emphasized the importance of templates and designs as first-class citizens.
2026-02-28 18:33:39 +05:45
Sudip Parajuli
ebab3ba13e
Merge pull request #424 from presenton/feat/oauthV2
...
Feat/oauth v2 Introduces Login with ChatGPT Support for Electron and Docker Both
2026-02-28 09:11:16 +05:45
sudipnext
00be7ee946
feat: integrate Codex OAuth flow and enhance user configuration
...
- Added Codex-related fields to UserConfig and LLMConfig for managing OAuth tokens and model settings.
- Implemented Codex authentication endpoints and integrated them into the application.
- Enhanced LLMClient to support Codex as a valid provider, including token management and refresh logic.
- Updated UI components to include Codex configuration options and authentication status handling.
- Refactored environment variable utilities to accommodate Codex-specific settings.
2026-02-28 09:08:10 +05:45
shiva raj badu
508f0de9b0
feat: Add background gradient components to multiple pages for enhanced visual appeal
2026-02-27 20:21:39 +05:45
sudipnext
2eff131f6b
feat: enhance LLMClient with new Codex generation method and refactor tool handling
...
- Added a new method `_generate_codex` to LLMClient for generating responses using the Codex Responses API.
- Refactored tool handling to support structured tool calls and improved error handling during Codex interactions.
- Updated the client initialization for Codex to streamline the generation process.
- Enhanced message processing to accommodate new input formats and recursion for tool calls.
2026-02-27 18:38:52 +05:45
sudipnext
d2e3ab9d15
feat: add CodexLLMAdapter for structured LLM calls and integrate with LLMClient
...
- Introduced CodexLLMAdapter to handle structured and unstructured LLM calls via the Codex Responses API.
- Implemented methods for converting tool formats and building request bodies for Codex.
- Refactored LLMClient to utilize CodexLLMAdapter, enhancing tool call handling and response processing.
- Updated LLMToolCallsHandler to support Codex as a valid LLM provider.
- Enhanced schema utilities for better JSON schema handling.
2026-02-26 12:38:58 +05:45
sudipnext
5f5482cfd5
feat: enhance LLMClient with Codex integration and error handling
...
- Implemented a new method to create an AsyncOpenAI client specifically for Codex.
- Added functionality to convert Codex event responses into a dictionary format for easier consumption.
- Updated the streaming methods to utilize the new Codex client and handle API errors gracefully.
- Improved logging for debugging purposes during Codex interactions.
- Refactored message handling in the slide content generation function for clarity and efficiency.
2026-02-25 17:56:39 +05:45
sudipnext
d2e85a8ffa
feat: implement Codex OAuth flow and integrate into application
...
- Added Codex authentication endpoints and logic for OAuth flow.
- Updated Docker configuration to expose port 1455 for Codex callback.
- Enhanced user configuration model to include Codex-related fields.
- Integrated Codex selection into the LLM provider UI.
- Implemented token management and refresh logic for Codex.
- Added utility functions for handling Codex OAuth tokens and state management.
2026-02-24 18:51:35 +05:45
shiva raj badu
d8a4a565d3
feat: Enhance dashboard and settings layout with new components and improved UI elements
2026-02-24 17:26:49 +05:45
shiva raj badu
7abb446d32
feat: Presentation page redesign
2026-02-23 00:32:47 +05:45
shiva raj badu
9e54c6bb9e
feat: Outline and upload page design
2026-02-22 19:16:16 +05:45
Sudip Parajuli
002faf86a2
Merge pull request #420 from presenton/feat/updated-readme
...
docs: update README to include Electron desktop app setup and usage i…
2026-02-22 14:27:04 +05:45
sudipnext
a0b9b00354
docs: update README to include Electron desktop app setup and usage instructions
2026-02-22 14:25:57 +05:45
Sudip Parajuli
b30f365869
Merge pull request #419 from presenton/feat/electron-support
...
Feature added Electron Application and CI/CD Workflow
2026-02-22 08:30:17 +05:45
sudipnext
4440f76425
chore: restrict branches for workflow triggers to main for simplified CI process
2026-02-21 19:25:05 +05:45
shiva raj badu
45185fb125
feat: Upload page redesigns
2026-02-21 14:44:34 +05:45
sudipnext
47f78d22b4
refactor: update type definitions in useTemplateLayoutsAutoSave hook for improved clarity and consistency
2026-02-21 14:18:38 +05:45
sudipnext
92a583c226
fix: remove dependency on FASTAPI_URL in useTemplateLayoutsAutoSave hook for improved flexibility
2026-02-21 14:10:52 +05:45
sudipnext
fc17b25909
refactor: update import statements in TemplateSelection component for better organization
2026-02-21 13:49:03 +05:45