diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index e03a02ad7..0065e0aa2 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -6,7 +6,7 @@ Copyright (c) 2002-2023 Various contributors (see below, and AUTHORS.txt) https://tuxpaint.org/ -2023.June.19 (0.9.31) +2023.June.26 (0.9.31) * New Magic Tools: ---------------- * Loops - Draw loop-the-loops. diff --git a/src/org.tuxpaint.Tuxpaint.appdata.xml.in b/src/org.tuxpaint.Tuxpaint.appdata.xml.in index a4c7a94c5..8917b8109 100644 --- a/src/org.tuxpaint.Tuxpaint.appdata.xml.in +++ b/src/org.tuxpaint.Tuxpaint.appdata.xml.in @@ -4,7 +4,7 @@ org.tuxpaint.Tuxpaint CC0-1.0 - GPL-3.0+ + GPL-2.0+ Tux Paint A drawing program for children @@ -43,13 +43,15 @@ - +

New Magic tools: Loops, Ribbon, Smooth, and Squiggles.

-

Eraser tool now offers fuzzy erasers.

-

Turn saved drawings into Templates (found in the New dialog) within Tux Paint (via the Open dialog). These may be deleted from the New dialog.

-

Specify UI font, via "uifont" configuration option. (List available fonts with "--listfonts" on the command-line.)

+

Eraser tool now offers fuzzy (soft-edged) erasers.

+

Turn saved drawings into Templates (found in the New dialog) from within Tux Paint itself (via the Open dialog). (They may subsequently be deleted from the New dialog.)

"Erase" option to remove saved drawings from the Open dialog and exported templates from the New dialog may be disabled, via "noerase" configuration option.

+

Specify the user interface font, via "uifont" configuration option. (List available fonts with "--listfonts" on the command-line.)

+

Different (default) user interface fonts are once again used for under different locales.

+

Minor improvements to the selection buttons for the 'special' colors (pipette, HSV picker, and color mixer).