1
0
Fork 0
mirror of synced 2024-05-17 02:43:36 +12:00

Release 2.3.1

This commit is contained in:
Rafał Mikrut 2021-01-20 15:41:44 +01:00
parent a5d37eba4e
commit 69090755df
11 changed files with 16 additions and 12 deletions

6
Cargo.lock generated
View file

@ -556,7 +556,7 @@ dependencies = [
[[package]] [[package]]
name = "czkawka_cli" name = "czkawka_cli"
version = "2.3.0" version = "2.3.1"
dependencies = [ dependencies = [
"czkawka_core", "czkawka_core",
"structopt", "structopt",
@ -564,7 +564,7 @@ dependencies = [
[[package]] [[package]]
name = "czkawka_core" name = "czkawka_core"
version = "2.3.0" version = "2.3.1"
dependencies = [ dependencies = [
"audiotags", "audiotags",
"bitflags", "bitflags",
@ -584,7 +584,7 @@ dependencies = [
[[package]] [[package]]
name = "czkawka_gui" name = "czkawka_gui"
version = "2.3.0" version = "2.3.1"
dependencies = [ dependencies = [
"chrono", "chrono",
"crossbeam-channel", "crossbeam-channel",

View file

@ -1,3 +1,7 @@
## Version 2.3.1 - 20.01.2021r
- Added flatpak support - [#203](https://github.com/qarmin/czkawka/pull/203)
- Spell fixes - [#222](https://github.com/qarmin/czkawka/pull/222), [#219](https://github.com/qarmin/czkawka/pull/219)
## Version 2.3.0 - 15.01.2021r ## Version 2.3.0 - 15.01.2021r
- Add cache for duplicate finder - [#205](https://github.com/qarmin/czkawka/pull/205) - Add cache for duplicate finder - [#205](https://github.com/qarmin/czkawka/pull/205)
- Add cache for broken files - [#204](https://github.com/qarmin/czkawka/pull/204) - Add cache for broken files - [#204](https://github.com/qarmin/czkawka/pull/204)

View file

@ -1,6 +1,6 @@
[package] [package]
name = "czkawka_cli" name = "czkawka_cli"
version = "2.3.0" version = "2.3.1"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"] authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2018" edition = "2018"
description = "CLI frontend of Czkawka" description = "CLI frontend of Czkawka"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "czkawka_core" name = "czkawka_core"
version = "2.3.0" version = "2.3.1"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"] authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2018" edition = "2018"
description = "Core of Czkawka app" description = "Core of Czkawka app"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "czkawka_gui" name = "czkawka_gui"
version = "2.3.0" version = "2.3.1"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"] authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2018" edition = "2018"
description = "GTK frontend of Czkawka" description = "GTK frontend of Czkawka"

View file

@ -2411,7 +2411,7 @@ Author: Rafał Mikrut
<property name="can_focus">True</property> <property name="can_focus">True</property>
<property name="editable">False</property> <property name="editable">False</property>
<property name="has_frame">False</property> <property name="has_frame">False</property>
<property name="text" translatable="yes">Czkawka 2.3.0</property> <property name="text" translatable="yes">Czkawka 2.3.1</property>
<property name="xalign">1</property> <property name="xalign">1</property>
<property name="shadow_type">none</property> <property name="shadow_type">none</property>
<property name="caps_lock_warning">False</property> <property name="caps_lock_warning">False</property>

View file

@ -17,7 +17,7 @@
</screenshot> </screenshot>
</screenshots> </screenshots>
<releases> <releases>
<release version="2.3.0" date="2021-01-15"/> <release version="2.3.1" date="2021-01-20"/>
</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

@ -33,4 +33,4 @@ modules:
- cargo-sources.json - cargo-sources.json
- type: git - type: git
url: https://github.com/qarmin/czkawka.git url: https://github.com/qarmin/czkawka.git
tag: 2.3.0 tag: 2.3.1

View file

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
NUMBER="2.3.0" NUMBER="2.3.1"
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="2.3.0" NUMBER="2.3.1"
CZKAWKA_PATH="/home/rafal" CZKAWKA_PATH="/home/rafal"
cd "$CZKAWKA_PATH" cd "$CZKAWKA_PATH"

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: core18 # the base snap is the execution environment for this snap base: core18 # the base snap is the execution environment for this snap
version: '2.3.0' # just for humans, typically '1.2+git' or '1.3.2' version: '2.3.1' # 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.