Commit graph

1145 commits

Author SHA1 Message Date
sudipnext
653e35bb3d refactor: reorganize migration functions and enhance legacy database handling
- Moved the legacy database URL conversion function to improve clarity.
- Introduced a new function to handle legacy database stamping before migrations.
- Updated error handling during migration to ensure legacy databases are properly managed.
- Cleaned up redundant code and improved comments for better maintainability.
2026-03-26 16:29:52 +05:45
sudipnext
f050064771 feat: add legacy database migration support and new database schema
- Introduced functions to handle legacy database stamping and migration.
- Added a new Alembic migration script for initializing the database schema.
- Enhanced the migration process to check for unversioned databases and apply necessary stamps before upgrades.
- Created new migration files for adding a theme column to presentations.
2026-03-26 15:33:49 +05:45
Sudip Parajuli
82a8a9c9a6
Merge pull request #467 from presenton/fix/issues
Fix/issues with Gemini Image Generation
2026-03-26 08:45:41 +05:45
sudipnext
e541c1d57c chore: remove obsolete Alembic migration for theme column in presentations 2026-03-26 08:39:08 +05:45
sudipnext
024f174867 feat: add migration for theme column in presentations and enhance database migration handling
- Introduced a new Alembic migration to add a 'theme' column to the 'presentations' table.
- Updated migration scripts to handle unversioned databases more gracefully.
- Added a script for programmatically deleting local SQLite database files and running migrations.
- Enhanced database initialization logic to conditionally run migrations based on environment settings.
2026-03-25 20:09:35 +05:45
Shiva Raj Badu
9349b2fd3d
Merge pull request #466 from presenton/feat/ui-update-electron
feat/ui update electron
2026-03-25 19:15:08 +05:45
Sudip Parajuli
a516664683
Merge pull request #465 from presenton/libreoffice-win-fix
Libreoffice win fix
2026-03-25 11:30:33 +05:45
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
shiva raj badu
78e6318c71
refactor: enhance loading components with improved skeleton structure and styling 2026-03-24 16:08:32 +05:45
shiva raj badu
a7bd9ace23
refactor: ChatGpt signin 2026-03-24 15:59:06 +05:45
shiva raj badu
f58f2758ed
fix:Theme issues 2026-03-24 13:08:47 +05:45
shiva raj badu
e48a15fad0
refactor: replace dynamic slug route with query params 2026-03-24 11:46:58 +05:45
shiva raj badu
287bc6bd69
fix: improve Next.js server increase timeout for server readiness 2026-03-24 10:57:02 +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
Sudip Parajuli
23786904b3
Add required validation for validations field
Added required validation for the 'validations' field in the bug report template.
2026-03-23 12:13:26 +05:45
sudipnext
7a56045db3 feat: implement theme management and color generation endpoints 2026-03-22 19:43:54 +05:45
shiva raj badu
7a3a2a6744
Merge branch 'main' of github.com:presenton/presenton 2026-03-21 20:27:26 +05:45
shiva raj badu
d2fcc90a94
docs: Revamp README 2026-03-21 20:26:52 +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
shiva raj badu
d98827abc3
feat: workflow to upload release app to R2 2026-03-21 18:55:57 +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
Sudip Parajuli
9e3492ce1b
Merge pull request #451 from presenton/feat/fixcheckexport
Feat/fixcheckexport
2026-03-18 20:30:45 +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
Sudip Parajuli
cf91e522c9
Remove latest YouTube videos section from README
Removed section for latest YouTube videos and subscription link.
2026-03-16 14:27:39 +05:45
sudipnext
b1d1aaea6d Update README.md for improved clarity and organization of content 2026-03-16 14:26:01 +05:45
sudipnext
d3c2dd2d90 Add new image assets for the project
- Added logo.png for branding
- Included star-1.gif and star.gif for visual elements
- Added stary.gif for additional graphics
- Introduced test.png for testing purposes
2026-03-16 14:24:59 +05:45
Sudip Parajuli
49490123b4
Create CONTRIBUTING.md for project guidelines
Added a comprehensive contributing guide for Presenton, detailing how to contribute, development setup, and community engagement.
2026-03-16 14:13:07 +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
Sudip Parajuli
da121b611d
Revise bug report template for improved clarity
Updated bug report template to include detailed fields for better issue tracking.
2026-03-15 20:46:30 +05:45
Sudip Parajuli
d58ddecaaf
Delete .github/ISSUE_TEMPLATE/feature_request.md 2026-03-15 20:45:14 +05:45
Sudip Parajuli
c6d0fbbc4c
Revise feature request template for clarity
Updated the feature request template for Presenton with clearer descriptions and placeholders for user input.
2026-03-15 20:44:56 +05:45
Sudip Parajuli
6b890cdba9
Revise Code of Conduct with expanded values and guidelines
Expanded the Code of Conduct to include detailed community values and guidelines for respectful interaction.
2026-03-15 16:20:38 +05:45
Sudip Parajuli
587e75ec3b
Create CODE_OF_CONDUCT.md with community guidelines
Added a code of conduct to outline community guidelines and expectations.
2026-03-15 16:17:57 +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