You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,21 +3,25 @@
3
3
### Core
4
4
- Converts println/eprintln into log functions - [#1478](https://github.com/qarmin/czkawka/pull/1478)
5
5
- Speedup a little cache loading/saving - [#1478](https://github.com/qarmin/czkawka/pull/1478)
6
+
- Logging logs also to files - [#1508](https://github.com/qarmin/czkawka/pull/1508)
7
+
- Added 4GB memory limit when loading/saving cache and avoiding crashes - [#1508](https://github.com/qarmin/czkawka/pull/1508)
6
8
7
9
### GTK Gui
8
10
- Using newly created icons - uglier, but released under really free under the clear CC BY license - [#1478](https://github.com/qarmin/czkawka/pull/1478)
11
+
- Fixed crash when removing outdated cache - [#1508](https://github.com/qarmin/czkawka/pull/1508)
9
12
10
13
### Krokiet
11
14
- Ability to select multiple items with mouse and keyboard - [#1478](https://github.com/qarmin/czkawka/pull/1478)
– There is a new, unofficial Tauri-based frontend for Czkawka - [Czkawka Tauri](https://github.com/shixinhuang99/czkawka-tauri)
17
21
18
22
### CI
19
23
- Compilation for 32 bit targets is checked in CI
20
-
- Czkawka binaries are now checked if are reproducible(currently they are not, due possible bug in rustc - https://github.com/rust-lang/rust/issues/140061)
24
+
- Czkawka binaries are now checked if are reproducible(currently they are not, due possible bug in rustc - https://github.com/kellpossible/cargo-i18n/pull/151)
21
25
22
26
### Prebuild-binaries
23
27
- CI now creates linux binaries on ubuntu 22.04 instead 20.04(some types of builds were build on 24.04)
0 commit comments