Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
morevnaproject committed Oct 25, 2022
1 parent 69bef72 commit 915b68d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions source/releases/stable/1.4.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Synfig Studio 1.4.3 introduces major performance optimizations for Windows versi

### Optimizations for Windows version
- We have removed many bottlenecks in Synfig's code, related with redundant calls of "getenv" function. This resulted in great performance improvement of Windows version ([#2826](https://github.com/synfig/synfig/issues/2826)). This fix also gives slight speed boost for MacOS, while Linux users will not see any significant difference.
- Windows version now shipped with embedded Python version 3.8.10 ([#67](https://github.com/morevnaproject/morevna-builds/pull/67)), which results in smaller size of distributive and faster installation.
- Windows version now shipped with embedded Python version 3.8.10, which results in smaller size of distributive and faster installation ([#67](https://github.com/morevnaproject/morevna-builds/pull/67)).

### Critical fixes
- Connecting bone parameter to exported value does not results in corrupted file anymore ([#2433](https://github.com/synfig/synfig/issues/2433)).
- Fixed issue with autosave not working when interval is set to 15 seconds ([#2647](https://github.com/synfig/synfig/issues/2647)).
- Fixed "Link To Spline" action not shown in menu when trying to connect vertex to spline ([#2344](https://github.com/synfig/synfig/issues/2344)).
- Fixed Appimage compatibility with recent linux distros ([#33](https://github.com/morevnaproject/morevna-builds/pull/33)).
- Fixed Appimage compatibility with recent Linux distributions ([#33](https://github.com/morevnaproject/morevna-builds/pull/33)).
- Fixed issue with Text Tool not working on MacOS because of missing "fonts.conf" file ([#2380](https://github.com/synfig/synfig/issues/2380)).

## Improvements
Expand All @@ -19,14 +19,14 @@ Synfig Studio 1.4.3 introduces major performance optimizations for Windows versi

### Export
- Fixed issue with wrong image aspect when rendering to non-standard dimensions ([#2463](https://github.com/synfig/synfig/issues/2463)).
- Fixed issue when exported video is trimmed to audio length ([#2477](https://github.com/synfig/synfig/issues/2477)).
- Fixed "magick++" render module not available in in AppImage ([#2320](https://github.com/synfig/synfig/issues/2320)).
- Fixed exporting issue which was resulting in exported video trimmed to audio length ([#2477](https://github.com/synfig/synfig/issues/2477)).
- Fixed "magick++" render module not available in in Linux AppImage ([#2320](https://github.com/synfig/synfig/issues/2320)).
- Fixed crash when rendering to gif target ([#2389](https://github.com/synfig/synfig/issues/2389)).
- Fixed compatibility with FFmpeg 3.x ([#2628](https://github.com/synfig/synfig/issues/2628)).

### Import
- Fixed importing Papagayo (.pgo) file not showing the expected layers ([#2495](https://github.com/synfig/synfig/issues/2495)).
- Fixed issue with file coruption after importing an .svg drawing ([#2482](https://github.com/synfig/synfig/issues/2482)).
- Fixed issue with file coruption after importing an SVG file ([#2482](https://github.com/synfig/synfig/issues/2482)).
- Fixed incorrect framerate when importing image sequence ([#2224](https://github.com/synfig/synfig/issues/2224)).
- Fixed crash when trying to import a file into yourself ([#2239](https://github.com/synfig/synfig/issues/2239)).
- Fixed wrong size of image which is imported to canvas with non-standard size ([#2252](https://github.com/synfig/synfig/issues/2252)).
Expand All @@ -35,8 +35,8 @@ Synfig Studio 1.4.3 introduces major performance optimizations for Windows versi
- Apply action to all selected layers from choosing entry from context menu ([#2352](https://github.com/synfig/synfig/issues/2352)).
- Fixed Clamp Layer not rendering ([#2550](https://github.com/synfig/synfig/issues/2550)).
- Fixed crash when deleting last waypoint from exported parameter ([#2587](https://github.com/synfig/synfig/issues/2587)).
- Don't allow to Connect to exported value node if it has wrong type ([#2694](https://github.com/synfig/synfig/issues/2694)).
- Don't allow to connect to exported value node if it has wrong type ([#2694](https://github.com/synfig/synfig/issues/2694)).
- Fixed crash when using Width Tool on Skeleton Layer ([#2500](https://github.com/synfig/synfig/issues/2500)).
- Fix Dock keyframes doesn't capture space input in entry text field [#1820](https://github.com/synfig/synfig/issues/1820).
- Fix Keyframes Panel doesn't capture space input in entry text field [#1820](https://github.com/synfig/synfig/issues/1820).
- Parameters and Timeline panels show the same row selected ([#2422](https://github.com/synfig/synfig/issues/2422)).

0 comments on commit 915b68d

Please sign in to comment.