PeaZip 9.0.0 completes the GUI evolution of 8.x line, both with
look&feel updates and with under the hood improvements, making the
application easier to customize and adapt to different needs and
environments.
Plugin are now simpler to install, support for PAQ and ZPAQ formats
support is improved, more options are available for 7z/p7zip backend,
and the application can now extract compressed TAR archives in a single
step.
A total of 230 file extensions can now be opened as archives by PeaZip,
with the addition of .pmdx, .pmvx, .tmdx, and .prdx SoftMaker Office
files.
Translations are
available in over than 30 languages, any help is welcome to translate
PeaZip
to new languages and to maintain current localizations up to date, so
please consider taking the time to give a look to translations
directory
for newer language files and for any resource useful for translators.
SHA256 hash values of
9.0.0
release packages
peazip-9.0.0.about_translations.zip
e26ce6bcbcc16aed7715bbb14d877d1f94f49fdafa8081af7b6e12e6d28d4c99
peazip-9.0.0.DARWIN.aarch64.dmg
556db5cc95a229dbb16c9c29085e1978fbae2138c0ddb7f935a572047bd855e8
peazip-9.0.0.DARWIN.x86_64.dmg
65f184f2a79be59096231b9f18daf4a22018c4f47f99c4b503278b86bb60af9a
peazip-9.0.0.LINUX.GTK2-1.x86_64.rpm
0d60524351e9f09e5291afc2ab568110a59a751140da675aacd8315e93a77419
peazip-9.0.0.LINUX.Qt5-1.x86_64.rpm
f3f8db6c8bd1a3fa84a73c5ce9eb2c3c191e87306ddb6edab17816282d24471e
peazip-9.0.0.pack.zip
6a84857453a46ea3e9bcdda2d4829a35218ae52e3521b6e35d62b8619d052bf3
peazip-9.0.0.src.zip
a25f08779f87a83874cddfe20d1470ff1ce34df455d561dcb24eafec911c4976
peazip-9.0.0.WIN64.exe
714e147b0da63e745c5a99f5376d2a34a8ef73e4196e68c783c091f609b8a5bc
peazip-9.0.0.WINDOWS.exe
dbe05a51b346c1aaa26c04667d0e8f5aec673f769197558f41ecb55242604dff
PeaZip_9.0.0.0_x64__m1xx1d1szsx2y.msix
97efe7b47de540d4bb6807bc14e822a9ffe829b6ae4576474e8750af454a9813
peazip_9.0.0.LINUX.GTK2-1_amd64.deb
8d604e1bbe350d25e4875dff6a2e18bb98830786089137582e58cf389b031f1e
peazip_9.0.0.LINUX.Qt5-1_amd64.deb
7f3a4a0ea597a5b45c18990d4e157e290d75428f769b694596d3074bfc01ebce
peazip_help.pdf
40668a5883e98c8008bf4f6e1afab8b4c2919a20172a527d8b43916b57f5def2
peazip_portable-9.0.0.LINUX.GTK2.x86_64.tar.gz
5e07928ec029e8e672cb34ca9fc725442a86967cd04d035b00f128efdc9e8fe4
peazip_portable-9.0.0.LINUX.Qt5.x86_64.tar.gz
3af98139200c0971a0fc65d02108b8f92c44818e66f6ceebc69fdb9b3f1b884b
peazip_portable-9.0.0.WIN64.zip
42f0d7ca62a66e462fcf338bc2d36a4a8600ed78016123737c8ff9616a39df19
peazip_portable-9.0.0.WINDOWS.zip
70ac8e477dafe178aecb25e7eb361802bc458ac0cea9f969881c07f2b16c1e62
CVE entries for PeaZip 
NOTES ABOUT SOURCE PACKAGE:
Source
files
are in "dev" subdirectory.
Compiled binaries, which are generated in "dev" subfolder, must be
moved
up one level to package's root (which contains "res" subdirectory
exactly as
standard packages), then "dev" subdir is no longer needed.
The "res"
subdirectory contains resources used by the main app's binaries.
The res subdirectory provided by source package (as
template for creating a working PeaZip port / distributable package)
contains only non- OS
/ architecture -dependant resources, this means that res/bin is simply
a placeholder
not containing actual third party binaries - you must find appropriate
binaries for the intended target platform.
It is possible to hardcode paths of backend binaries
at compile
time in order to met specific FHS or security requirements - e.g. using
paths only writeable with admin / root privileges - set from HBINPATH
constant in code.
It is possible to
define at compile time a list of
known hash
values for known binaries invoked by PeaZip, which can be
checked on
demand to detect non-matching values - set in "checkchash" function in
peach.pas.
|
2022 12 18 ..
CURRENT
2022 12 18
9.0.0
BACKEND
Pea 1.11
CODE
Fixes, clean up of
legacy code
Improved progress bar
Improved speed and memory usage
about 10% faster using 10%
less memory opening 250K items archive
about 3x faster adding files to archiving / extraction layout from some
method which were previously poorly performing (e.g. drag and dropping
files to archive)
removed performance bottleneck on selection of large group of items in
the browser
FILE MANAGER
GUI better adapts to size
and preference changes
Address breadcrumb adapts
the number of displayed items on the width of the application window to
improve usability
If the Tool Bar is hidden, main functions (add, extract, test/list
submenu) are shown on the right side of the Address Bar alongside Style
menu
From main menu > Organize it is now possible to set "Sort dirs before files" (as common
on Windows file managers) or not (as common on macOS and Gnome)
Selecting one of the available tool bars (archive manager, file
manager, image manager) restores its visibility if the Tool bar is
hidden
Style menu "..." on the right of the tool / address bar now can
alternatively display the main menu in form of popup menu
Navigation menu can now toggle side bar (navigation, treeview, hide),
and display Headers context menu
Add and Extract actions are now featured at the top level of "Open"
group in side menu and of "Open" submenu in navigation bar
EXTRACTION and ARCHIVING
Added new options for
7z/p7zip backend
Added option to do not modify last access time of
input files
Added options to do not follow
symbolic links / hard links (save as links in archives) for WIM
and TAR archives
Added option to limit maximum memory
usage during compression
Re-organized 7z/p7zip advanced options in archive creation screen
The new options are still not available on macOS, as an older 7z
version is available on that platform, not fully supporting all the new
features
Improved support for TAR format, and for formats used in
combination with TAR
"TAR before" action now
applies full advanced options
Improved generation of scripts with "TAR before" option enabled
Compressed TAR archives can now be optionally extracted in a single
step ( atomic tar extraction)
The new option is available
in main menu, Options > Settings, Archive manager tab
This behavior can be set separately for extraction and for archive
conversion, which comprehends a preliminary extraction step
Improved support for ZPAQ and
*PAQ formats
zpaq archives are tested
for encryption, to ask for password if necessary when opened, extracted
or converted
zpaq-specific options are now shown in extraction screen (no longer
needing to go to Advanced tab) whenever a .zpaq archive is opened, or
listed for extraction
it is now possible to extract zpaq archives to absolute, full or
relative paths
it is now possible to preview content of zpaq archives if a single file
is in the archive and extraction option is set to relative paths
it is now possible to preview content of paq8 archives if a single file
is in the archive
Updated compression preset scripts
Updated plugin for PeaZip
Plugin are now provided as
tar archives, to install a plugin extract the content to
(peazip)/res/bin/ directory
From Settings, About tab (also available from main menu Help >
About) it is possible to directly open (peazip)/res/bin/ directory and
to verify installed plugin
From the About screen it is now also possible to check hash of binaries used by the
application against known hash values, as in main menu > Tools
submenu
|
Synopsis: PeaZip
project development change log. Hash of current version's published
packages. Bug fixes, implementatio of new
software's features, release
notes, history of previos version's change logs.
Topics: release notes,
hash of packages, change log, history of changes
PeaZip > Change log
|
|