1
0
Fork 0
mirror of synced 2024-05-09 23:12:29 +12:00

Version 7.0.0 (#1212)

This commit is contained in:
Rafał Mikrut 2024-02-19 11:18:01 +01:00 committed by GitHub
parent 51b802205b
commit 8109a826b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 32 additions and 18 deletions

View file

@ -25,7 +25,7 @@ Very helpful in this situation will be logs from czkawka run with RUST_LOG envir
<details> <details>
<summary>Debug log</summary> <summary>Debug log</summary>
# PUT LOGS HERE # UNCOMMENT DETAILS AND PUT LOGS HERE
</details> </details>
``` ```
@ -33,7 +33,7 @@ Very helpful in this situation will be logs from czkawka run with RUST_LOG envir
**System** **System**
- Czkawka/Krokie version: <!-- e.g. 6.1.0 cli/gui --> - Czkawka/Krokiet version: <!-- e.g. 7.0.0 cli/gui -->
- OS version: <!-- e.g Ubuntu 22.04, Windows 11, Mac 15.1 ARM --> - OS version: <!-- e.g Ubuntu 22.04, Windows 11, Mac 15.1 ARM -->
- Installation method: <!-- e.g. github binaries, snap, flatpak, msys2 --> - Installation method: <!-- e.g. github binaries, snap, flatpak, msys2 -->

8
Cargo.lock generated
View file

@ -1211,7 +1211,7 @@ checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
[[package]] [[package]]
name = "czkawka_cli" name = "czkawka_cli"
version = "6.1.0" version = "7.0.0"
dependencies = [ dependencies = [
"clap", "clap",
"crossbeam-channel", "crossbeam-channel",
@ -1226,7 +1226,7 @@ dependencies = [
[[package]] [[package]]
name = "czkawka_core" name = "czkawka_core"
version = "6.1.0" version = "7.0.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"audio_checker", "audio_checker",
@ -1275,7 +1275,7 @@ dependencies = [
[[package]] [[package]]
name = "czkawka_gui" name = "czkawka_gui"
version = "6.1.0" version = "7.0.0"
dependencies = [ dependencies = [
"chrono", "chrono",
"crossbeam-channel", "crossbeam-channel",
@ -3342,7 +3342,7 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
[[package]] [[package]]
name = "krokiet" name = "krokiet"
version = "6.1.0" version = "7.0.0"
dependencies = [ dependencies = [
"chrono", "chrono",
"crossbeam-channel", "crossbeam-channel",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "czkawka_cli" name = "czkawka_cli"
version = "6.1.0" version = "7.0.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"] authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2021" edition = "2021"
rust-version = "1.74.0" rust-version = "1.74.0"
@ -18,7 +18,7 @@ image_hasher = "1.2"
log = "0.4.20" log = "0.4.20"
handsome_logger = "0.8" handsome_logger = "0.8"
fun_time = { version = "0.3", features = ["log"] } fun_time = { version = "0.3", features = ["log"] }
czkawka_core = { path = "../czkawka_core", version = "6.1.0", features = [] } czkawka_core = { path = "../czkawka_core", version = "7.0.0", features = [] }
indicatif = "0.17" indicatif = "0.17"
crossbeam-channel = { version = "0.5", features = [] } crossbeam-channel = { version = "0.5", features = [] }
ctrlc = { version = "3.4", features = ["termination"] } ctrlc = { version = "3.4", features = ["termination"] }

View file

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

View file

@ -1,6 +1,6 @@
[package] [package]
name = "czkawka_gui" name = "czkawka_gui"
version = "6.1.0" version = "7.0.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"] authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2021" edition = "2021"
rust-version = "1.74.0" rust-version = "1.74.0"
@ -52,7 +52,7 @@ handsome_logger = "0.8"
fun_time = { version = "0.3", features = ["log"] } fun_time = { version = "0.3", features = ["log"] }
rayon = "1.8" rayon = "1.8"
czkawka_core = { path = "../czkawka_core", version = "6.1.0", features = [] } czkawka_core = { path = "../czkawka_core", version = "7.0.0", features = [] }
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["combaseapi", "objbase", "shobjidl_core", "windef", "winerror", "wtypesbase", "winuser"] } winapi = { version = "0.3.9", features = ["combaseapi", "objbase", "shobjidl_core", "windef", "winerror", "wtypesbase", "winuser"] }

View file

@ -349,7 +349,7 @@
(3,1,"GtkAboutDialog","license-type","mit-x11",None,None,None,None,None,None,None,None,None), (3,1,"GtkAboutDialog","license-type","mit-x11",None,None,None,None,None,None,None,None,None),
(3,1,"GtkAboutDialog","logo-icon-name","help-about-symbolic",None,None,None,None,None,None,None,None,None), (3,1,"GtkAboutDialog","logo-icon-name","help-about-symbolic",None,None,None,None,None,None,None,None,None),
(3,1,"GtkAboutDialog","program-name","Czkawka",None,None,None,None,None,None,None,None,None), (3,1,"GtkAboutDialog","program-name","Czkawka",None,None,None,None,None,None,None,None,None),
(3,1,"GtkAboutDialog","version","6.1.0",None,None,None,None,None,None,None,None,None), (3,1,"GtkAboutDialog","version","7.0.0",None,None,None,None,None,None,None,None,None),
(4,2,"GtkOrientable","orientation","vertical",None,None,None,None,None,None,None,None,None), (4,2,"GtkOrientable","orientation","vertical",None,None,None,None,None,None,None,None,None),
(4,2,"GtkWidget","vexpand","1",None,None,None,None,None,None,None,None,None), (4,2,"GtkWidget","vexpand","1",None,None,None,None,None,None,None,None,None),
(4,4,"GtkLabel","label","Group XD/PER XD (99 images in current group)",1,None,None,None,None,None,None,None,None), (4,4,"GtkLabel","label","Group XD/PER XD (99 images in current group)",1,None,None,None,None,None,None,None,None),

View file

@ -19,7 +19,7 @@
</screenshot> </screenshot>
</screenshots> </screenshots>
<releases> <releases>
<release version="6.1.0" date="2023-10-15"/> <release version="7.0.0" date="2023-10-15"/>
</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>

View file

@ -1,6 +1,6 @@
[package] [package]
name = "krokiet" name = "krokiet"
version = "6.1.0" version = "7.0.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"] authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2021" edition = "2021"
rust-version = "1.74.0" rust-version = "1.74.0"
@ -12,7 +12,7 @@ build = "build.rs"
[dependencies] [dependencies]
rand = "0.8" rand = "0.8"
czkawka_core = { version = "6.1.0", path = "../czkawka_core" } czkawka_core = { version = "7.0.0", path = "../czkawka_core" }
chrono = "0.4.34" chrono = "0.4.34"
open = "5.0" open = "5.0"
crossbeam-channel = "0.5" crossbeam-channel = "0.5"

View file

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

View file

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
NUMBER="6.1.0" NUMBER="7.0.0"
CZKAWKA_PATH="/home/rafal" CZKAWKA_PATH="/home/rafal"
cd "$CZKAWKA_PATH" cd "$CZKAWKA_PATH"
@ -29,6 +29,15 @@ then
fi fi
git reset --hard git reset --hard
cd "$CZKAWKA_PATH/krokiet"
cargo package
if [ $(echo $?) != "0" ]
then
echo "Cargo package failed krokiet"
exit 1
fi
git reset --hard
@ -41,3 +50,8 @@ cd "$CZKAWKA_PATH/czkawka_gui"
# sed -i "s/{ path = \"..\/czkawka_core\" }/\"=$NUMBER\"/g" "$CZKAWKA_PATH/czkawka_gui/Cargo.toml" # sed -i "s/{ path = \"..\/czkawka_core\" }/\"=$NUMBER\"/g" "$CZKAWKA_PATH/czkawka_gui/Cargo.toml"
cargo publish # --allow-dirty cargo publish # --allow-dirty
git reset --hard git reset --hard
cd "$CZKAWKA_PATH/krokiet"
# sed -i "s/{ path = \"..\/czkawka_core\" }/\"=$NUMBER\"/g" "$CZKAWKA_PATH/czkawka_gui/Cargo.toml"
cargo publish # --allow-dirty
git reset --hard

View file

@ -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: '6.1.0' # just for humans, typically '1.2+git' or '1.3.2' version: '7.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.