File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed 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.4.0" date =" 2023-01-19" />
29
30
<release version =" 6.3.2" date =" 2022-09-26" />
30
31
<release version =" 6.3.1" date =" 2022-09-25" />
31
32
<release version =" 6.3.0" date =" 2022-09-18" />
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ using ItemSaverPtr = std::shared_ptr<ItemSaverInterface>;
30
30
class ItemScriptableFactoryInterface ;
31
31
using ItemScriptableFactoryPtr = std::shared_ptr<ItemScriptableFactoryInterface>;
32
32
33
- #define COPYQ_PLUGIN_ITEM_LOADER_ID " com.github.hluk.copyq.itemloader/6.3.2 "
33
+ #define COPYQ_PLUGIN_ITEM_LOADER_ID " com.github.hluk.copyq.itemloader/6.4.0 "
34
34
35
35
/* *
36
36
* Handles item in list.
Original file line number Diff line number Diff line change 1
- set (copyq_version "6.3.2 " )
1
+ set (copyq_version "6.4.0 " )
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