Skip to content

Commit da4bdd1

Browse files
committed
Release 2.2.0
1 parent 80bbc9b commit da4bdd1

File tree

11 files changed

+83
-91
lines changed

11 files changed

+83
-91
lines changed

Cargo.lock

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

Changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Version 2.2.0 - 11.01.2021r
2+
- Adds Mac GUI - [#160](https://github.com/qarmin/czkawka/pull/160)
3+
- Use master gtk plugin again - [#179](https://github.com/qarmin/czkawka/pull/179)
4+
- Only show preview when 1 image is selected - [#183](https://github.com/qarmin/czkawka/pull/183)
5+
- Add buffered write/read - [#186](https://github.com/qarmin/czkawka/pull/186)
6+
- Fix included/excluded files which contains commas - [#195](https://github.com/qarmin/czkawka/pull/195)
7+
- Move image cache to cache from config dir - [#197](https://github.com/qarmin/czkawka/pull/197)
8+
- Reorganize GUI Code(no visible changes) - [#184](https://github.com/qarmin/czkawka/pull/184), [#184](https://github.com/qarmin/czkawka/pull/184), [#189](https://github.com/qarmin/czkawka/pull/189), [#190](https://github.com/qarmin/czkawka/pull/190), [#194](https://github.com/qarmin/czkawka/pull/194)
9+
110
## Version 2.1.0 - 31.12.2020r
211
- Hide preview when deleting images or symlinking it - [#167](https://github.com/qarmin/czkawka/pull/167)
312
- Add manual adding of directories - [#165](https://github.com/qarmin/czkawka/pull/165), [#168](https://github.com/qarmin/czkawka/pull/168)

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Written in memory safe Rust
77
- Amazingly fast - due using more or less advanced algorithms and multithreading support
88
- Free, Open Source without ads
9+
- Works on Linux, Windows and macOS
910
- CLI frontend, very fast to automate tasks
1011
- GUI GTK frontend - uses modern GTK 3 and looks similar to FSlint
1112
- Light/Dark theme match the appearance of the system(Linux only)
@@ -40,12 +41,6 @@ sudo apt install cargo libgtk-3-dev
4041
```
4142
sudo yum install gtk3-devel glib2-devel
4243
```
43-
### Windows(Not working yet)
44-
First you need to install Visual C++ components from Visual Studio installer - https://visualstudio.microsoft.com/downloads/
45-
46-
Next install Rust from site https://rustup.rs/
47-
48-
After that the latest GTK 3 runtime must be installed from https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases
4944

5045
## Usage
5146
### Precompiled binaries
@@ -141,6 +136,12 @@ You need to install Homebrew and GTK Libraries
141136
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
142137
brew install rust gtk+3
143138
```
139+
### Windows(Not working yet)
140+
First you need to install Visual C++ components from Visual Studio installer - https://visualstudio.microsoft.com/downloads/
141+
142+
Next install Rust from site https://rustup.rs/
143+
144+
After that the latest GTK 3 runtime must be installed from https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer/releases
144145

145146
### Compilation from source
146147
- Download the source
@@ -206,7 +207,7 @@ So still is a big room for improvements.
206207
| | Czkawka | FSlint | DupeGuru |
207208
|:----------:|:-------------:|:-----:|:---:|
208209
| Language | Rust| Python | Python/Objective C |
209-
| OS | Linux, Windows, Mac(only CLI) | Linux | Linux, Windows, Mac|
210+
| OS | Linux, Windows, Mac | Linux | Linux, Windows, Mac|
210211
| Framework | GTK 3 (Gtk-rs)| GTK 2 (PyGTK) | Qt 5 (PyQt)/Cocoa |
211212
| Ram Usage | Low | Medium | Very High |
212213
| Duplicate finder | X | X | X |

czkawka_cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "czkawka_cli"
3-
version = "2.1.0"
3+
version = "2.2.0"
44
authors = ["Rafał Mikrut <[email protected]>"]
55
edition = "2018"
66
description = "CLI frontend of Czkawka"

0 commit comments

Comments
 (0)