Conversation
Introduces a mode toggle allowing users to switch between image and video processing. Updates the UI to support video uploads, including a collapsible dropzone, video-specific icons and instructions, and layout adjustments for video previews. Adds a 'Remove Selected' button for bulk deletion and persists the selected mode in localStorage.
Added logic to automatically calculate width and height based on the selected preset's aspect ratio if only one dimension is provided. This ensures that images are resized proportionally according to the preset, improving output consistency.
Introduces a preview overlay feature that visually indicates the crop area based on current settings and aspect ratio presets. Previews are updated when settings change and are generated for new images on drop. Proper cleanup of preview URLs is implemented when images are removed or cleared.
Introduces video compression using ffmpeg-static and fluent-ffmpeg, updates dependencies, and refactors the App to support both image and video modes. Adds new hooks and components for modularity, updates the settings panel for video options, and improves file handling for both images and videos.
Split image and video processing into separate state variables and selection logic. Added SVG icons for dropzone, improved file type handling, and updated dropzone UI to use new icons. Enhanced file drop logic to prevent mixed uploads and auto-switch modes. Updated preview and selection management for both images and videos, and improved code structure for clarity and maintainability.
Refactored image and video saving logic to use unified functions and modal dialogs for both types. Improved temporary file handling by updating IPC and preload interfaces, and added support for specifying both width and height for video transcoding. Enhanced UI feedback and logging for video processing, and improved code clarity for handling images and videos.
Introduced commented configuration options for macOS code signing and notarization in forge.config.ts, including osxSign and osxNotarize sections. Also updated DMG maker settings for window layout and added notes for code signing, improving support for Apple Developer workflows.
Introduces MIT license, README, and GitHub Actions build/release workflow. Updates package.json with new metadata and scripts. Major refactor of App.tsx for improved UX: adds mode persistence, batch actions, selection, error handling, and preview logic. Overhauls globals.css for a modern dark theme and custom UI components. Updates hooks and components for new image/video processing and selection features.
Updated the asar unpack configuration in forge.config.ts to exclude lightningcss from the list of node_modules to be unpacked. This may improve packaging performance or reflect changes in dependency usage.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.