From fbd79890273bae1216ee1cc7a604bf3968e22d2d Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Mon, 26 Sep 2022 16:45:44 +0200 Subject: [PATCH] v6.3.2 --- CHANGES.md | 6 ++++++ shared/com.github.hluk.copyq.appdata.xml | 1 + src/item/itemwidget.h | 2 +- src/version.cmake | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index b4fde1e540..91b44897c4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +# 6.3.2 + +## Fixed + +- Fixes potential crash when rendering an empty item list. + # 6.3.1 ## Fixed diff --git a/shared/com.github.hluk.copyq.appdata.xml b/shared/com.github.hluk.copyq.appdata.xml index 424c35f7d6..a30a642786 100644 --- a/shared/com.github.hluk.copyq.appdata.xml +++ b/shared/com.github.hluk.copyq.appdata.xml @@ -26,6 +26,7 @@ https://hosted.weblate.org/engage/copyq/ + diff --git a/src/item/itemwidget.h b/src/item/itemwidget.h index 97937ac128..9789e2a61e 100644 --- a/src/item/itemwidget.h +++ b/src/item/itemwidget.h @@ -47,7 +47,7 @@ using ItemSaverPtr = std::shared_ptr; class ItemScriptableFactoryInterface; using ItemScriptableFactoryPtr = std::shared_ptr; -#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/6.3.1" +#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/6.3.2" /** * Handles item in list. diff --git a/src/version.cmake b/src/version.cmake index b97b7cb803..93d40742b3 100644 --- a/src/version.cmake +++ b/src/version.cmake @@ -1,4 +1,4 @@ -set(copyq_version "6.3.1") +set(copyq_version "6.3.2") set(copyq_github_sha "$ENV{GITHUB_SHA}") if (copyq_github_sha)