Skip to content

Commit f2fe8c5

Browse files
Merge PR #35: Release Notes for version 1.5.1
2 parents 9f69438 + 32fcfb9 commit f2fe8c5

File tree

5 files changed

+103
-2
lines changed

5 files changed

+103
-2
lines changed

source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '1.4.0'
62+
version = '1.5.1'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '1.4.0'
64+
release = '1.5.1'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
.. _release-1.5.1:
2+
3+
############################
4+
Synfig 1.5.1 Release Notes
5+
############################
6+
7+
This version features major improvements for Text Layer, fixes for Skeleton Tool, better onion-skin,as well as other important fixes and usability improvements. Please check the full list below.
8+
9+
Rewritten Text Layer
10+
--------------------
11+
12+
|image0|
13+
14+
- Text Layer fully rewritten and optimized, which results in much faster rendering (`#2362`_).
15+
- Text Layer now have proper support for RTL languages (i.e. Arabic) (`#2232`_). Please notice that if you use a string which mixes RTL and LTR text, then you might need to set a “Direction” parameter in Text Layer to indicate the proper order.
16+
17+
|image1|
18+
19+
- Text Layers now visible when workarea displays its content in Draft mode (`#631`_).
20+
- Fixed issue with "jumping" letters in animated text (`#389`_).
21+
- Fixed issue with quality regression under Text Layer (`#831`_).
22+
- Fixed glitched rendering output when Text Layer is combined with Perspective Layer (`#1566`_).
23+
- Allow to select font from drop-down menu in Tool Options (`#2355`_).
24+
25+
Improvements
26+
------------
27+
28+
|image2|
29+
30+
- New option for Onion Skin allows to choose between Keyframes and Frames (`#2166`_).
31+
- The “Keep aspect ratio for width and height” option is now enabled by default in Render Settings (`#2351`_).
32+
- When the user imports the file the imported layer becomes selected (`#2308`_).
33+
- Now it is possible to create a new vertex on a Spline with double-click (`#2312`_).
34+
35+
Fixes for Skeleton Tool
36+
-----------------------
37+
- Fix active bone selection for Skeleton Deformation Layer (`#2340`_, `#2365`_).
38+
- Fix crash when moving origin point of child bone in Skeleton Deformation Layer using Bone Tool (`#2049`_).
39+
- Fix crash when undoing Child Bone until first one (`#2341`_).
40+
- Fix loading of default bone width preference value (`#2343`_).
41+
42+
Fixes
43+
-----------
44+
- TimeTrack Panel: Fix missing context menu for waypoints at Canvas Parameter (`#2357`_).
45+
- TimeTrack Panel: Update time track area when keyframe is moved (`#2289`_).
46+
- Sound Panel: Fix loading of some audio files (`#2301`_).
47+
- Fixed incorrect framerate when importing image sequence (`#2219`_).
48+
- Fixed Link To Spline action (`#2344`_).
49+
- Fix workarea context menu action not affecting all layers (`#2352`_).
50+
- Fix crash when list of vertices is converted into Switch (`#2354`_).
51+
- Fix dialog responses for user pressing Esc key (`#2309`_) (`#2329`_).
52+
- Don’t let inner layer be duplicated twice when copying (`#2317`_).
53+
- Fix image size when importing onto canvas with non-standard size (`#2252`_).
54+
- Fix magick++ target missing in AppImage (issue `#2320`_).
55+
56+
Other changes
57+
-------------
58+
- Circle Tool: Removed deprecated falloff option (`#2366`_).
59+
- Rectangle Layer: Bevel parameter now defined by relative value, not distance (`#2350`_).
60+
- Skeleton Deformation Layer: Better tooltip/description for "Bones" Parameter (`#2332`_).
61+
- Advanced Outline Layer: Improve hints for Dash Item Parameters (`#2314`_).
62+
- Added support for building with MLT++-7 (Autotools) (`#2306`_).
63+
64+
.. |image0| image:: 1.5.1_dat/text-layer-rewritten.png
65+
.. |image1| image:: 1.5.1_dat/text-rtl-option.png
66+
.. |image2| image:: 1.5.1_dat/onionskin.png
67+
68+
.. _#2362: https://github.com/synfig/synfig/issues/2362
69+
.. _#2232: https://github.com/synfig/synfig/issues/2232
70+
.. _#631: https://github.com/synfig/synfig/issues/631
71+
.. _#389: https://github.com/synfig/synfig/issues/389
72+
.. _#831: https://github.com/synfig/synfig/issues/831
73+
.. _#1566: https://github.com/synfig/synfig/issues/1566
74+
.. _#2355: https://github.com/synfig/synfig/issues/2355
75+
.. _#2166: https://github.com/synfig/synfig/issues/2166
76+
.. _#2351: https://github.com/synfig/synfig/issues/2351
77+
.. _#2308: https://github.com/synfig/synfig/issues/2308
78+
.. _#2312: https://github.com/synfig/synfig/issues/2312
79+
.. _#2340: https://github.com/synfig/synfig/issues/2340
80+
.. _#2365: https://github.com/synfig/synfig/issues/2365
81+
.. _#2049: https://github.com/synfig/synfig/issues/2049
82+
.. _#2341: https://github.com/synfig/synfig/issues/2341
83+
.. _#2343: https://github.com/synfig/synfig/issues/2343
84+
.. _#2357: https://github.com/synfig/synfig/issues/2357
85+
.. _#2289: https://github.com/synfig/synfig/issues/2289
86+
.. _#2301: https://github.com/synfig/synfig/issues/2301
87+
.. _#2219: https://github.com/synfig/synfig/issues/2219
88+
.. _#2344: https://github.com/synfig/synfig/issues/2344
89+
.. _#2352: https://github.com/synfig/synfig/issues/2352
90+
.. _#2354: https://github.com/synfig/synfig/issues/2354
91+
.. _#2309: https://github.com/synfig/synfig/issues/2309
92+
.. _#2329: https://github.com/synfig/synfig/issues/2329
93+
.. _#2317: https://github.com/synfig/synfig/issues/2317
94+
.. _#2252: https://github.com/synfig/synfig/issues/2252
95+
.. _#2320: https://github.com/synfig/synfig/issues/23204
96+
.. _#2366: https://github.com/synfig/synfig/issues/2366
97+
.. _#2350: https://github.com/synfig/synfig/issues/2350
98+
.. _#2332: https://github.com/synfig/synfig/issues/2332
99+
.. _#2314: https://github.com/synfig/synfig/issues/2314
100+
.. _#2306: https://github.com/synfig/synfig/issues/2306
101+
16.2 KB
Loading
99.6 KB
Loading
15.2 KB
Loading

0 commit comments

Comments
 (0)