1
0
Fork 0
mirror of synced 2024-04-28 09:33:30 +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]]
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",

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
- 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)

View file

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

View file

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

View file

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

View file

@ -2411,7 +2411,7 @@ Author: Rafał Mikrut
<property name="can_focus">True</property>
<property name="editable">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="shadow_type">none</property>
<property name="caps_lock_warning">False</property>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.github.qarmin.Czkawka</id>
<id>com.github.qarmin.czkawka</id>
<name>Czkawka</name>
<summary>Multi functional app to find duplicates, empty folders, similar images etc.</summary>
<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.
</p>
</description>
<launchable type="desktop-id">com.github.qarmin.Czkawka.desktop</launchable>
<launchable type="desktop-id">com.github.qarmin.czkawka.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://user-images.githubusercontent.com/41945903/104711404-9cbb7400-5721-11eb-904d-9677c189f7ab.gif</image>
</screenshot>
</screenshots>
<releases>
<release version="2.3.1" date="2021-01-20"/>
<release version="2.3.2" date="2021-01-21"/>
</releases>
<content_rating type="oars-1.0"/>
<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-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

View file

@ -1,5 +1,5 @@
#!/bin/bash
NUMBER="2.3.1"
NUMBER="2.3.2"
CZKAWKA_PATH="/home/rafal"
cd "$CZKAWKA_PATH"

View file

@ -1,5 +1,5 @@
#!/bin/bash
NUMBER="2.3.1"
NUMBER="2.3.2"
CZKAWKA_PATH="/home/rafal"
cd "$CZKAWKA_PATH"

View file

@ -1,6 +1,6 @@
name: czkawka # you probably want to 'snapcraft register <name>'
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.