From bb7bf12354f5e05fb903715b1a87864419d0447a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rafa=C5=82=20Mikrut?=
Date: Thu, 21 Jan 2021 20:52:43 +0100
Subject: [PATCH] Release 2.3.2
---
Cargo.lock | 6 +++---
Changelog.md | 5 +++++
czkawka_cli/Cargo.toml | 2 +-
czkawka_core/Cargo.toml | 2 +-
czkawka_gui/Cargo.toml | 2 +-
czkawka_gui/czkawka.glade | 2 +-
.../com.github.qarmin.czkawka.metainfo.xml | 6 +++---
...qarmin.Czkawka.yaml => com.github.qarmin.czkawka.yaml} | 8 +++-----
misc/cargo/PublishCore.sh | 2 +-
misc/cargo/PublishOther.sh | 2 +-
snap/snapcraft.yaml | 2 +-
11 files changed, 21 insertions(+), 18 deletions(-)
rename flatpak/com.github.qarmin.Czkawka.metainfo.xml => data/com.github.qarmin.czkawka.metainfo.xml (86%)
rename flatpak/{com.github.qarmin.Czkawka.yaml => com.github.qarmin.czkawka.yaml} (79%)
diff --git a/Cargo.lock b/Cargo.lock
index c56a95fca..d6add7f4b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -556,7 +556,7 @@ dependencies = [
[[package]]
name = "czkawka_cli"
-version = "2.3.1"
+version = "2.3.2"
dependencies = [
"czkawka_core",
"structopt",
@@ -564,7 +564,7 @@ dependencies = [
[[package]]
name = "czkawka_core"
-version = "2.3.1"
+version = "2.3.2"
dependencies = [
"audiotags",
"bitflags",
@@ -584,7 +584,7 @@ dependencies = [
[[package]]
name = "czkawka_gui"
-version = "2.3.1"
+version = "2.3.2"
dependencies = [
"chrono",
"crossbeam-channel",
diff --git a/Changelog.md b/Changelog.md
index d6a92a9e3..c1d82f9ca 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,8 @@
+## Version 2.3.2 - 21.01.2021r
+- Add support for moving selection by keyboard to update similar image preview [#223](https://github.com/qarmin/czkawka/pull/223)
+
+This version is only needed to test flatpak build
+
## 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)
diff --git a/czkawka_cli/Cargo.toml b/czkawka_cli/Cargo.toml
index 3d921c698..c9c0fee30 100644
--- a/czkawka_cli/Cargo.toml
+++ b/czkawka_cli/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "czkawka_cli"
-version = "2.3.1"
+version = "2.3.2"
authors = ["Rafał Mikrut "]
edition = "2018"
description = "CLI frontend of Czkawka"
diff --git a/czkawka_core/Cargo.toml b/czkawka_core/Cargo.toml
index 6359d9932..ba9443916 100644
--- a/czkawka_core/Cargo.toml
+++ b/czkawka_core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "czkawka_core"
-version = "2.3.1"
+version = "2.3.2"
authors = ["Rafał Mikrut "]
edition = "2018"
description = "Core of Czkawka app"
diff --git a/czkawka_gui/Cargo.toml b/czkawka_gui/Cargo.toml
index 82237b213..385bd7768 100644
--- a/czkawka_gui/Cargo.toml
+++ b/czkawka_gui/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "czkawka_gui"
-version = "2.3.1"
+version = "2.3.2"
authors = ["Rafał Mikrut "]
edition = "2018"
description = "GTK frontend of Czkawka"
diff --git a/czkawka_gui/czkawka.glade b/czkawka_gui/czkawka.glade
index 46e8761ea..214678497 100644
--- a/czkawka_gui/czkawka.glade
+++ b/czkawka_gui/czkawka.glade
@@ -2411,7 +2411,7 @@ Author: Rafał Mikrut
True
False
False
- Czkawka 2.3.1
+ Czkawka 2.3.2
1
none
False
diff --git a/flatpak/com.github.qarmin.Czkawka.metainfo.xml b/data/com.github.qarmin.czkawka.metainfo.xml
similarity index 86%
rename from flatpak/com.github.qarmin.Czkawka.metainfo.xml
rename to data/com.github.qarmin.czkawka.metainfo.xml
index 4ab767272..eb7cc8eaa 100644
--- a/flatpak/com.github.qarmin.Czkawka.metainfo.xml
+++ b/data/com.github.qarmin.czkawka.metainfo.xml
@@ -1,6 +1,6 @@
- com.github.qarmin.Czkawka
+ com.github.qarmin.czkawka
Czkawka
Multi functional app to find duplicates, empty folders, similar images etc.
CC0-1.0
@@ -10,14 +10,14 @@
Czkawka is written in Rust, simple, fast and easy to use app to remove unnecessary files from your computer.
- com.github.qarmin.Czkawka.desktop
+ com.github.qarmin.czkawka.desktop
https://user-images.githubusercontent.com/41945903/104711404-9cbb7400-5721-11eb-904d-9677c189f7ab.gif
-
+
Rafał Mikrut
diff --git a/flatpak/com.github.qarmin.Czkawka.yaml b/flatpak/com.github.qarmin.czkawka.yaml
similarity index 79%
rename from flatpak/com.github.qarmin.Czkawka.yaml
rename to flatpak/com.github.qarmin.czkawka.yaml
index 5a2fe9e2c..daccd9703 100644
--- a/flatpak/com.github.qarmin.Czkawka.yaml
+++ b/flatpak/com.github.qarmin.czkawka.yaml
@@ -1,12 +1,10 @@
-app-id: com.github.qarmin.Czkawka
+app-id: com.github.qarmin.czkawka
runtime: org.gnome.Platform
runtime-version: '3.38'
sdk: org.gnome.Sdk
sdk-extensions:
- org.freedesktop.Sdk.Extension.rust-stable
command: czkawka_gui
-rename-icon: com.github.qarmin.czkawka
-rename-desktop-file: com.github.qarmin.czkawka.desktop
finish-args:
- "--share=ipc"
- "--socket=fallback-x11"
@@ -26,11 +24,11 @@ modules:
- install -Dm755 ./target/release/czkawka_gui -t /app/bin/
- install -Dm644 ./data/icons/com.github.qarmin.czkawka.svg -t /app/share/icons/hicolor/scalable/apps/
- install -Dm644 ./pkgs/com.github.qarmin.czkawka.desktop -t /app/share/applications/
- - install -Dm644 ./flatpak/com.github.qarmin.Czkawka.metainfo.xml -t /app/share/metainfo
+ - install -Dm644 ./data/com.github.qarmin.czkawka.metainfo.xml -t /app/share/metainfo
sources:
- type: dir
path: "."
- cargo-sources.json
- type: git
url: https://github.com/qarmin/czkawka.git
- tag: 2.3.1
+ tag: 2.3.2
diff --git a/misc/cargo/PublishCore.sh b/misc/cargo/PublishCore.sh
index 03d564891..a42f39d28 100755
--- a/misc/cargo/PublishCore.sh
+++ b/misc/cargo/PublishCore.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-NUMBER="2.3.1"
+NUMBER="2.3.2"
CZKAWKA_PATH="/home/rafal"
cd "$CZKAWKA_PATH"
diff --git a/misc/cargo/PublishOther.sh b/misc/cargo/PublishOther.sh
index ea63206b0..2679abdc8 100755
--- a/misc/cargo/PublishOther.sh
+++ b/misc/cargo/PublishOther.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-NUMBER="2.3.1"
+NUMBER="2.3.2"
CZKAWKA_PATH="/home/rafal"
cd "$CZKAWKA_PATH"
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 36f4313b9..c51448c1c 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,6 +1,6 @@
name: czkawka # you probably want to 'snapcraft register '
base: core18 # the base snap is the execution environment for this snap
-version: '2.3.1' # just for humans, typically '1.2+git' or '1.3.2'
+version: '2.3.2' # just for humans, typically '1.2+git' or '1.3.2'
summary: Czkawka - fast data cleaner written in Rust # 79 char long summary
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.