Synfig Studio full changelog
Synfig Studio 1.5.5
released Mar 16, 2026 (New Release)
Features:
Sketch Tool: Added redo functionality for the sketch tool.
Converter: Introduced an Absolute Converter for angle/integer/real values.
Color Correct Layer: Added a saturation parameter to the Color Correct layer.
Bug Fixes:
Bevel Layer: Added a null check for sub_task to prevent assertion failure when no layers are below.
Add-Skeleton-Simple Plugin: Corrected the switched naming of "forearm" and "arm".
Gaussian Blur: Fixed the vertical pass for gaussian blur.
Refactoring & Chores:
Avoided copying variable on left-rotating vector.
Removed CanvasView methods unused since 2005.
Fixed synfig::filesystem::Path test for compare method.
Sketch Tool: Added redo functionality for the sketch tool.
Converter: Introduced an Absolute Converter for angle/integer/real values.
Color Correct Layer: Added a saturation parameter to the Color Correct layer.
Bug Fixes:
Bevel Layer: Added a null check for sub_task to prevent assertion failure when no layers are below.
Add-Skeleton-Simple Plugin: Corrected the switched naming of "forearm" and "arm".
Gaussian Blur: Fixed the vertical pass for gaussian blur.
Refactoring & Chores:
Avoided copying variable on left-rotating vector.
Removed CanvasView methods unused since 2005.
Fixed synfig::filesystem::Path test for compare method.
Synfig Studio 1.5.4
released Jan 18, 2026 (New Release)
Feature Enhancements: Several new capabilities have been introduced, such as an angle converter that supports integers, hotkeys for locking/unlocking past and future keyframes, a new 'Alpha Intersection' blending mode, and enhanced palette clipboard functionality. Additionally, initial support for SVG Text elements and Lottie Text Layers has been added.
Stability and Quality Improvements: Numerous bug fixes address critical issues including rendering artifacts in outlines, undefined behavior during undo/redo operations after value conversion, crashes related to malformed PNG imports or null devices, and various UI/UX inconsistencies. Specific fixes include improved SVG importer behavior, corrected bline tool interactions, and resolution of font rendering issues.
Performance and Code Refinements: Significant refactoring efforts have been undertaken, including the porting of several layers (Bevel, Noise gradient, HalfTone2 & 3) to the more efficient Cobra rendering engine. Other improvements include optimizing code for image sequence import, enhancing parameter passing by reference, and general code style cleanups.
Fix: drag-n-drop import when filename contains non-latin chars by @rodolforg in #3412
Refactor: update macOS icons to higher resolutions by @pgilfernandez in #3224
Refactor: add move constructor to handle/loose_handle/rhandle by @rodolforg in #3417
Fix: change convert.exe syntax to avoid clash in Windows by @rodolforg in #3416
Fix: convert.exe directory and missing extension by @rodolforg in #3421
Fix: Lottie export failure with Japanese locale setting in Windows by @ice0 in #3419
Refactor: avoid macro in header file of ValueNode_Composite by @rodolforg in #3429
Fix: clang build (and bump macOS version) by @ice0 in #3438
Fix: Upgraded MLT version from '7.2.0' to '7.28.0' under MSYS2 environment by @shreyaspranav in #3437
Fix: uninitialized var and mixed declaration/definition of class by @rodolforg in #3435
Fix: color/gradient dialog edits the parameter tha
Stability and Quality Improvements: Numerous bug fixes address critical issues including rendering artifacts in outlines, undefined behavior during undo/redo operations after value conversion, crashes related to malformed PNG imports or null devices, and various UI/UX inconsistencies. Specific fixes include improved SVG importer behavior, corrected bline tool interactions, and resolution of font rendering issues.
Performance and Code Refinements: Significant refactoring efforts have been undertaken, including the porting of several layers (Bevel, Noise gradient, HalfTone2 & 3) to the more efficient Cobra rendering engine. Other improvements include optimizing code for image sequence import, enhancing parameter passing by reference, and general code style cleanups.
Fix: drag-n-drop import when filename contains non-latin chars by @rodolforg in #3412
Refactor: update macOS icons to higher resolutions by @pgilfernandez in #3224
Refactor: add move constructor to handle/loose_handle/rhandle by @rodolforg in #3417
Fix: change convert.exe syntax to avoid clash in Windows by @rodolforg in #3416
Fix: convert.exe directory and missing extension by @rodolforg in #3421
Fix: Lottie export failure with Japanese locale setting in Windows by @ice0 in #3419
Refactor: avoid macro in header file of ValueNode_Composite by @rodolforg in #3429
Fix: clang build (and bump macOS version) by @ice0 in #3438
Fix: Upgraded MLT version from '7.2.0' to '7.28.0' under MSYS2 environment by @shreyaspranav in #3437
Fix: uninitialized var and mixed declaration/definition of class by @rodolforg in #3435
Fix: color/gradient dialog edits the parameter tha
Synfig Studio 1.5.3
released Aug 23, 2024 (New Release)
78e866c chore: Fix #3398 - Missing install-sh script on MacOS (#3408) [core] [studio]
efeeda8 refactor: clean up Bevel layer (#3394) [core]
6cdaa8c chore: Make sure to update vcpkg.json on every release (#3406)
4422c5c Bump version to 1.5.3 (#3402) [ETL] [core] [studio]
7f543c0 build(Github Actions): fix macOS build (#3404)
8d1d1f1 ci: Build source tarballs on self-hosted CI runner (#3395)
d6866a2 chore: typo transfRomation -> transfoRmation (#3397) [core]
11d95ff chore: Fix generation of source packages using Autotools (again) (#3400) [core]
f54fada chore: Fix generation of source packages using Autotools (#3399) [ETL]
ec3030f build: fix macos build (#3396)
5714a7c chore: update Change Log for 1.4.5 (#3359)
bbdcfc1 perf: minor optimization of Bevel layer (#3384) [core]
d281673 style: use of eof() and override for filesystem (#3381) [core]
3f07959 build: unify cmake build shell scripts (#3370)
04ba862 refactor: make surface[_etl]::blit_to() const (#3369) [core]
ac93cec ci: Add CI action for OSX packaging script (#3368)
237d503 build: update script for building with cmake (#3355)
9a589c5 refactor: remove broken (and unused) symlink (#3365)
ad15a64 chore: avoid installation of unused sdl2_mixer (#3367)
e832255 perf(GUI): don't render frame thumbnails if disabled (#3356) [studio]
3c3b5b4 chore: update ChangeLog for version 1.4.5 (#3348)
f0e7df3 chore: removed zh-Hant locale as it has zero translations (#3354) [core] [studio]
f6dc2ac chore: Update Transifex config to APIv3 (#3349)
d51d65b fix: build on OSX 10.9 (#3353) [core]
2d542c9 refactor: port CurveWarp to Cobra renderer engine (#3329) [core]
58f522e fix(MotionBlur): undefined behavior when subsample range is 0 (#3347) [core]
c8ea2c2 feat: added ability to set colors for a dark theme for curves (#3346) [studio]
3c70fec build: Add cmake to linux install script (#3338)
02781d6 chore: Add CONTRIBUTING.md and CODE_OF_CONDUCT.md (#3335)
5fd6653 build: fix typos on magickpp module (#3333) [core]
1788462 fix: importing
efeeda8 refactor: clean up Bevel layer (#3394) [core]
6cdaa8c chore: Make sure to update vcpkg.json on every release (#3406)
4422c5c Bump version to 1.5.3 (#3402) [ETL] [core] [studio]
7f543c0 build(Github Actions): fix macOS build (#3404)
8d1d1f1 ci: Build source tarballs on self-hosted CI runner (#3395)
d6866a2 chore: typo transfRomation -> transfoRmation (#3397) [core]
11d95ff chore: Fix generation of source packages using Autotools (again) (#3400) [core]
f54fada chore: Fix generation of source packages using Autotools (#3399) [ETL]
ec3030f build: fix macos build (#3396)
5714a7c chore: update Change Log for 1.4.5 (#3359)
bbdcfc1 perf: minor optimization of Bevel layer (#3384) [core]
d281673 style: use of eof() and override for filesystem (#3381) [core]
3f07959 build: unify cmake build shell scripts (#3370)
04ba862 refactor: make surface[_etl]::blit_to() const (#3369) [core]
ac93cec ci: Add CI action for OSX packaging script (#3368)
237d503 build: update script for building with cmake (#3355)
9a589c5 refactor: remove broken (and unused) symlink (#3365)
ad15a64 chore: avoid installation of unused sdl2_mixer (#3367)
e832255 perf(GUI): don't render frame thumbnails if disabled (#3356) [studio]
3c3b5b4 chore: update ChangeLog for version 1.4.5 (#3348)
f0e7df3 chore: removed zh-Hant locale as it has zero translations (#3354) [core] [studio]
f6dc2ac chore: Update Transifex config to APIv3 (#3349)
d51d65b fix: build on OSX 10.9 (#3353) [core]
2d542c9 refactor: port CurveWarp to Cobra renderer engine (#3329) [core]
58f522e fix(MotionBlur): undefined behavior when subsample range is 0 (#3347) [core]
c8ea2c2 feat: added ability to set colors for a dark theme for curves (#3346) [studio]
3c70fec build: Add cmake to linux install script (#3338)
02781d6 chore: Add CONTRIBUTING.md and CODE_OF_CONDUCT.md (#3335)
5fd6653 build: fix typos on magickpp module (#3333) [core]
1788462 fix: importing
Synfig Studio 1.5.2
released Aug 4, 2024 (New Release)
Fixed line end distortions when using the drawing tool
Fixed an error that prevented importing images into an unsaved SIF file that had not yet been saved
Fixed an error that caused the program to crash when trying to move an object that is attached to a curve, if that curve is exported
Fixed an error opening a file from a network folder (in Windows)
Fixed an error when closing the program that occurred if bones were used in the active document
Fixed an error that caused the program to crash when creating curves consisting of two points that are too close to each other
Fixed a program crash when using a graphics tablet in Linux on the Wayland graphics system
Fixed a program crash when clicking on rows in the Library Panel
The “Open With History” button in the file open dialog is now only active when a file with the extension “sfg” is selected
Fixed a the GUI crash when clicking on a control point with the Graphs panel active
Pixel information about the current cursor position is now only requested if the Info panel is active
Fixed memory leak when importing PNG files
Fixed an error that prevented importing images into an unsaved SIF file that had not yet been saved
Fixed an error that caused the program to crash when trying to move an object that is attached to a curve, if that curve is exported
Fixed an error opening a file from a network folder (in Windows)
Fixed an error when closing the program that occurred if bones were used in the active document
Fixed an error that caused the program to crash when creating curves consisting of two points that are too close to each other
Fixed a program crash when using a graphics tablet in Linux on the Wayland graphics system
Fixed a program crash when clicking on rows in the Library Panel
The “Open With History” button in the file open dialog is now only active when a file with the extension “sfg” is selected
Fixed a the GUI crash when clicking on a control point with the Graphs panel active
Pixel information about the current cursor position is now only requested if the Info panel is active
Fixed memory leak when importing PNG files
Synfig Studio 1.4.5
released May 19, 2024 (New Release)
Synfig Studio 1.4.4
released Dec 25, 2022 (New Release)
Synfig Studio 1.4.3
released Oct 25, 2022 (New Release)
Synfig Studio 1.5.1
released Oct 30, 2021 (New Release)
Synfig Studio 1.5.0
released Aug 16, 2021 (New Release)
Synfig Studio 1.4.2
released Jul 30, 2021 (New Release)
Synfig Studio for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Synfig Studio from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
MacX Media Management Bundle
70% Off -
Media Player Morpher
85% Off -
WinX DVD Ripper
50% Off -
WinX MediaTrans
63% Off -
MacX DVD Video Converter
58% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- CorelDRAW X7 (x32 bit) 17.4.0.887
- CorelDRAW X7 (x64 bit) 17.4.0.887
- CorelDRAW X5 15.2.0.686
- CorelDRAW X4
- CorelDRAW 2017 19.1.0.419
- CorelDRAW X6 16.4.0.1280
- Blender - 32 bit 2.80
- CorelDRAW X8 18.0.0.450
- Graphic Workshop Professional 15.0a rev11
- Paint.NET 5.0.13
- Adobe PhotoShop CS6 Extended CC 2024 25.11
- Adobe Illustrator CS6 16.0.5
- Adobe After Effects CC 2024 24.5.0
- PDFill PDF Editor 15.0 Build 2
- Corel PaintShop Photo Pro X3 2023 25.2.0.58
- Adobe Illustrator CC CC 2024 28.5.0
- Synfig Studio 1.5.5
- Google SketchUp Pro 2020
- Image Analyzer 1.43
- Video Slideshow Maker 1.0.60
Popular Tags
image editor
photos
styles
texture
background
software
graphic
seamless
batch
image
edit
photo
desktop
images
graphics
plugin
jpg
editor
picture
digital
photoshop
generator
jpeg
watermark
resize
wallpaper
photo editor
image editing
paint
free
Popular Windows 7 Software
- CorelDRAW X7 (x32 bit) 17.4.0.887
- CorelDRAW X7 (x64 bit) 17.4.0.887
- CorelDRAW X5 15.2.0.686
- CorelDRAW X4
- iTop Screenshot 1.2.3.544
- CorelDRAW 2017 19.1.0.419
- CorelDRAW X6 16.4.0.1280
- Blender - 32 bit 2.80
- Adobe InDesign CS5 CS5.5 7.5.3
- CorelDRAW X8 18.0.0.450
- Graphic Workshop Professional 15.0a rev11
- Model Air Design 2.4
- Blender Portable 4.1.1
- Paint.NET 5.0.13
- Model Air Design 2.4
© 2026 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



