Skip to content

Commit 32fcfb9

Browse files
Convert links to RST
1 parent 0508d30 commit 32fcfb9

File tree

1 file changed

+64
-33
lines changed

1 file changed

+64
-33
lines changed

source/releases/development/1.5.1.rst

Lines changed: 64 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -11,60 +11,91 @@ Rewritten Text Layer
1111

1212
|image0|
1313

14-
- Text Layer fully rewritten and optimized, which results in much faster rendering ([#2362](https://github.com/synfig/synfig/issues/2362)).
15-
- Text Layer now have proper support for RTL languages (i.e. Arabic) ([#2232](https://github.com/synfig/synfig/issues/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.
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.
1616

1717
|image1|
1818

19-
- Text Layers now visible when workarea displays its content in Draft mode ([#631](https://github.com/synfig/synfig/issues/631)).
20-
- Fixed issue with "jumping" letters in animated text ([#389](https://github.com/synfig/synfig/issues/389)).
21-
- Fixed issue with quality regression under Text Layer ([#831](https://github.com/synfig/synfig/issues/831)).
22-
- Fixed glitched rendering output when Text Layer is combined with Perspective Layer ([#1566](https://github.com/synfig/synfig/issues/1566)).
23-
- Use Widget_FontFamily in Text Tool toolbox and reorder widgets ([#2355](https://github.com/synfig/synfig/issues/2355))
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`_).
2424

2525
Improvements
2626
------------
2727

2828
|image2|
2929

30-
- New option for Onion Skin allows to choose between Keyframes and Frames ([#2166](https://github.com/synfig/synfig/issues/2166)).
31-
- The "Keep aspect ratio for width and height" option is now enabled by default in Render Settings ([#2351](https://github.com/synfig/synfig/issues/2351)).
32-
- When the user imports the file the imported layer becomes selected ([#2308](https://github.com/synfig/synfig/issues/2308))
33-
- Now it is possible to create a new vertex on a Spline with double-click ([#2312](https://github.com/synfig/synfig/issues/2312)).
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`_).
3434

3535
Fixes for Skeleton Tool
3636
-----------------------
37-
- Fix active bone selection for Skeleton Deformation Layer ([#2340](https://github.com/synfig/synfig/issues/2340), [#2365](https://github.com/synfig/synfig/issues/2365)).
38-
- Fix crash when moving origin point of child bone in Skeleton Deformation Layer using Bone Tool ([#2049](https://github.com/synfig/synfig/issues/2049)).
39-
- Fix crash when undoing Child Bone until first one ([#2341](https://github.com/synfig/synfig/issues/2341)).
40-
- Fix loading of default bone width preference value ([#2343](https://github.com/synfig/synfig/issues/2343)).
41-
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`_).
4241

4342
Fixes
4443
-----------
45-
- TimeTrack Panel: Fix missing context menu for waypoints at Canvas Parameter ([#2363](https://github.com/synfig/synfig/issues/2363)). Closes [#2357](https://github.com/synfig/synfig/issues/2357).
46-
- TimeTrack Panel: Update time track area when keyframe is moved ([#2289](https://github.com/synfig/synfig/issues/2289)).
47-
- Sound Panel: Fix loading of some audio files ([#2301](https://github.com/synfig/synfig/issues/2301)).
48-
- Fixed incorrect framerate when importing image sequence ([#2219](https://github.com/synfig/synfig/issues/2219))).
49-
- Fixed Link To Spline action ([#2345](https://github.com/synfig/synfig/issues/2345)). Closes [#2344](https://github.com/synfig/synfig/issues/2344).
50-
- Fix workarea context menu action not affecting all layers ([#2352](https://github.com/synfig/synfig/issues/2352)).
51-
- Fix crash when list of vertices is converted into Switch ([#2354](https://github.com/synfig/synfig/issues/2354)).
52-
- Fix dialog responses for user pressing Esc key ([#2309](https://github.com/synfig/synfig/issues/2309)) ([#2329](https://github.com/synfig/synfig/issues/2329)).
53-
- Don't let inner layer be duplicated twice when copying ([#2317](https://github.com/synfig/synfig/issues/2317)).
54-
- Fix image size when importing onto canvas with non-standard size ([#2252](https://github.com/synfig/synfig/issues/2252)).
55-
- Fix magick++ target missing in AppImage (issue [#2320](https://github.com/synfig/synfig/issues/2320)), ([#2324](https://github.com/synfig/synfig/issues/2324)).
56-
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`_).
5755

5856
Other changes
5957
-------------
60-
- Circle Tool: Removed deprecated falloff option ([#2366](https://github.com/synfig/synfig/issues/2366)).
61-
- Rectangle Layer: Bevel parameter now defined by relative value, not distance ([#2350](https://github.com/synfig/synfig/issues/2350)).
62-
- Skeleton Deformation Layer: Better tooltip/description for "Bones" Parameter ([#2332](https://github.com/synfig/synfig/issues/2332)).
63-
- Advanced Outline Layer: Improve hints for Dash Item Parameters ([#2314](https://github.com/synfig/synfig/issues/2314)).
64-
- Added support for building with MLT++-7 (Autotools) ([#2306](https://github.com/synfig/synfig/issues/2306)).
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`_).
6563

6664
.. |image0| image:: 1.5.1_dat/text-layer-rewritten.png
6765
.. |image1| image:: 1.5.1_dat/text-rtl-option.png
6866
.. |image2| image:: 1.5.1_dat/onionskin.png
6967

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
70101

0 commit comments

Comments
 (0)