Skip to content

Commit 9dd34b3

Browse files
committed
chore: bump release info to 1.2.1
1 parent adfe6c5 commit 9dd34b3

4 files changed

Lines changed: 36 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
cmake_minimum_required(VERSION 3.16)
66

7-
project(pineapple-pictures VERSION 1.2.0) # don't forget to update NEWS file and AppStream metadata.
7+
project(pineapple-pictures VERSION 1.2.1) # don't forget to update NEWS file and AppStream metadata.
88

99
include(GNUInstallDirs)
1010
include(FeatureSummary)

NEWS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Version 1.2.1
2+
~~~~~~~~~~~~~
3+
Released: 2025-11-22
4+
5+
Bugfixes:
6+
* Fix incorrect color when display some CMYK images.
7+
8+
Miscellaneous:
9+
* Now use Qt 6.10.1 for pre-built binary
10+
* Update README description and AppStream metainfo
11+
* Update translations
12+
* Update libavif, AOM and expat version for Windows binary build
13+
14+
Contributors:
15+
albanobattistella
16+
117
Version 1.2.0
218
~~~~~~~~~~~~~
319
Released: 2025-09-21

app/aboutdialog.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2022 Gary Wang <wzc782970009@gmail.com>
1+
// SPDX-FileCopyrightText: 2025 Gary Wang <git@blumia.net>
22
//
33
// SPDX-License-Identifier: MIT
44

@@ -105,7 +105,7 @@ AboutDialog::AboutDialog(QWidget *parent)
105105

106106
const QString mitLicense(QStringLiteral(R"(Expat/MIT License
107107
108-
Copyright (c) 2025 BLumia
108+
Copyright &copy; 2025 BLumia
109109
110110
Permission is hereby granted, free of charge, to any person obtaining a copy
111111
of this software and associated documentation files (the "Software"), to deal

dist/appstream/net.blumia.pineapple-pictures.metainfo.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,23 @@
8181
</screenshot>
8282
</screenshots>
8383
<releases>
84+
<release type="stable" version="1.2.1" date="2025-11-22T00:00:00Z">
85+
<description>
86+
<p>This release fixes the following bug:</p>
87+
<ul>
88+
<li>Fix incorrect color when display some CMYK images.</li>
89+
</ul>
90+
<p>This release includes the following changes:</p>
91+
<ul>
92+
<li>Now use Qt 6.10.1 for pre-built binary</li>
93+
<li>Update README description and AppStream metainfo</li>
94+
<li>Update translations</li>
95+
<li>Update libavif, AOM and expat version for Windows binary build</li>
96+
</ul>
97+
<p>With contributions from:</p>
98+
<p>albanobattistella</p>
99+
</description>
100+
</release>
84101
<release type="stable" version="1.2.0" date="2025-09-21T00:00:00Z">
85102
<description>
86103
<p>This release adds the following features:</p>

0 commit comments

Comments
 (0)