chore: bump release info to 1.3.0
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
|
|
||||||
project(pineapple-pictures VERSION 1.2.1) # don't forget to update NEWS file and AppStream metadata.
|
project(pineapple-pictures VERSION 1.3.0) # don't forget to update NEWS file and AppStream metadata.
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
include(FeatureSummary)
|
include(FeatureSummary)
|
||||||
|
|||||||
21
NEWS
21
NEWS
@ -1,3 +1,23 @@
|
|||||||
|
Version 1.3.0
|
||||||
|
~~~~~~~~~~~~~
|
||||||
|
Released: 2025-12-20
|
||||||
|
|
||||||
|
Features:
|
||||||
|
* New option to limit SVG support to SVG Tiny 1.2 standard
|
||||||
|
* Windows: ship tools and configurations that help user associate image files to this program
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
* Fix window not appear at the screen that the mouse cursor is at
|
||||||
|
* Fix Windows prebuilt binary having AVIF plugin included but not actually support it
|
||||||
|
|
||||||
|
Miscellaneous:
|
||||||
|
* CPack DEB: will now recommend "kimageformat6-plugins" instead of the KF5 version
|
||||||
|
* Update translations
|
||||||
|
* Update exiv2 version for Windows binary build
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
VenusGirl, Andrey
|
||||||
|
|
||||||
Version 1.2.1
|
Version 1.2.1
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~
|
||||||
Released: 2025-11-22
|
Released: 2025-11-22
|
||||||
@ -214,4 +234,3 @@ Bugfixes:
|
|||||||
|
|
||||||
Contributors:
|
Contributors:
|
||||||
yyc12345
|
yyc12345
|
||||||
|
|
||||||
|
|||||||
@ -81,6 +81,28 @@
|
|||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
|
<release type="stable" version="1.3.0" date="2025-12-20T00:00:00Z">
|
||||||
|
<description>
|
||||||
|
<p>This release adds the following features:</p>
|
||||||
|
<ul>
|
||||||
|
<li>New option to limit SVG support to SVG Tiny 1.2 standard</li>
|
||||||
|
<li>Windows: ship tools and configurations that help user associate image files to this program</li>
|
||||||
|
</ul>
|
||||||
|
<p>This release fixes the following bugs:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Fix window not appear at the screen that the mouse cursor is at</li>
|
||||||
|
<li>Fix Windows prebuilt binary having AVIF plugin included but not actually support it</li>
|
||||||
|
</ul>
|
||||||
|
<p>This release includes the following changes:</p>
|
||||||
|
<ul>
|
||||||
|
<li>CPack DEB: will now recommend "kimageformat6-plugins" instead of the KF5 version</li>
|
||||||
|
<li>Update translations</li>
|
||||||
|
<li>Update exiv2 version for Windows binary build</li>
|
||||||
|
</ul>
|
||||||
|
<p>With contributions from:</p>
|
||||||
|
<p>VenusGirl, Andrey</p>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release type="stable" version="1.2.1" date="2025-11-22T00:00:00Z">
|
<release type="stable" version="1.2.1" date="2025-11-22T00:00:00Z">
|
||||||
<description>
|
<description>
|
||||||
<p>This release fixes the following bug:</p>
|
<p>This release fixes the following bug:</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user