Sync docs after README What's New addition
This commit is contained in:
parent
dbb7411385
commit
97051f754c
11 changed files with 386 additions and 11 deletions
|
|
@ -7,7 +7,7 @@ Various contributors (see below, and AUTHORS.txt)
|
||||||
https://tuxpaint.org/
|
https://tuxpaint.org/
|
||||||
|
|
||||||
|
|
||||||
2023.March.9 (0.9.29)
|
2023.March.12 (0.9.29)
|
||||||
* Improvements to "Stamp" tool:
|
* Improvements to "Stamp" tool:
|
||||||
-----------------------------
|
-----------------------------
|
||||||
* Stamps may now be rotated.
|
* Stamps may now be rotated.
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,41 @@ License
|
||||||
|
|
||||||
See COPYING.txt for the full text of the GPL license.
|
See COPYING.txt for the full text of the GPL license.
|
||||||
|
|
||||||
What's New?
|
What's New in Tux Paint version 0.9.29?
|
||||||
|
|
||||||
|
Stamp tool update
|
||||||
|
Stamps may be rotated before being applied to the canvas
|
||||||
|
|
||||||
|
Shapes tool update
|
||||||
|
Improvements to Shapes tool behavior when using the "from the
|
||||||
|
corner" stretching mode
|
||||||
|
|
||||||
|
New Fill tool
|
||||||
|
A shaped gradient mode has been added to the Fill tool
|
||||||
|
|
||||||
|
Fifteen new Magic tools
|
||||||
|
Maze, Googly Eyes, Fur, Circles, Rays, 3D Glasses, Color Sep.,
|
||||||
|
Saturate, Desaturate, Remove Color, Keep Color, Kaleido-4,
|
||||||
|
Kaleido-6, Kaleido-8, Bloom
|
||||||
|
|
||||||
|
Eraser shortcut
|
||||||
|
A keyboard shortcut is available for quick access to the Eraser
|
||||||
|
tool
|
||||||
|
|
||||||
|
Rainbow Palette update
|
||||||
|
The chosen built-in color, Color Picker (pipette tool) color, or
|
||||||
|
Color Mixer color can be loaded into the Rainbow Palette dialog
|
||||||
|
|
||||||
|
Quick Start Guide created
|
||||||
|
A new Quick Start Guide explains the basic usage of Tux Paint
|
||||||
|
|
||||||
|
Other changes
|
||||||
|
* Drawings removed using the Open dialog's Erase button are
|
||||||
|
moved to the system's Trash can on macOS
|
||||||
|
* Starter and Template images offer scaling, to avoid smearing
|
||||||
|
on the edges
|
||||||
|
* The "buttonsize" interface size option now offers an "auto"
|
||||||
|
option
|
||||||
|
|
||||||
See CHANGES.txt for the complete list of changes.
|
See CHANGES.txt for the complete list of changes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -215,9 +215,50 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
What's New? </h2>
|
What's New in Tux Paint version 0.9.29? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt><strong>Stamp</strong> tool update</dt>
|
||||||
|
<dd>
|
||||||
|
<a href="#using_tools_drawing_stamp">Stamps</a> may be rotated before being applied to the canvas </dd>
|
||||||
|
|
||||||
|
<dt><strong>Shapes</strong> tool update</dt>
|
||||||
|
<dd>
|
||||||
|
Improvements to <a href="#using_tools_drawing_shapes">Shapes tool</a> behavior when using the "from the corner" stretching mode </dd>
|
||||||
|
|
||||||
|
<dt>New <strong>Fill</strong> tool</dt>
|
||||||
|
<dd>
|
||||||
|
A shaped gradient mode has been added to the <a href="#using_tools_drawing_fill">Fill tool</a> </dd>
|
||||||
|
|
||||||
|
<dt>Fifteen new <strong>Magic</strong> tools <dd>
|
||||||
|
Maze, Googly Eyes, Fur, Circles, Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep Color, Kaleido-4, Kaleido-6, Kaleido-8, Bloom </dd>
|
||||||
|
|
||||||
|
<dt><strong>Eraser</strong> shortcut</dt>
|
||||||
|
<dd>
|
||||||
|
A keyboard shortcut is available for quick access to the <a href="#using_tools_drawing_eraser">Eraser</a> tool </dd>
|
||||||
|
|
||||||
|
<dt><strong>Rainbow Palette</strong> update</dt>
|
||||||
|
<dd>
|
||||||
|
The chosen built-in color, Color Picker (pipette tool) color, or Color Mixer color can be loaded into the <a href="#special_color_options">Rainbow Palette dialog</a> </dd>
|
||||||
|
|
||||||
|
<dt><strong>Quick Start Guide</strong> created</dt>
|
||||||
|
<dd>
|
||||||
|
A new <a href="tuxpaint-quickstart-guide.html">Quick Start Guide</a> explains the basic usage of Tux Paint </dd>
|
||||||
|
|
||||||
|
<dt>Other changes</dt>
|
||||||
|
<dd>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Drawings removed using the <a href="#using_tools_other_open">Open dialog's</a> <strong>Erase</strong> button are moved to the system's Trash can on macOS </li>
|
||||||
|
<li>
|
||||||
|
<a href="EXTENDING.html#starters">Starter</a> and <a href="EXTENDING.html#templates">Template</a> images offer scaling, to avoid smearing on the edges </li>
|
||||||
|
<li>
|
||||||
|
The <a href="OPTIONS.html#video_sound">"<code>buttonsize</code>" interface size option</a> now offers an "auto" option </li>
|
||||||
|
</ul>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
See <a href="../../CHANGES.txt">CHANGES.txt</a> for the complete list of changes. </p>
|
See <a href="../../CHANGES.txt">CHANGES.txt</a> for the complete list of changes. </p>
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,41 @@ License
|
||||||
|
|
||||||
See COPYING.txt for the full text of the GPL license.
|
See COPYING.txt for the full text of the GPL license.
|
||||||
|
|
||||||
What's New?
|
What's New in Tux Paint version 0.9.29?
|
||||||
|
|
||||||
|
Stamp tool update
|
||||||
|
Stamps may be rotated before being applied to the canvas
|
||||||
|
|
||||||
|
Shapes tool update
|
||||||
|
Improvements to Shapes tool behavior when using the "from the
|
||||||
|
corner" stretching mode
|
||||||
|
|
||||||
|
New Fill tool
|
||||||
|
A shaped gradient mode has been added to the Fill tool
|
||||||
|
|
||||||
|
Fifteen new Magic tools
|
||||||
|
Maze, Googly Eyes, Fur, Circles, Rays, 3D Glasses, Color Sep.,
|
||||||
|
Saturate, Desaturate, Remove Color, Keep Color, Kaleido-4,
|
||||||
|
Kaleido-6, Kaleido-8, Bloom
|
||||||
|
|
||||||
|
Eraser shortcut
|
||||||
|
A keyboard shortcut is available for quick access to the Eraser
|
||||||
|
tool
|
||||||
|
|
||||||
|
Rainbow Palette update
|
||||||
|
The chosen built-in color, Color Picker (pipette tool) color, or
|
||||||
|
Color Mixer color can be loaded into the Rainbow Palette dialog
|
||||||
|
|
||||||
|
Quick Start Guide created
|
||||||
|
A new Quick Start Guide explains the basic usage of Tux Paint
|
||||||
|
|
||||||
|
Other changes
|
||||||
|
* Drawings removed using the Open dialog's Erase button are
|
||||||
|
moved to the system's Trash can on macOS
|
||||||
|
* Starter and Template images offer scaling, to avoid smearing
|
||||||
|
on the edges
|
||||||
|
* The "buttonsize" interface size option now offers an "auto"
|
||||||
|
option
|
||||||
|
|
||||||
See CHANGES.txt for the complete list of changes.
|
See CHANGES.txt for the complete list of changes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -215,9 +215,50 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
What's New? </h2>
|
What's New in Tux Paint version 0.9.29? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt><strong>Stamp</strong> tool update</dt>
|
||||||
|
<dd>
|
||||||
|
<a href="#using_tools_drawing_stamp">Stamps</a> may be rotated before being applied to the canvas </dd>
|
||||||
|
|
||||||
|
<dt><strong>Shapes</strong> tool update</dt>
|
||||||
|
<dd>
|
||||||
|
Improvements to <a href="#using_tools_drawing_shapes">Shapes tool</a> behavior when using the "from the corner" stretching mode </dd>
|
||||||
|
|
||||||
|
<dt>New <strong>Fill</strong> tool</dt>
|
||||||
|
<dd>
|
||||||
|
A shaped gradient mode has been added to the <a href="#using_tools_drawing_fill">Fill tool</a> </dd>
|
||||||
|
|
||||||
|
<dt>Fifteen new <strong>Magic</strong> tools <dd>
|
||||||
|
Maze, Googly Eyes, Fur, Circles, Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep Color, Kaleido-4, Kaleido-6, Kaleido-8, Bloom </dd>
|
||||||
|
|
||||||
|
<dt><strong>Eraser</strong> shortcut</dt>
|
||||||
|
<dd>
|
||||||
|
A keyboard shortcut is available for quick access to the <a href="#using_tools_drawing_eraser">Eraser</a> tool </dd>
|
||||||
|
|
||||||
|
<dt><strong>Rainbow Palette</strong> update</dt>
|
||||||
|
<dd>
|
||||||
|
The chosen built-in color, Color Picker (pipette tool) color, or Color Mixer color can be loaded into the <a href="#special_color_options">Rainbow Palette dialog</a> </dd>
|
||||||
|
|
||||||
|
<dt><strong>Quick Start Guide</strong> created</dt>
|
||||||
|
<dd>
|
||||||
|
A new <a href="tuxpaint-quickstart-guide.html">Quick Start Guide</a> explains the basic usage of Tux Paint </dd>
|
||||||
|
|
||||||
|
<dt>Other changes</dt>
|
||||||
|
<dd>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Drawings removed using the <a href="#using_tools_other_open">Open dialog's</a> <strong>Erase</strong> button are moved to the system's Trash can on macOS </li>
|
||||||
|
<li>
|
||||||
|
<a href="EXTENDING.html#starters">Starter</a> and <a href="EXTENDING.html#templates">Template</a> images offer scaling, to avoid smearing on the edges </li>
|
||||||
|
<li>
|
||||||
|
The <a href="OPTIONS.html#video_sound">"<code>buttonsize</code>" interface size option</a> now offers an "auto" option </li>
|
||||||
|
</ul>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
See <a href="../../CHANGES.txt">CHANGES.txt</a> for the complete list of changes. </p>
|
See <a href="../../CHANGES.txt">CHANGES.txt</a> for the complete list of changes. </p>
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,41 @@ Licence
|
||||||
|
|
||||||
Voir COPYING.txt pour le texte complet de la licence GPL.
|
Voir COPYING.txt pour le texte complet de la licence GPL.
|
||||||
|
|
||||||
What's New?
|
What's New in Tux Paint version 0.9.29?
|
||||||
|
|
||||||
|
Stamp tool update
|
||||||
|
Stamps may be rotated before being applied to the canvas
|
||||||
|
|
||||||
|
Shapes tool update
|
||||||
|
Improvements to Shapes tool behavior when using the "from the
|
||||||
|
corner" stretching mode
|
||||||
|
|
||||||
|
New Fill tool
|
||||||
|
A shaped gradient mode has been added to the Fill tool
|
||||||
|
|
||||||
|
Fifteen new Magic tools
|
||||||
|
Maze, Googly Eyes, Fur, Circles, Rays, 3D Glasses, Color Sep.,
|
||||||
|
Saturate, Desaturate, Remove Color, Keep Color, Kaleido-4,
|
||||||
|
Kaleido-6, Kaleido-8, Bloom
|
||||||
|
|
||||||
|
Eraser shortcut
|
||||||
|
A keyboard shortcut is available for quick access to the Eraser
|
||||||
|
tool
|
||||||
|
|
||||||
|
Rainbow Palette update
|
||||||
|
The chosen built-in color, Color Picker (pipette tool) color, or
|
||||||
|
Color Mixer color can be loaded into the Rainbow Palette dialog
|
||||||
|
|
||||||
|
Quick Start Guide created
|
||||||
|
A new Quick Start Guide explains the basic usage of Tux Paint
|
||||||
|
|
||||||
|
Other changes
|
||||||
|
* Drawings removed using the Open dialog's Erase button are
|
||||||
|
moved to the system's Trash can on macOS
|
||||||
|
* Starter and Template images offer scaling, to avoid smearing
|
||||||
|
on the edges
|
||||||
|
* The "buttonsize" interface size option now offers an "auto"
|
||||||
|
option
|
||||||
|
|
||||||
See CHANGES.txt for the complete list of changes.
|
See CHANGES.txt for the complete list of changes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -215,9 +215,50 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
What's New? </h2>
|
What's New in Tux Paint version 0.9.29? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt><strong>Stamp</strong> tool update</dt>
|
||||||
|
<dd>
|
||||||
|
<a href="#using_tools_drawing_stamp">Stamps</a> may be rotated before being applied to the canvas </dd>
|
||||||
|
|
||||||
|
<dt><strong>Shapes</strong> tool update</dt>
|
||||||
|
<dd>
|
||||||
|
Improvements to <a href="#using_tools_drawing_shapes">Shapes tool</a> behavior when using the "from the corner" stretching mode </dd>
|
||||||
|
|
||||||
|
<dt>New <strong>Fill</strong> tool</dt>
|
||||||
|
<dd>
|
||||||
|
A shaped gradient mode has been added to the <a href="#using_tools_drawing_fill">Fill tool</a> </dd>
|
||||||
|
|
||||||
|
<dt>Fifteen new <strong>Magic</strong> tools <dd>
|
||||||
|
Maze, Googly Eyes, Fur, Circles, Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep Color, Kaleido-4, Kaleido-6, Kaleido-8, Bloom </dd>
|
||||||
|
|
||||||
|
<dt><strong>Eraser</strong> shortcut</dt>
|
||||||
|
<dd>
|
||||||
|
A keyboard shortcut is available for quick access to the <a href="#using_tools_drawing_eraser">Eraser</a> tool </dd>
|
||||||
|
|
||||||
|
<dt><strong>Rainbow Palette</strong> update</dt>
|
||||||
|
<dd>
|
||||||
|
The chosen built-in color, Color Picker (pipette tool) color, or Color Mixer color can be loaded into the <a href="#special_color_options">Rainbow Palette dialog</a> </dd>
|
||||||
|
|
||||||
|
<dt><strong>Quick Start Guide</strong> created</dt>
|
||||||
|
<dd>
|
||||||
|
A new <a href="tuxpaint-quickstart-guide.html">Quick Start Guide</a> explains the basic usage of Tux Paint </dd>
|
||||||
|
|
||||||
|
<dt>Other changes</dt>
|
||||||
|
<dd>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Drawings removed using the <a href="#using_tools_other_open">Open dialog's</a> <strong>Erase</strong> button are moved to the system's Trash can on macOS </li>
|
||||||
|
<li>
|
||||||
|
<a href="EXTENDING.html#starters">Starter</a> and <a href="EXTENDING.html#templates">Template</a> images offer scaling, to avoid smearing on the edges </li>
|
||||||
|
<li>
|
||||||
|
The <a href="OPTIONS.html#video_sound">"<code>buttonsize</code>" interface size option</a> now offers an "auto" option </li>
|
||||||
|
</ul>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
See <a href="../../CHANGES.txt">CHANGES.txt</a> for the complete list of changes. </p>
|
See <a href="../../CHANGES.txt">CHANGES.txt</a> for the complete list of changes. </p>
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,41 @@ Licenza
|
||||||
|
|
||||||
Consulte o texto completo da licenza GPL en COPYING.txt.
|
Consulte o texto completo da licenza GPL en COPYING.txt.
|
||||||
|
|
||||||
What's New?
|
What's New in Tux Paint version 0.9.29?
|
||||||
|
|
||||||
|
Stamp tool update
|
||||||
|
Stamps may be rotated before being applied to the canvas
|
||||||
|
|
||||||
|
Shapes tool update
|
||||||
|
Improvements to Shapes tool behavior when using the "from the
|
||||||
|
corner" stretching mode
|
||||||
|
|
||||||
|
New Fill tool
|
||||||
|
A shaped gradient mode has been added to the Fill tool
|
||||||
|
|
||||||
|
Fifteen new Magic tools
|
||||||
|
Maze, Googly Eyes, Fur, Circles, Rays, 3D Glasses, Color Sep.,
|
||||||
|
Saturate, Desaturate, Remove Color, Keep Color, Kaleido-4,
|
||||||
|
Kaleido-6, Kaleido-8, Bloom
|
||||||
|
|
||||||
|
Eraser shortcut
|
||||||
|
A keyboard shortcut is available for quick access to the Eraser
|
||||||
|
tool
|
||||||
|
|
||||||
|
Rainbow Palette update
|
||||||
|
The chosen built-in color, Color Picker (pipette tool) color, or
|
||||||
|
Color Mixer color can be loaded into the Rainbow Palette dialog
|
||||||
|
|
||||||
|
Quick Start Guide created
|
||||||
|
A new Quick Start Guide explains the basic usage of Tux Paint
|
||||||
|
|
||||||
|
Other changes
|
||||||
|
* Drawings removed using the Open dialog's Erase button are
|
||||||
|
moved to the system's Trash can on macOS
|
||||||
|
* Starter and Template images offer scaling, to avoid smearing
|
||||||
|
on the edges
|
||||||
|
* The "buttonsize" interface size option now offers an "auto"
|
||||||
|
option
|
||||||
|
|
||||||
See CHANGES.txt for the complete list of changes.
|
See CHANGES.txt for the complete list of changes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -215,9 +215,50 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
What's New? </h2>
|
What's New in Tux Paint version 0.9.29? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt><strong>Stamp</strong> tool update</dt>
|
||||||
|
<dd>
|
||||||
|
<a href="#using_tools_drawing_stamp">Stamps</a> may be rotated before being applied to the canvas </dd>
|
||||||
|
|
||||||
|
<dt><strong>Shapes</strong> tool update</dt>
|
||||||
|
<dd>
|
||||||
|
Improvements to <a href="#using_tools_drawing_shapes">Shapes tool</a> behavior when using the "from the corner" stretching mode </dd>
|
||||||
|
|
||||||
|
<dt>New <strong>Fill</strong> tool</dt>
|
||||||
|
<dd>
|
||||||
|
A shaped gradient mode has been added to the <a href="#using_tools_drawing_fill">Fill tool</a> </dd>
|
||||||
|
|
||||||
|
<dt>Fifteen new <strong>Magic</strong> tools <dd>
|
||||||
|
Maze, Googly Eyes, Fur, Circles, Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep Color, Kaleido-4, Kaleido-6, Kaleido-8, Bloom </dd>
|
||||||
|
|
||||||
|
<dt><strong>Eraser</strong> shortcut</dt>
|
||||||
|
<dd>
|
||||||
|
A keyboard shortcut is available for quick access to the <a href="#using_tools_drawing_eraser">Eraser</a> tool </dd>
|
||||||
|
|
||||||
|
<dt><strong>Rainbow Palette</strong> update</dt>
|
||||||
|
<dd>
|
||||||
|
The chosen built-in color, Color Picker (pipette tool) color, or Color Mixer color can be loaded into the <a href="#special_color_options">Rainbow Palette dialog</a> </dd>
|
||||||
|
|
||||||
|
<dt><strong>Quick Start Guide</strong> created</dt>
|
||||||
|
<dd>
|
||||||
|
A new <a href="tuxpaint-quickstart-guide.html">Quick Start Guide</a> explains the basic usage of Tux Paint </dd>
|
||||||
|
|
||||||
|
<dt>Other changes</dt>
|
||||||
|
<dd>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Drawings removed using the <a href="#using_tools_other_open">Open dialog's</a> <strong>Erase</strong> button are moved to the system's Trash can on macOS </li>
|
||||||
|
<li>
|
||||||
|
<a href="EXTENDING.html#starters">Starter</a> and <a href="EXTENDING.html#templates">Template</a> images offer scaling, to avoid smearing on the edges </li>
|
||||||
|
<li>
|
||||||
|
The <a href="OPTIONS.html#video_sound">"<code>buttonsize</code>" interface size option</a> now offers an "auto" option </li>
|
||||||
|
</ul>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
See <a href="../../CHANGES.txt">CHANGES.txt</a> for the complete list of changes. </p>
|
See <a href="../../CHANGES.txt">CHANGES.txt</a> for the complete list of changes. </p>
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,41 @@
|
||||||
|
|
||||||
ライセンスの全文は、COPYING.txtをお読みください。
|
ライセンスの全文は、COPYING.txtをお読みください。
|
||||||
|
|
||||||
What's New?
|
What's New in Tux Paint version 0.9.29?
|
||||||
|
|
||||||
|
Stamp tool update
|
||||||
|
Stamps may be rotated before being applied to the canvas
|
||||||
|
|
||||||
|
Shapes tool update
|
||||||
|
Improvements to Shapes tool behavior when using the "from the
|
||||||
|
corner" stretching mode
|
||||||
|
|
||||||
|
New Fill tool
|
||||||
|
A shaped gradient mode has been added to the Fill tool
|
||||||
|
|
||||||
|
Fifteen new Magic tools
|
||||||
|
Maze, Googly Eyes, Fur, Circles, Rays, 3D Glasses, Color Sep.,
|
||||||
|
Saturate, Desaturate, Remove Color, Keep Color, Kaleido-4,
|
||||||
|
Kaleido-6, Kaleido-8, Bloom
|
||||||
|
|
||||||
|
Eraser shortcut
|
||||||
|
A keyboard shortcut is available for quick access to the Eraser
|
||||||
|
tool
|
||||||
|
|
||||||
|
Rainbow Palette update
|
||||||
|
The chosen built-in color, Color Picker (pipette tool) color, or
|
||||||
|
Color Mixer color can be loaded into the Rainbow Palette dialog
|
||||||
|
|
||||||
|
Quick Start Guide created
|
||||||
|
A new Quick Start Guide explains the basic usage of Tux Paint
|
||||||
|
|
||||||
|
Other changes
|
||||||
|
* Drawings removed using the Open dialog's Erase button are
|
||||||
|
moved to the system's Trash can on macOS
|
||||||
|
* Starter and Template images offer scaling, to avoid smearing
|
||||||
|
on the edges
|
||||||
|
* The "buttonsize" interface size option now offers an "auto"
|
||||||
|
option
|
||||||
|
|
||||||
See CHANGES.txt for the complete list of changes.
|
See CHANGES.txt for the complete list of changes.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -215,9 +215,50 @@
|
||||||
<section class="indent">
|
<section class="indent">
|
||||||
<header>
|
<header>
|
||||||
<h2>
|
<h2>
|
||||||
What's New? </h2>
|
What's New in Tux Paint version 0.9.29? </h2>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt><strong>Stamp</strong> tool update</dt>
|
||||||
|
<dd>
|
||||||
|
<a href="#using_tools_drawing_stamp">Stamps</a> may be rotated before being applied to the canvas </dd>
|
||||||
|
|
||||||
|
<dt><strong>Shapes</strong> tool update</dt>
|
||||||
|
<dd>
|
||||||
|
Improvements to <a href="#using_tools_drawing_shapes">Shapes tool</a> behavior when using the "from the corner" stretching mode </dd>
|
||||||
|
|
||||||
|
<dt>New <strong>Fill</strong> tool</dt>
|
||||||
|
<dd>
|
||||||
|
A shaped gradient mode has been added to the <a href="#using_tools_drawing_fill">Fill tool</a> </dd>
|
||||||
|
|
||||||
|
<dt>Fifteen new <strong>Magic</strong> tools <dd>
|
||||||
|
Maze, Googly Eyes, Fur, Circles, Rays, 3D Glasses, Color Sep., Saturate, Desaturate, Remove Color, Keep Color, Kaleido-4, Kaleido-6, Kaleido-8, Bloom </dd>
|
||||||
|
|
||||||
|
<dt><strong>Eraser</strong> shortcut</dt>
|
||||||
|
<dd>
|
||||||
|
A keyboard shortcut is available for quick access to the <a href="#using_tools_drawing_eraser">Eraser</a> tool </dd>
|
||||||
|
|
||||||
|
<dt><strong>Rainbow Palette</strong> update</dt>
|
||||||
|
<dd>
|
||||||
|
The chosen built-in color, Color Picker (pipette tool) color, or Color Mixer color can be loaded into the <a href="#special_color_options">Rainbow Palette dialog</a> </dd>
|
||||||
|
|
||||||
|
<dt><strong>Quick Start Guide</strong> created</dt>
|
||||||
|
<dd>
|
||||||
|
A new <a href="tuxpaint-quickstart-guide.html">Quick Start Guide</a> explains the basic usage of Tux Paint </dd>
|
||||||
|
|
||||||
|
<dt>Other changes</dt>
|
||||||
|
<dd>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Drawings removed using the <a href="#using_tools_other_open">Open dialog's</a> <strong>Erase</strong> button are moved to the system's Trash can on macOS </li>
|
||||||
|
<li>
|
||||||
|
<a href="EXTENDING.html#starters">Starter</a> and <a href="EXTENDING.html#templates">Template</a> images offer scaling, to avoid smearing on the edges </li>
|
||||||
|
<li>
|
||||||
|
The <a href="OPTIONS.html#video_sound">"<code>buttonsize</code>" interface size option</a> now offers an "auto" option </li>
|
||||||
|
</ul>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
See <a href="../../CHANGES.txt">CHANGES.txt</a> for the complete list of changes. </p>
|
See <a href="../../CHANGES.txt">CHANGES.txt</a> for the complete list of changes. </p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue