Skip to content

Commit 390f475

Browse files
committed
Release 5.0.0 version
1 parent bf9dd35 commit 390f475

12 files changed

+17
-17
lines changed

Cargo.lock

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

Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 5.0.0 - ?.?.2022r
1+
## Version 5.0.0 - 28.07.2022r
22
- GUI ported to use GTK 4 - [#466](https://github.com/qarmin/czkawka/pull/466)
33
- Use multithreading and improved algorithm to compare image hashes - [#762](https://github.com/qarmin/czkawka/pull/762)
44
- Resize preview with window - [#466](https://github.com/qarmin/czkawka/pull/466)

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 = "4.1.0"
3+
version = "5.0.0"
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 = "4.1.0"
20+
version = "5.0.0"
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 = "4.1.0"
3+
version = "5.0.0"
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 = "4.1.0"
3+
version = "5.0.0"
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 = "4.1.0"
62+
version = "5.0.0"
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">4.1.0</property>
14+
<property name="version">5.0.0</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","4.1.0",None,None,None,None,None),
324+
(3,1,"GtkAboutDialog","version","5.0.0",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 4.1.0",1,None,None,None,None),
663+
(5,178,"GtkEditable","text","Czkawka 5.0.0",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 4.1.0</property>
1084+
<property name="text" translatable="yes">Czkawka 5.0.0</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="4.1.0" date="2021-04-24"/>
22+
<release version="5.0.0" date="2021-07-28"/>
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="4.1.0"
2+
NUMBER="5.0.0"
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="4.1.0"
2+
NUMBER="5.0.0"
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: '4.1.0' # just for humans, typically '1.2+git' or '1.3.2'
3+
version: '5.0.0' # 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)