Skip to content

Commit 73afe0f

Browse files
authored
Version 10.0 (#1601)
1 parent 6407d2c commit 73afe0f

File tree

15 files changed

+23
-23
lines changed

15 files changed

+23
-23
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Very helpful in this situation will be logs from czkawka run with RUST_LOG envir
3333

3434
<!-- OS and Czkawka/Krokiet version and other os info, you can just copy from logs, if you run app from terminal or find it in logs file (usually Linux - `/home/username/.cache/czkawka`, Mac - `/Users/Username/Library/Caches/pl.Qarmin.Czkawka`, Windows - `C:\Users\Username\AppData\Local\Qarmin\Czkawka\cache`). -->
3535
<!-- Example of logs: -->
36-
<!-- Czkawka gtk version: 9.0.0, debug mode, rust 1.88.0 (2025-06-23), os Ubuntu 25.4.0 (x86_64 64-bit), 24 cpu/threads, features(1): [fast_image_resize], app cpu version: x86-64-v3 (AVX2) or x86-64-v4 (AVX-512), os cpu version: x86-64-v4 (AVX-512) -->
36+
<!-- Czkawka gtk version: 10.0.0, debug mode, rust 1.88.0 (2025-06-23), os Ubuntu 25.4.0 (x86_64 64-bit), 24 cpu/threads, features(1): [fast_image_resize], app cpu version: x86-64-v3 (AVX2) or x86-64-v4 (AVX-512), os cpu version: x86-64-v4 (AVX-512) -->
3737
<!-- Config folder set to "/home/rafal/.config/czkawka" and cache folder set to "/home/rafal/.cache/czkawka" -->
3838
<!-- Czkawka Gui - used thread number: 24, gtk version 4.18.5 -->
3939

4040
<!-- Please do not report feature request unique for Gtk Czkawka gui, because it is in maintenance mode. -->
4141

42-
- Czkawka/Krokiet version: <!-- e.g. 9.0.0 cli/gui -->
42+
- Czkawka/Krokiet version: <!-- e.g. 10.0.0 cli/gui -->
4343
- OS version: <!-- e.g. Ubuntu 22.04, Windows 11, Mac 15.1 ARM -->
4444
- Installation method: <!-- e.g. github binaries, flatpak, msys2 -->
4545

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version ?.?.? - ?
1+
## Version 10.0.0 - 18.08.2025r
22
### Breaking changes
33
#### Users
44
- Some languages now have unified names in Crowdin (e.g. `es``es-ES`). The GUI may not find them and will fall back to the default language.

czkawka_cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "czkawka_cli"
3-
version = "9.0.0"
3+
version = "10.0.0"
44
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
55
edition = "2024"
66
rust-version = "1.85.0"
@@ -17,7 +17,7 @@ image_hasher = "3.0"
1717
vid_dup_finder_lib = "0.4.0"
1818

1919
log = "0.4.22"
20-
czkawka_core = { path = "../czkawka_core", version = "9.0.0", features = [] }
20+
czkawka_core = { path = "../czkawka_core", version = "10.0.0", features = [] }
2121
indicatif = "0.18"
2222
crossbeam-channel = { version = "0.5", features = [] }
2323
ctrlc = { version = "3.4", features = ["termination"] }

czkawka_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "czkawka_core"
3-
version = "9.0.0"
3+
version = "10.0.0"
44
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
55
edition = "2024"
66
rust-version = "1.85.0"

czkawka_gui/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "czkawka_gui"
3-
version = "9.0.0"
3+
version = "10.0.0"
44
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
55
edition = "2024"
66
rust-version = "1.85.0"
@@ -34,7 +34,7 @@ log = "0.4.22"
3434
fun_time = { version = "0.3", features = ["log"] }
3535
rayon = "1.10"
3636

37-
czkawka_core = { path = "../czkawka_core", version = "9.0.0", features = [] }
37+
czkawka_core = { path = "../czkawka_core", version = "10.0.0", features = [] }
3838

3939
resvg = { version = "0.45.1", default-features = false }
4040

czkawka_gui/ui/about_dialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ App is now in maintenance mode, so check Krokiet, the successor of Czkawka.
1212
<property name="license-type">mit-x11</property>
1313
<property name="logo-icon-name">help-about-symbolic</property>
1414
<property name="program-name">Czkawka</property>
15-
<property name="version">9.0.0</property>
15+
<property name="version">10.0.0</property>
1616
</object>
1717
</interface>

czkawka_gui/ui/czkawka.cmb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
(3,1,"GtkAboutDialog","license-type","mit-x11",None,None,None,None,None,None,None,None,None),
349349
(3,1,"GtkAboutDialog","logo-icon-name","help-about-symbolic",None,None,None,None,None,None,None,None,None),
350350
(3,1,"GtkAboutDialog","program-name","Czkawka",None,None,None,None,None,None,None,None,None),
351-
(3,1,"GtkAboutDialog","version","9.0.0",None,None,None,None,None,None,None,None,None),
351+
(3,1,"GtkAboutDialog","version","10.0.0",None,None,None,None,None,None,None,None,None),
352352
(4,2,"GtkOrientable","orientation","vertical",None,None,None,None,None,None,None,None,None),
353353
(4,2,"GtkWidget","vexpand","1",None,None,None,None,None,None,None,None,None),
354354
(4,4,"GtkLabel","label","Group XD/PER XD (99 images in current group)",1,None,None,None,None,None,None,None,None),
@@ -687,7 +687,7 @@
687687
(5,177,"GtkWidget","focusable","1",None,None,None,None,None,None,None,None,None),
688688
(5,177,"GtkWidget","hexpand","1",None,None,None,None,None,None,None,None,None),
689689
(5,178,"GtkEditable","editable","0",None,None,None,None,None,None,None,None,None),
690-
(5,178,"GtkEditable","text","Czkawka 9.0.0",1,None,None,None,None,None,None,None,None),
690+
(5,178,"GtkEditable","text","Czkawka 10.0.0",1,None,None,None,None,None,None,None,None),
691691
(5,178,"GtkEditable","xalign","1",None,None,None,None,None,None,None,None,None),
692692
(5,178,"GtkEntry","has-frame","0",None,None,None,None,None,None,None,None,None),
693693
(5,178,"GtkWidget","focusable","1",None,None,None,None,None,None,None,None,None),

czkawka_gui/ui/main_window.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@
11661166
<property name="editable">0</property>
11671167
<property name="focusable">1</property>
11681168
<property name="has-frame">0</property>
1169-
<property name="text" translatable="yes">Czkawka 9.0.0</property>
1169+
<property name="text" translatable="yes">Czkawka 10.0.0</property>
11701170
<property name="xalign">1</property>
11711171
</object>
11721172
</child>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</screenshot>
2424
</screenshots>
2525
<releases>
26-
<release version="9.0.0" date="2025-03-16"/>
26+
<release version="10.0.0" date="2025-08-18"/>
2727
</releases>
2828
<content_rating type="oars-1.0"/>
2929
<developer_name>Rafał Mikrut</developer_name>

0 commit comments

Comments
 (0)