1
0
Fork 0
mirror of synced 2024-04-30 18:43:25 +12:00

Release 3.1.0

This commit is contained in:
Rafał Mikrut 2021-05-08 22:14:53 +02:00
parent cc0dcc2714
commit 237d879f03
12 changed files with 332 additions and 1044 deletions

6
Cargo.lock generated
View file

@ -467,7 +467,7 @@ dependencies = [
[[package]]
name = "czkawka_cli"
version = "3.0.0"
version = "3.1.0"
dependencies = [
"czkawka_core",
"structopt",
@ -475,7 +475,7 @@ dependencies = [
[[package]]
name = "czkawka_core"
version = "3.0.0"
version = "3.1.0"
dependencies = [
"audiotags",
"bitflags",
@ -498,7 +498,7 @@ dependencies = [
[[package]]
name = "czkawka_gui"
version = "3.0.0"
version = "3.1.0"
dependencies = [
"chrono",
"crossbeam-channel",

View file

@ -1,3 +1,19 @@
## Version 3.1.0 - 09.05.2021r
- Clean README, by moving instructions to different files - [9aea6e9b](https://github.com/qarmin/czkawka/commit/9aea6e9b1ef5ac1e56ccd008e7456b80401179d0)
- Fix excluded items on Windows - [#324](https://github.com/qarmin/czkawka/pull/324)
- Center windows and add missing settings icon - [#323](https://github.com/qarmin/czkawka/pull/323)
- Sort cache - [#322](https://github.com/qarmin/czkawka/pull/322)
- Add desktop file to Snap - [018d5bebb](https://github.com/qarmin/czkawka/commit/018d5bebb0b297ba35529b03b8e2e68eb0a9b474), [ade2a756e2](https://github.com/qarmin/czkawka/commit/ade2a756e29c5ce5739d6268fcab7e76f59ed5f6)
- Customize minimum file size of cached records - [#321](https://github.com/qarmin/czkawka/pull/321)
- Update benchmarks - [2044b9185](https://github.com/qarmin/czkawka/commit/2044b91852fea89dfaf10dc1ab79c1d00e9e0c12)
- Rearrange Instruction - [8e7ac4a2d7f5b0](https://github.com/qarmin/czkawka/commit/8e7ac4a2d7f5b0beba2552581fb3a0d19c2efeb5)
- Add info that Czkawka and Bleachbit are not alternatives to each other - [30602a486](https://github.com/qarmin/czkawka/commit/30602a486f6ade6f9b7b91a73708225b4f4c2a7d)
- Fix crashes with too small message queue - [#316](https://github.com/qarmin/czkawka/pull/316)
- Fix a little unsorted results - [#304](https://github.com/qarmin/czkawka/pull/304)
- Fix Appimage(external bug) - [#299](https://github.com/qarmin/czkawka/issues/299)
- Fix error with saving results of name duplicates - [#307](https://github.com/qarmin/czkawka/pull/307)
- Update to Rust 1.5.1 - [#302](https://github.com/qarmin/czkawka/pull/302)
## Version 3.0.0 - 11.03.2021r
- Option to not ignore hardlinks - [#273](https://github.com/qarmin/czkawka/pull/273)
- Hardlink support for GUI - [#276](https://github.com/qarmin/czkawka/pull/276)

View file

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

View file

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

View file

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

View file

@ -37,7 +37,7 @@ Author: Rafał Mikrut
<property name="window-position">center</property>
<property name="type-hint">dialog</property>
<property name="program-name">Czkawka</property>
<property name="version">3.0.0</property>
<property name="version">3.1.0</property>
<property name="comments" translatable="yes">2020 - 2021 Rafał Mikrut(qarmin)
This program is free to use and will always be.
@ -2194,7 +2194,7 @@ This program is free to use and will always be.
<property name="can-focus">True</property>
<property name="editable">False</property>
<property name="has-frame">False</property>
<property name="text" translatable="yes">Czkawka 3.0.0</property>
<property name="text" translatable="yes">Czkawka 3.1.0</property>
<property name="xalign">1</property>
<property name="shadow-type">none</property>
<property name="caps-lock-warning">False</property>

View file

@ -19,7 +19,7 @@
</screenshot>
</screenshots>
<releases>
<release version="3.0.0" date="2021-03-11"/>
<release version="3.1.0" date="2021-05-09"/>
</releases>
<content_rating type="oars-1.0"/>
<developer_name>Rafał Mikrut</developer_name>

File diff suppressed because it is too large Load diff

View file

@ -29,4 +29,4 @@ modules:
- cargo-sources.json
- type: git
url: https://github.com/qarmin/czkawka.git
tag: 3.0.0
tag: 3.1.0

View file

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

View file

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

View file

@ -1,5 +1,5 @@
#!/bin/bash
pip3 install aiohttp toml
wget https://raw.githubusercontent.com/flatpak/flatpak-builder-tools/master/cargo/flatpak-cargo-generator.py
python3 flatpak-cargo-generator.py ./Cargo.lock -o flatpak/cargo-sources.json
pip3 install aiohttp
rm flatpak-cargo-generator.py