File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 6.3.2
2
+
3
+ ## Fixed
4
+
5
+ - Fixes potential crash when rendering an empty item list.
6
+
1
7
# 6.3.1
2
8
3
9
## Fixed
Original file line number Diff line number Diff line change 26
26
<url type =" translate" >https://hosted.weblate.org/engage/copyq/</url >
27
27
28
28
<releases >
29
+ <release version =" 6.3.2" date =" 2022-09-26" />
29
30
<release version =" 6.3.1" date =" 2022-09-25" />
30
31
<release version =" 6.3.0" date =" 2022-09-18" />
31
32
<release version =" 6.2.0" date =" 2022-07-06" />
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ using ItemSaverPtr = std::shared_ptr<ItemSaverInterface>;
47
47
class ItemScriptableFactoryInterface ;
48
48
using ItemScriptableFactoryPtr = std::shared_ptr<ItemScriptableFactoryInterface>;
49
49
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 "
51
51
52
52
/* *
53
53
* Handles item in list.
Original file line number Diff line number Diff line change 1
- set (copyq_version "6.3.1 " )
1
+ set (copyq_version "6.3.2 " )
2
2
3
3
set (copyq_github_sha "$ENV{GITHUB_SHA} " )
4
4
if (copyq_github_sha)
You can’t perform that action at this time.
0 commit comments