app, desktop: prepare AppData <release/> item for upcoming GIMP 2.99.14.

This commit is contained in:
Jehan 2022-11-09 15:31:39 +01:00
parent b674fd33f0
commit 6083fd81a1
2 changed files with 37 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "libgimpcolor/gimpcolor.h"
#include "libgimpconfig/gimpconfig.h"
#include "libgimpwidgets/gimpwidgets.h"
#include "libgimpwidgets/gimpwidgets-private.h"
#include "tools-types.h"
@ -840,6 +841,7 @@ gimp_text_options_gui (GimpToolOptions *tool_options)
gtk_size_group_add_widget (size_group, button);
outline_frame = gimp_frame_new (_("Outline Options"));
gimp_widget_set_identifier (outline_frame, "text-outline-settings");
gtk_box_pack_start (GTK_BOX (options_vbox), outline_frame, FALSE, FALSE, 0);
gtk_widget_show (outline_frame);

View File

@ -74,6 +74,41 @@
</provides>
<releases>
<release version="2.99.14" date="2022-11-13" type="development">
<description>
<p>
GIMP 2.99.14 was released with the following noteworthy improvements:
</p>
<ul>
<li demo="toolbox:align,
tool-options">
Align and Distribute tool: completely reworked usage
</li>
<li demo="toolbox:text,
tool-options:outline=2,
tool-options:text-outline-settings">
Text tool: new "Outlined" and "Outlined and filled" options
</li>
<li>Floating selections not created anymore when pasting new layers</li>
<li>New "Gray" theme based on a 18.42% luminance middle-gray background</li>
<li>Icon sizes can be overriden in Preferences > Themes</li>
<li>Faster save of XCF files</li>
<li>XCF file format improved with a proper structure for path items</li>
<li>PDF export: new "Root layers only" sub-option for "Layers as pages"</li>
<li>AVIF export: improved compatibility with various browsers' implementations</li>
<li>PSD export: CMYK support added</li>
<li>JPEG-XL: metadata are now imported and exported</li>
<li>ICNS: initial import/export support</li>
<li>TIFF import: new option "Show reduced images"</li>
<li>More progression for the GTK+3 port</li>
<li>New and modified functions or classes for the upcoming 3.0 API</li>
</ul>
</description>
</release>
<release version="2.99.12" date="2022-08-21" type="development">
<description>
<p>