Skip to content

Commit

Permalink
v6.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Sep 26, 2022
1 parent d62f393 commit fbd7989
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
@@ -1,3 +1,9 @@
# 6.3.2

## Fixed

- Fixes potential crash when rendering an empty item list.

# 6.3.1

## Fixed
Expand Down
1 change: 1 addition & 0 deletions shared/com.github.hluk.copyq.appdata.xml
Expand Up @@ -26,6 +26,7 @@
<url type="translate">https://hosted.weblate.org/engage/copyq/</url>

<releases>
<release version="6.3.2" date="2022-09-26" />
<release version="6.3.1" date="2022-09-25" />
<release version="6.3.0" date="2022-09-18" />
<release version="6.2.0" date="2022-07-06" />
Expand Down
2 changes: 1 addition & 1 deletion src/item/itemwidget.h
Expand Up @@ -47,7 +47,7 @@ using ItemSaverPtr = std::shared_ptr<ItemSaverInterface>;
class ItemScriptableFactoryInterface;
using ItemScriptableFactoryPtr = std::shared_ptr<ItemScriptableFactoryInterface>;

#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.
Expand Down
2 changes: 1 addition & 1 deletion 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)
Expand Down

0 comments on commit fbd7989

Please sign in to comment.