1
0
Fork 0
mirror of synced 2024-05-12 00:13:06 +12:00

Release 2.3.2

This commit is contained in:
Rafał Mikrut 2021-01-21 20:52:43 +01:00
parent 42af724681
commit bb7bf12354
11 changed files with 21 additions and 18 deletions

6
Cargo.lock generated
View file

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

View file

@ -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 ## Version 2.3.1 - 20.01.2021r
- Added flatpak support - [#203](https://github.com/qarmin/czkawka/pull/203) - 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) - Spell fixes - [#222](https://github.com/qarmin/czkawka/pull/222), [#219](https://github.com/qarmin/czkawka/pull/219)

View file

@ -1,6 +1,6 @@
[package] [package]
name = "czkawka_cli" name = "czkawka_cli"
version = "2.3.1" version = "2.3.2"
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.1" version = "2.3.2"
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.1" version = "2.3.2"
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.1</property> <property name="text" translatable="yes">Czkawka 2.3.2</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

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application"> <component type="desktop-application">
<id>com.github.qarmin.Czkawka</id> <id>com.github.qarmin.czkawka</id>
<name>Czkawka</name> <name>Czkawka</name>
<summary>Multi functional app to find duplicates, empty folders, similar images etc.</summary> <summary>Multi functional app to find duplicates, empty folders, similar images etc.</summary>
<metadata_license>CC0-1.0</metadata_license> <metadata_license>CC0-1.0</metadata_license>
@ -10,14 +10,14 @@
Czkawka is written in Rust, simple, fast and easy to use app to remove unnecessary files from your computer. Czkawka is written in Rust, simple, fast and easy to use app to remove unnecessary files from your computer.
</p> </p>
</description> </description>
<launchable type="desktop-id">com.github.qarmin.Czkawka.desktop</launchable> <launchable type="desktop-id">com.github.qarmin.czkawka.desktop</launchable>
<screenshots> <screenshots>
<screenshot type="default"> <screenshot type="default">
<image>https://user-images.githubusercontent.com/41945903/104711404-9cbb7400-5721-11eb-904d-9677c189f7ab.gif</image> <image>https://user-images.githubusercontent.com/41945903/104711404-9cbb7400-5721-11eb-904d-9677c189f7ab.gif</image>
</screenshot> </screenshot>
</screenshots> </screenshots>
<releases> <releases>
<release version="2.3.1" date="2021-01-20"/> <release version="2.3.2" date="2021-01-21"/>
</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

@ -1,12 +1,10 @@
app-id: com.github.qarmin.Czkawka app-id: com.github.qarmin.czkawka
runtime: org.gnome.Platform runtime: org.gnome.Platform
runtime-version: '3.38' runtime-version: '3.38'
sdk: org.gnome.Sdk sdk: org.gnome.Sdk
sdk-extensions: sdk-extensions:
- org.freedesktop.Sdk.Extension.rust-stable - org.freedesktop.Sdk.Extension.rust-stable
command: czkawka_gui command: czkawka_gui
rename-icon: com.github.qarmin.czkawka
rename-desktop-file: com.github.qarmin.czkawka.desktop
finish-args: finish-args:
- "--share=ipc" - "--share=ipc"
- "--socket=fallback-x11" - "--socket=fallback-x11"
@ -26,11 +24,11 @@ modules:
- install -Dm755 ./target/release/czkawka_gui -t /app/bin/ - 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 ./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 ./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: sources:
- type: dir - type: dir
path: "." path: "."
- 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.1 tag: 2.3.2

View file

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
NUMBER="2.3.1" NUMBER="2.3.2"
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.1" NUMBER="2.3.2"
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.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 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.