File tree Expand file tree Collapse file tree 3 files changed +34
-5
lines changed
Expand file tree Collapse file tree 3 files changed +34
-5
lines changed Original file line number Diff line number Diff line change 1- # SPDX-FileCopyrightText: 2022 - 2024 Gary Wang <git@blumia.net>
1+ # SPDX-FileCopyrightText: 2022 - 2025 Gary Wang <git@blumia.net>
22#
33# SPDX-License-Identifier: MIT
44
55cmake_minimum_required (VERSION 3.16 )
66
7- project (pineapple-pictures VERSION 0.9.1 ) # don't forget to update NEWS file and AppStream metadata.
7+ project (pineapple-pictures VERSION 0.9.2 ) # don't forget to update NEWS file and AppStream metadata.
88
9- include (GNUInstallDirs )
10- include (FeatureSummary )
9+ include (GNUInstallDirs )
10+ include (FeatureSummary )
1111
1212option (EXIV2_METADATA_SUPPORT "Better image metadata support via libexiv2" ON )
1313option (PREFER_QT_5 "Prefer to use Qt 5" OFF )
@@ -44,7 +44,7 @@ if (EXIV2_METADATA_SUPPORT)
4444 set_package_properties (exiv2 PROPERTIES
4545 URL "https://www.exiv2.org"
4646 DESCRIPTION "image metadata support"
47- TYPE OPTIONAL
47+ TYPE RECOMMENDED
4848 PURPOSE "Bring better image metadata support"
4949 )
5050endif ()
Original file line number Diff line number Diff line change 1+ Version 0.9.2
2+ ~~~~~~~~~~~~~
3+ Released: 2025-03-05
4+
5+ Bugfixes:
6+ * Refer to the right exiv2 CMake module so it can be found on Linux
7+
8+ Miscellaneous:
9+ * Convert DEP5 to REUSE.toml for better REUSE compliance
10+ * Update translations
11+
12+ Contributors:
13+ Pino Toscano, TamilNeram
14+
115Version 0.9.1
216~~~~~~~~~~~~~
317Released: 2025-01-25
Original file line number Diff line number Diff line change 8080 </screenshot >
8181 </screenshots >
8282 <releases >
83+ <release type =" stable" version =" 0.9.2" date =" 2025-03-05T00:00:00Z" >
84+ <description >
85+ <p >This release fixes the following bug:</p >
86+ <ul >
87+ <li >Refer to the right exiv2 CMake module so it can be found on Linux</li >
88+ </ul >
89+ <p >This release includes the following changes:</p >
90+ <ul >
91+ <li >Convert DEP5 to REUSE.toml for better REUSE compliance</li >
92+ <li >Update translations</li >
93+ </ul >
94+ <p >With contributions from:</p >
95+ <p >Pino Toscano, TamilNeram</p >
96+ </description >
97+ </release >
8398 <release type =" stable" version =" 0.9.1" date =" 2025-01-25T00:00:00Z" >
8499 <description >
85100 <p >This release adds the following features:</p >
You can’t perform that action at this time.
0 commit comments