Bugfixes 01 - #43
Merged
Merged
Conversation
- Revised the `KeyframeProps` type definition to specify that `time` is source-local, meaning it refers to the source's first frame rather than the clip's start. - Enhanced the `keyframes.md` documentation to reflect this change, providing clearer guidance on how keyframes relate to trimmed clips and playback rates. - Added an example to illustrate the impact of `sourceIn` on keyframe timing, improving understanding for developers.
- Updated the `EXCLUDED_PROPS` in `history.ts` to include 'timeline', ensuring proper state handling. - Introduced `reportView` function in `controller.ts` to track timeline view changes, integrating it into the timeline update process. - Modified `timeline.ts` to call `updateTimelineTransform` every draw pass, improving responsiveness to view changes. - Added `timeline` property to `SceneProps` in `types.ts` to store the scene's timeline viewport state. - Updated documentation to reflect the new `timeline` property and its implications for scene state management.
- Changed the JSX_VERSION from a function to a static string "latest" for consistency and simplicity. - Updated the packageJson function to reflect this change in the devDependencies section, ensuring the correct version is used for the @diffusionstudio/jsx package.
- Added width and height properties to the ExportProgress component for better display of video dimensions. - Implemented resolution options and selection logic in the ExportPanel, allowing users to choose output resolutions dynamically. - Integrated video encoding checks in the ExportProvider to ensure compatibility with selected resolutions and codecs. - Updated rendering logic to reflect actual output sizes based on scene dimensions and selected resolution, improving user feedback during exports.
- Modified the ExportPanel to calculate resolution based on the shorter side of the scene, improving output consistency for both landscape and portrait formats. - Replaced the computeOutputSize function with scaleSize for better clarity in scaling logic. - Updated the VideoConfig interface to reflect the new resolution definition, emphasizing the output's shorter side. - Enhanced the computeOutputSize function to align with the new resolution handling, ensuring accurate output sizes for various scene dimensions.
- Introduced CLI installation logic in cli-install.ts, allowing the app to link the dapi command line tool into the user's PATH with appropriate permissions. - Updated main-channels.ts to include new channels for checking CLI installation status and initiating CLI installation. - Integrated CLI installation handling in main.ts, enabling the app to respond to installation requests. - Created skills-install.ts to manage the installation of agent skills, checking for existing installations and executing the installation command. - Enhanced the app menu to provide an option for installing the dapi CLI, with user feedback on installation success or failure. - Developed an onboarding page to guide users through CLI and skills setup, improving the initial user experience.
- Bumped version from 0.201.0 to 0.202.0 in package.json and package-lock.json for the editor, CLI, desktop, and web applications. - Ensured consistency in versioning across all related packages to reflect the latest updates.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.