Skip to content

Commit f16818d

Browse files
committed
Release 5.0.2 version
1 parent d29935d commit f16818d

12 files changed

+33
-25
lines changed

Cargo.lock

+13-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Version 5.0.2 - 30.08.2022r
2+
- Fixed problem with missing some similar images when using similarity > 0 - [#799](https://github.com/qarmin/czkawka/pull/799)
3+
- Prebuilt Linux binaries are compiled without heif support - [24b](https://github.com/qarmin/czkawka/commit/24b64a32c65904c506b54270f0977ccbe5098cc8)
4+
- Similar videos stops to proceed video after certain amount of time(fixes freezes) - [#815](https://github.com/qarmin/czkawka/pull/815)
5+
- Add --version argument for czkawka_cli - [#806](https://github.com/qarmin/czkawka/pull/806)
6+
- Rewrite a little nonsense message about minimal file size - [#807](https://github.com/qarmin/czkawka/pull/807)
7+
18
## Version 5.0.1 - 03.08.2022r
29
- Fixed problem with removing ending slash with empty disk window path - [975](https://github.com/qarmin/czkawka/commit/97563a7b2a70fb5fcf6463f28069e6ea3b0ff5c2)
310
- Added to CLI bad extensions mode - [#795](https://github.com/qarmin/czkawka/pull/795)

czkawka_cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "czkawka_cli"
3-
version = "5.0.1"
3+
version = "5.0.2"
44
authors = ["Rafał Mikrut <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.60"
@@ -17,7 +17,7 @@ image_hasher = "1.0.0"
1717

1818
[dependencies.czkawka_core]
1919
path = "../czkawka_core"
20-
version = "5.0.1"
20+
version = "5.0.2"
2121
features = []
2222

2323
[features]

czkawka_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "czkawka_core"
3-
version = "5.0.1"
3+
version = "5.0.2"
44
authors = ["Rafał Mikrut <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.60"

czkawka_gui/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "czkawka_gui"
3-
version = "5.0.1"
3+
version = "5.0.2"
44
authors = ["Rafał Mikrut <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.60"
@@ -59,7 +59,7 @@ features = ["v4_6"]
5959

6060
[dependencies.czkawka_core]
6161
path = "../czkawka_core"
62-
version = "5.0.1"
62+
version = "5.0.2"
6363
features = []
6464

6565
[features]

czkawka_gui/ui/about_dialog.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ This program is free to use and will always be.
1111
<property name="license-type">mit-x11</property>
1212
<property name="logo-icon-name">help-about-symbolic</property>
1313
<property name="program-name">Czkawka</property>
14-
<property name="version">5.0.1</property>
14+
<property name="version">5.0.2</property>
1515
</object>
1616
</interface>

czkawka_gui/ui/czkawka.cmb

+2-2
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
(3,1,"GtkAboutDialog","license-type","mit-x11",None,None,None,None,None),
322322
(3,1,"GtkAboutDialog","logo-icon-name","help-about-symbolic",None,None,None,None,None),
323323
(3,1,"GtkAboutDialog","program-name","Czkawka",None,None,None,None,None),
324-
(3,1,"GtkAboutDialog","version","5.0.1",None,None,None,None,None),
324+
(3,1,"GtkAboutDialog","version","5.0.2",None,None,None,None,None),
325325
(4,2,"GtkOrientable","orientation","vertical",None,None,None,None,None),
326326
(4,2,"GtkWidget","vexpand","1",None,None,None,None,None),
327327
(4,4,"GtkLabel","label","Group XD/PER XD (99 images in current group)",1,None,None,None,None),
@@ -660,7 +660,7 @@
660660
(5,177,"GtkWidget","focusable","1",None,None,None,None,None),
661661
(5,177,"GtkWidget","hexpand","1",None,None,None,None,None),
662662
(5,178,"GtkEditable","editable","0",None,None,None,None,None),
663-
(5,178,"GtkEditable","text","Czkawka 5.0.1",1,None,None,None,None),
663+
(5,178,"GtkEditable","text","Czkawka 5.0.2",1,None,None,None,None),
664664
(5,178,"GtkEditable","xalign","1",None,None,None,None,None),
665665
(5,178,"GtkEntry","has-frame","0",None,None,None,None,None),
666666
(5,178,"GtkWidget","focusable","1",None,None,None,None,None),

czkawka_gui/ui/main_window.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@
10811081
<property name="editable">0</property>
10821082
<property name="focusable">1</property>
10831083
<property name="has-frame">0</property>
1084-
<property name="text" translatable="yes">Czkawka 5.0.1</property>
1084+
<property name="text" translatable="yes">Czkawka 5.0.2</property>
10851085
<property name="xalign">1</property>
10861086
</object>
10871087
</child>

data/com.github.qarmin.czkawka.metainfo.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</screenshot>
2020
</screenshots>
2121
<releases>
22-
<release version="5.0.1" date="2022-08-03"/>
22+
<release version="5.0.2" date="2022-08-30"/>
2323
</releases>
2424
<content_rating type="oars-1.0"/>
2525
<developer_name>Rafał Mikrut</developer_name>

misc/cargo/PublishCore.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
NUMBER="5.0.1"
2+
NUMBER="5.0.2"
33
CZKAWKA_PATH="/home/rafal"
44

55
cd "$CZKAWKA_PATH"

misc/cargo/PublishOther.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
NUMBER="5.0.1"
2+
NUMBER="5.0.2"
33
CZKAWKA_PATH="/home/rafal"
44

55
cd "$CZKAWKA_PATH"

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: czkawka # you probably want to 'snapcraft register <name>'
22
base: core22 # the base snap is the execution environment for this snap
3-
version: '5.0.1' # just for humans, typically '1.2+git' or '1.3.2'
3+
version: '5.0.2' # just for humans, typically '1.2+git' or '1.3.2'
44
summary: Czkawka - fast data cleaner written in Rust # 79 char long summary
55
description: |
66
Czkawka is very fast and feature rich cleaner which finds file duplicates, empty folders and files, duplicated music, similar images or the biggest files in selected directories.

0 commit comments

Comments
 (0)