Commit graph

55 commits

Author SHA1 Message Date
sudipnext
f446b7eb55 fix: ensure proper type casting for Windows compatibility in LibreOffice checks 2026-03-25 11:26:28 +05:45
sudipnext
43f433597b feat: enhance Windows compatibility for LibreOffice checks and subprocess handling 2026-03-25 09:24:00 +05:45
sudipnext
93ef13604a feat: update API endpoints to use FastAPI URL for streaming in outline and presentation components 2026-03-23 19:38:57 +05:45
sudipnext
a31f2a0c15 feat: add support for Codex model in TextProvider and update UI accordingly 2026-03-23 19:09:07 +05:45
sudipnext
b0d50c27dd refactor: simplify GroupLayoutPreview component by removing unused code and dependencies 2026-03-23 18:49:36 +05:45
Sudip Parajuli
1c69e94405
Merge pull request #463 from presenton/main
Migrated Main Changes
2026-03-23 17:01:00 +05:45
sudipnext
5ccf5bbb57 feat: enhance Windows compatibility with process handling and UI improvements 2026-03-23 16:58:25 +05:45
sudipnext
7a56045db3 feat: implement theme management and color generation endpoints 2026-03-22 19:43:54 +05:45
sudipnext
88d41a5ef1 Bump version to 0.6.3-beta in package.json, package-lock.json, and version.json 2026-03-21 20:11:03 +05:45
sudipnext
fd70d8de7a Use Electron binary for export task to avoid system-wide node dependency 2026-03-20 13:32:02 +05:45
sudipnext
78569a9cb0 Fix build:nextjs script to remove existing .next-build directory before building 2026-03-20 11:56:50 +05:45
sudipnext
b615156192 Update exportVersion to v0.1.1 in package.json 2026-03-20 11:45:04 +05:45
sudipnext
fc1bad2d7c feat: add new image assets and update presentation generation state
- Added new image assets: image_mode.png, logo-with-bg.png, image-provider.png, and openai.png.
- Enhanced presentation generation state to include theme property.
- Introduced updateTheme action in presentation generation slice.
- Updated user configuration with default LLM and image provider settings.
- Modified Tailwind CSS configuration to include new font families.
- Improved API utility functions for better handling of URLs in Electron environment.
- Adjusted PPTX model utility for border radius handling.
- Expanded provider constants to include URLs and icons for LLM providers.
- Updated provider utility functions for consistent API URL usage.
- Added new quality options for image generation providers.
- Updated package-lock.json to include new dependencies for react-colorful and scheduler.
2026-03-20 11:41:50 +05:45
Sudip Parajuli
ecc004788a
Bump version to 0.6.2-beta and update release notes
Updated version to 0.6.2-beta with new export package and bug fixes.
2026-03-18 20:33:16 +05:45
sudipnext
0b64a2aedb Refactor export runtime synchronization script
- Removed the deprecated convert binary file from the project.
- Enhanced the runtime synchronization logic to support dynamic version fetching from GitHub releases.
- Improved platform and architecture detection for the converter candidates.
- Added functions for downloading, extracting, and validating the export runtime.
- Implemented error handling for HTTP requests and file operations.
- Updated the main function to handle existing runtime validation and conditional downloading.
2026-03-18 14:34:08 +05:45
sudipnext
3d1932b5a5 Update binary file for export conversion tool 2026-03-18 13:13:32 +05:45
sudipnext
6433d2f66c Add check to preserve Next.js static assets in path normalization 2026-03-18 13:06:48 +05:45
sudipnext
55ec443309 Refactor user configuration merging to simplify handling of incoming entries 2026-03-17 19:50:56 +05:45
sudipnext
24553e6194 Refactor image URL handling to normalize paths and improve FastAPI integration 2026-03-16 14:57:59 +05:45
sudipnext
6c72fe2e0e Implement dynamic converter path resolution and binary format detection for export functionality 2026-03-16 14:54:19 +05:45
sudipnext
c8faab97d9 Refactor database URL handling and ensure SQLite parent directory creation
- Introduced a helper function `_to_sync_database_url` to standardize the conversion of async database URLs to sync URLs in `env.py` and `migrations.py`.
- Added `_ensure_sqlite_parent_dir` function in `db_utils.py` to create the parent directory for SQLite databases if it doesn't exist, ensuring compatibility with Windows paths.
- Updated the `get_database_url_and_connect_args` function to call `_ensure_sqlite_parent_dir` before processing the database URL.
- Simplified the `sync_export_runtime.js` script by removing the build step and directly using committed runtime artifacts, ensuring a smoother export process.
2026-03-16 07:47:43 +05:45
sudipnext
90a54cb791 Add export runtime synchronization script and update build process 2026-03-16 07:23:40 +05:45
sudipnext
813ed998f5 Enhance dependency check to block app usage if setup is incomplete 2026-03-15 16:08:24 +05:45
sudipnext
f105c89b89 Bumped the Version to 0.6.2 2026-03-15 15:51:50 +05:45
sudipnext
1141719da6 Enhance authentication UI and improve chart rendering
- Updated the success and state mismatch HTML pages in openai_codex.py for a better user experience during authentication, including new styles and auto-reload functionality.
- Modified ChartWithBulletsSlideLayout.tsx to disable animations for various chart components and adjusted the layout for better responsiveness.
2026-03-15 14:08:21 +05:45
sauravniraula
1dc852d07b
chore: adds way to properly debug export 2026-03-13 17:25:34 +05:45
sudipnext
7660379b7d feat: enhance image handling in FastAPI and Next.js with web-safe URLs 2026-03-13 13:34:25 +05:45
sudipnext
3c82260f54 feat: add fastapiUrl to export handlers and update binary convert file 2026-03-12 13:55:34 +05:45
sauravniraula
b95cc12e85
fix: update export functionality in Electron app and modify binary convert file 2026-03-11 21:45:45 +05:45
sudipnext
b56af5e801 feat: implement unified setup installer for LibreOffice and Chromium dependencies 2026-03-11 20:31:34 +05:45
sudipnext
d75c85ef3e feat: add puppeteer dependency to package.json for browser automation 2026-03-11 06:26:24 +05:45
Sudip Parajuli
21d094edb9
Merge branch 'main' into feat/export-update 2026-03-11 06:23:56 +05:45
sauravniraula
a7d00fc1a3
feat: implement presentation export functionality via IPC in Electron app 2026-03-10 23:18:58 +05:45
sauravniraula
ac59114208
feat: makes nextjs able to access backend in chromium 2026-03-10 19:28:05 +05:45
sudipnext
9720a5c3e1 Remove puppeteer dependency from package.json 2026-03-10 19:20:13 +05:45
sauravniraula
e79c64ec21
feat: puppeteer chrome download on start and background dependencies status on UI 2026-03-09 22:48:53 +05:45
sudipnext
d185d10462 feat: implement image path resolution utility to streamline image handling in FastAPI endpoints and PPTX presentation creator 2026-03-08 20:55:20 +05:45
sudipnext
e0d219e5fe feat: modify main window behavior to prevent app quit on "Skip for now" during LibreOffice check 2026-03-08 20:34:34 +05:45
sudipnext
69b809accd feat: add MIGRATE_DATABASE_ON_STARTUP option to FastApiEnv interface 2026-03-08 20:21:51 +05:45
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
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
ed76eff535
feat: OnBoarding two pages design 2026-03-04 00:32:14 +05:45
sudipnext
1523511e97 feat: optimize asset fetching by starting tasks immediately for parallel processing 2026-03-02 17:17:46 +05:45