forked from pool/peazip
Accepting request 752825 from home:alois:branches:devel:languages:pascal
update to 7.0.0 OBS-URL: https://build.opensuse.org/request/show/752825 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=58
This commit is contained in:
parent
8972c10724
commit
28b4fa67ed
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:67fd27bce4ea8c1b2e374d6a68d4cd82f56dc776df025075faa5581842770077
|
|
||||||
size 4932138
|
|
3
peazip-7.0.0.src.zip
Normal file
3
peazip-7.0.0.src.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ba54683ea2a86a677cd9258be15a4eea826cfce0ad2a87d6a86615a9c7f6e83c
|
||||||
|
size 5834941
|
@ -1,3 +1,67 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 2 08:36:49 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- Update to version 7.0.0
|
||||||
|
BACKEND:
|
||||||
|
* PEA 0.66
|
||||||
|
FILE MANAGER:
|
||||||
|
* Added option to automatically open tar archive inside tar.*
|
||||||
|
compressed files
|
||||||
|
* Option is on by default, can be set in Options > Settings >
|
||||||
|
Archive manager
|
||||||
|
* Drag & drop can now be hot swapped between standard and
|
||||||
|
custom mode while using the application
|
||||||
|
* Improved finding duplicate files, both with crc/hash and
|
||||||
|
quick duplicate check: Info column shows "D" for duplicate
|
||||||
|
for each copy of file with same digest value, except the last
|
||||||
|
copy found
|
||||||
|
* Sorting files for Info column allows to quickly select (and
|
||||||
|
delete) duplicate items
|
||||||
|
* Sorting files for checksum/hash column allows to easily
|
||||||
|
compare identical files as in previous versions
|
||||||
|
* New function to analyze content of folders in file browser
|
||||||
|
(from column header menu)
|
||||||
|
* Info column marks empty folders with "E"
|
||||||
|
* Checksum/hash column shows content of folders: number of
|
||||||
|
directories, number of files, and total size
|
||||||
|
* New scaling mechanism for better support of high DPI in
|
||||||
|
PeaZip and Pea executables
|
||||||
|
* UI elements are scaled at run time at discrete steps zooming
|
||||||
|
up to 10x of design time size, using Lazaruz LCL scaling
|
||||||
|
* Graphic is accordingly scaled at run time, accepting
|
||||||
|
arbitrarily sized graphic sources
|
||||||
|
* Embedded 16 and 32 pixel icons are currently provided with
|
||||||
|
3x definition (48 and 96 pixel respectively) to provide high
|
||||||
|
quality graphic up to 300% scaling
|
||||||
|
* New themes for PeaZip version 7+ uses 8 or 32 bit PNG with
|
||||||
|
transparency, and currently provides 16 and 32 pixel icons
|
||||||
|
upscaled to 3x definition
|
||||||
|
* New Windows icons for menus and file types; new icons allows
|
||||||
|
to better distinguish supported file types, at large and
|
||||||
|
small resolutions
|
||||||
|
* When a single file of unsupported format is passed as
|
||||||
|
parameter, the application lets the user decide if to try to
|
||||||
|
open it as archive or to add it to new archive
|
||||||
|
* Various fixes
|
||||||
|
* Fixed System benchmark tool
|
||||||
|
EXTRACTION and ARCHIVING:
|
||||||
|
* Improved progress bar accuracy
|
||||||
|
* Option to delete input files after task completion is now
|
||||||
|
globally applied to all archiving / extraction functions
|
||||||
|
* Also batch version of direct archiving / extraction
|
||||||
|
functions now apply the deletion on completion policy
|
||||||
|
accordingly to the application's configuration
|
||||||
|
* Alternative versions of batch commands are now available in
|
||||||
|
order to explicitly ignore deletion on completion policy,
|
||||||
|
with "i" appended after function name: -add2peai,
|
||||||
|
-add2crypti, -add27zi, -add27zmaili, -add2separate7zi,
|
||||||
|
-add2sfx7zi, -add2sfx7zmaili, -add2zipi, -add2zipmaili,
|
||||||
|
-add2separatezipi, and -ext2herei, -ext2folderi, -ext2toi,
|
||||||
|
-ext2tofolderi, -ext2simplei, -ext2simplefolderi
|
||||||
|
* Fixed and improved -add2split batch command, can now accept
|
||||||
|
multiple input files and folders (if more than one file is
|
||||||
|
passed as input it will be consolidated in a tar archive)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 1 15:30:34 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
Sun Sep 1 15:30:34 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package peazip
|
# spec file for package peazip
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define _peazipinstalldir %{_libdir}/peazip
|
%define _peazipinstalldir %{_libdir}/peazip
|
||||||
Name: peazip
|
Name: peazip
|
||||||
Version: 6.9.2
|
Version: 7.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Graphical file archiver
|
Summary: Graphical file archiver
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e5c22b36409f7fb7e2284bef15af39a459e4699308c0d494af14a1e1d08bc7c7
|
|
||||||
size 1092761
|
|
3
peazip_help-7.0.0.pdf
Normal file
3
peazip_help-7.0.0.pdf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2c460f355990d620fd0698ae36d414afa77edd7910bc7a1c98ccdbe6df0b242d
|
||||||
|
size 1100764
|
Loading…
Reference in New Issue
Block a user