From 9dd34b3fce02470254dec01698e8d0f3be38b8a1 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Fri, 21 Nov 2025 20:42:44 +0800 Subject: [PATCH] chore: bump release info to 1.2.1 --- CMakeLists.txt | 2 +- NEWS | 16 ++++++++++++++++ app/aboutdialog.cpp | 4 ++-- .../net.blumia.pineapple-pictures.metainfo.xml | 17 +++++++++++++++++ 4 files changed, 36 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d41cad5..74cdd1f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.16) -project(pineapple-pictures VERSION 1.2.0) # don't forget to update NEWS file and AppStream metadata. +project(pineapple-pictures VERSION 1.2.1) # don't forget to update NEWS file and AppStream metadata. include(GNUInstallDirs) include(FeatureSummary) diff --git a/NEWS b/NEWS index c81e470..8a079c9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Version 1.2.1 +~~~~~~~~~~~~~ +Released: 2025-11-22 + +Bugfixes: + * Fix incorrect color when display some CMYK images. + +Miscellaneous: + * Now use Qt 6.10.1 for pre-built binary + * Update README description and AppStream metainfo + * Update translations + * Update libavif, AOM and expat version for Windows binary build + +Contributors: + albanobattistella + Version 1.2.0 ~~~~~~~~~~~~~ Released: 2025-09-21 diff --git a/app/aboutdialog.cpp b/app/aboutdialog.cpp index 3cd2a68..41cc1b3 100644 --- a/app/aboutdialog.cpp +++ b/app/aboutdialog.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2022 Gary Wang +// SPDX-FileCopyrightText: 2025 Gary Wang // // SPDX-License-Identifier: MIT @@ -105,7 +105,7 @@ AboutDialog::AboutDialog(QWidget *parent) const QString mitLicense(QStringLiteral(R"(Expat/MIT License -Copyright (c) 2025 BLumia +Copyright © 2025 BLumia Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml b/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml index 301f269..bcdc13f 100644 --- a/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml +++ b/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml @@ -81,6 +81,23 @@ + + +

This release fixes the following bug:

+
    +
  • Fix incorrect color when display some CMYK images.
  • +
+

This release includes the following changes:

+
    +
  • Now use Qt 6.10.1 for pre-built binary
  • +
  • Update README description and AppStream metainfo
  • +
  • Update translations
  • +
  • Update libavif, AOM and expat version for Windows binary build
  • +
+

With contributions from:

+

albanobattistella

+
+

This release adds the following features: