Skip to content

Commit fbd7989

Browse files
committed
v6.3.2
1 parent d62f393 commit fbd7989

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 6.3.2
2+
3+
## Fixed
4+
5+
- Fixes potential crash when rendering an empty item list.
6+
17
# 6.3.1
28

39
## Fixed

shared/com.github.hluk.copyq.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<url type="translate">https://hosted.weblate.org/engage/copyq/</url>
2727

2828
<releases>
29+
<release version="6.3.2" date="2022-09-26" />
2930
<release version="6.3.1" date="2022-09-25" />
3031
<release version="6.3.0" date="2022-09-18" />
3132
<release version="6.2.0" date="2022-07-06" />

src/item/itemwidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ using ItemSaverPtr = std::shared_ptr<ItemSaverInterface>;
4747
class ItemScriptableFactoryInterface;
4848
using ItemScriptableFactoryPtr = std::shared_ptr<ItemScriptableFactoryInterface>;
4949

50-
#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/6.3.1"
50+
#define COPYQ_PLUGIN_ITEM_LOADER_ID "com.github.hluk.copyq.itemloader/6.3.2"
5151

5252
/**
5353
* Handles item in list.

src/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
set(copyq_version "6.3.1")
1+
set(copyq_version "6.3.2")
22

33
set(copyq_github_sha "$ENV{GITHUB_SHA}")
44
if (copyq_github_sha)

0 commit comments

Comments
 (0)