-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release notes for version 1.4.4 (#57)
- Loading branch information
1 parent
967aac5
commit b2b5f7a
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Synfig 1.4.4 Release Notes | ||
|
||
Synfig Studio version 1.4.4 delivers some important bugfixes for all platforms. Please read the details below. | ||
|
||
### Critical fixes | ||
|
||
- Fixed missing last frame when exporting video ([#2912](https://github.com/synfig/synfig/issues/2912)). | ||
- Fixed crash when using Draw Tool in Fedora/Flatpak version ([#2445](https://github.com/synfig/synfig/issues/2445)). | ||
- Fixed issue with opening file via CLI when its path contain non-Latin characters (Windows) ([#2819](https://github.com/synfig/synfig/issues/2819)). | ||
- Fixed issue when right-clicking a layer shows empty menu on just opened file ([#2781](https://github.com/synfig/synfig/issues/2781)). | ||
- Fixed loading of palette ([#2722](https://github.com/synfig/synfig/issues/2722)). | ||
- Fixed application freeze when importing palette ([#2730](https://github.com/synfig/synfig/issues/2730)). | ||
- Fixed messed up translations for Russian language. | ||
|
||
### Fixes for build system (Autotools) | ||
|
||
- Allow to compile release build with debug info ([#2838](https://github.com/synfig/synfig/issues/2838)). | ||
- Add support for MLT++-7 ([#2306](https://github.com/synfig/synfig/issues/2306)). |