Release 5.0.0 version

pull/796/head 5.0.0
Rafał Mikrut 2 years ago
parent bf9dd352dd
commit 390f4751e8

6
Cargo.lock generated

@ -465,7 +465,7 @@ dependencies = [
[[package]] [[package]]
name = "czkawka_cli" name = "czkawka_cli"
version = "4.1.0" version = "5.0.0"
dependencies = [ dependencies = [
"clap", "clap",
"czkawka_core", "czkawka_core",
@ -474,7 +474,7 @@ dependencies = [
[[package]] [[package]]
name = "czkawka_core" name = "czkawka_core"
version = "4.1.0" version = "5.0.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"audio_checker", "audio_checker",
@ -514,7 +514,7 @@ dependencies = [
[[package]] [[package]]
name = "czkawka_gui" name = "czkawka_gui"
version = "4.1.0" version = "5.0.0"
dependencies = [ dependencies = [
"chrono", "chrono",
"crossbeam-channel", "crossbeam-channel",

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

@ -1,6 +1,6 @@
[package] [package]
name = "czkawka_cli" name = "czkawka_cli"
version = "4.1.0" version = "5.0.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"] authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2021" edition = "2021"
rust-version = "1.60" rust-version = "1.60"
@ -17,7 +17,7 @@ image_hasher = "1.0.0"
[dependencies.czkawka_core] [dependencies.czkawka_core]
path = "../czkawka_core" path = "../czkawka_core"
version = "4.1.0" version = "5.0.0"
features = [] features = []
[features] [features]

@ -1,6 +1,6 @@
[package] [package]
name = "czkawka_core" name = "czkawka_core"
version = "4.1.0" version = "5.0.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"] authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2021" edition = "2021"
rust-version = "1.60" rust-version = "1.60"

@ -1,6 +1,6 @@
[package] [package]
name = "czkawka_gui" name = "czkawka_gui"
version = "4.1.0" version = "5.0.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"] authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2021" edition = "2021"
rust-version = "1.60" rust-version = "1.60"
@ -59,7 +59,7 @@ features = ["v4_6"]
[dependencies.czkawka_core] [dependencies.czkawka_core]
path = "../czkawka_core" path = "../czkawka_core"
version = "4.1.0" version = "5.0.0"
features = [] features = []
[features] [features]

@ -11,6 +11,6 @@ This program is free to use and will always be.
<property name="license-type">mit-x11</property> <property name="license-type">mit-x11</property>
<property name="logo-icon-name">help-about-symbolic</property> <property name="logo-icon-name">help-about-symbolic</property>
<property name="program-name">Czkawka</property> <property name="program-name">Czkawka</property>
<property name="version">4.1.0</property> <property name="version">5.0.0</property>
</object> </object>
</interface> </interface>

@ -321,7 +321,7 @@
(3,1,"GtkAboutDialog","license-type","mit-x11",None,None,None,None,None), (3,1,"GtkAboutDialog","license-type","mit-x11",None,None,None,None,None),
(3,1,"GtkAboutDialog","logo-icon-name","help-about-symbolic",None,None,None,None,None), (3,1,"GtkAboutDialog","logo-icon-name","help-about-symbolic",None,None,None,None,None),
(3,1,"GtkAboutDialog","program-name","Czkawka",None,None,None,None,None), (3,1,"GtkAboutDialog","program-name","Czkawka",None,None,None,None,None),
(3,1,"GtkAboutDialog","version","4.1.0",None,None,None,None,None), (3,1,"GtkAboutDialog","version","5.0.0",None,None,None,None,None),
(4,2,"GtkOrientable","orientation","vertical",None,None,None,None,None), (4,2,"GtkOrientable","orientation","vertical",None,None,None,None,None),
(4,2,"GtkWidget","vexpand","1",None,None,None,None,None), (4,2,"GtkWidget","vexpand","1",None,None,None,None,None),
(4,4,"GtkLabel","label","Group XD/PER XD (99 images in current group)",1,None,None,None,None), (4,4,"GtkLabel","label","Group XD/PER XD (99 images in current group)",1,None,None,None,None),
@ -660,7 +660,7 @@
(5,177,"GtkWidget","focusable","1",None,None,None,None,None), (5,177,"GtkWidget","focusable","1",None,None,None,None,None),
(5,177,"GtkWidget","hexpand","1",None,None,None,None,None), (5,177,"GtkWidget","hexpand","1",None,None,None,None,None),
(5,178,"GtkEditable","editable","0",None,None,None,None,None), (5,178,"GtkEditable","editable","0",None,None,None,None,None),
(5,178,"GtkEditable","text","Czkawka 4.1.0",1,None,None,None,None), (5,178,"GtkEditable","text","Czkawka 5.0.0",1,None,None,None,None),
(5,178,"GtkEditable","xalign","1",None,None,None,None,None), (5,178,"GtkEditable","xalign","1",None,None,None,None,None),
(5,178,"GtkEntry","has-frame","0",None,None,None,None,None), (5,178,"GtkEntry","has-frame","0",None,None,None,None,None),
(5,178,"GtkWidget","focusable","1",None,None,None,None,None), (5,178,"GtkWidget","focusable","1",None,None,None,None,None),

@ -1081,7 +1081,7 @@
<property name="editable">0</property> <property name="editable">0</property>
<property name="focusable">1</property> <property name="focusable">1</property>
<property name="has-frame">0</property> <property name="has-frame">0</property>
<property name="text" translatable="yes">Czkawka 4.1.0</property> <property name="text" translatable="yes">Czkawka 5.0.0</property>
<property name="xalign">1</property> <property name="xalign">1</property>
</object> </object>
</child> </child>

@ -19,7 +19,7 @@
</screenshot> </screenshot>
</screenshots> </screenshots>
<releases> <releases>
<release version="4.1.0" date="2021-04-24"/> <release version="5.0.0" date="2021-07-28"/>
</releases> </releases>
<content_rating type="oars-1.0"/> <content_rating type="oars-1.0"/>
<developer_name>Rafał Mikrut</developer_name> <developer_name>Rafał Mikrut</developer_name>

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
NUMBER="4.1.0" NUMBER="5.0.0"
CZKAWKA_PATH="/home/rafal" CZKAWKA_PATH="/home/rafal"
cd "$CZKAWKA_PATH" cd "$CZKAWKA_PATH"

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
NUMBER="4.1.0" NUMBER="5.0.0"
CZKAWKA_PATH="/home/rafal" CZKAWKA_PATH="/home/rafal"
cd "$CZKAWKA_PATH" cd "$CZKAWKA_PATH"

@ -1,6 +1,6 @@
name: czkawka # you probably want to 'snapcraft register <name>' name: czkawka # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap base: core22 # the base snap is the execution environment for this snap
version: '4.1.0' # just for humans, typically '1.2+git' or '1.3.2' version: '5.0.0' # just for humans, typically '1.2+git' or '1.3.2'
summary: Czkawka - fast data cleaner written in Rust # 79 char long summary summary: Czkawka - fast data cleaner written in Rust # 79 char long summary
description: | description: |
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. 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.

Loading…
Cancel
Save