-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
changelog.html
968 lines (968 loc) · 40 KB
/
changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<meta name="AUTHOR" content="PeaZip Free Archiver Utility">
<meta name="DESCRIPTION"
content="Change log of PeaZip project development: bug fixes, improvements, new features, software release notes, packages hash values.">
<meta name="KEYWORDS"
content="change log, encryption, software, development, programming, file manager, software, application, program, utility, files, manage, archiving, compression, open source">
<meta name="ROBOTS" content="all">
<title>Change log | PeaZip bug fixes, new features, release notes</title>
<meta name="viewport" content="width=device-width">
<meta property="og:site_name"
content="PeaZip file archiver utility, free RAR ZIP software">
<meta property="og:title"
content="Change log | PeaZip bug fixes, new features, release notes">
<meta property="og:description"
content="Change log of PeaZip project development: bug fixes, improvements, new features, software release notes, packages hash values.">
<meta property="og:image" content="free-zip/peazip-icon.png">
<meta property="og:url"
content="https://peazip.github.io/changelog.html">
<link rel="stylesheet" type="text/css" href="peazip-software.css">
</head>
<body>
<div style="text-align: center;">
<table
style="width: 100%; text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top; text-align: center;">
<table
style="text-align: left; margin-left: auto; margin-right: auto;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top;"> <img
title="PeaZip change log and release notes" alt="peazip bug fixes"
src="peazip_ico24.png"
style="border: 0px solid ; width: 24px; height: 24px;"> </td>
<td style="vertical-align: middle;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="index.html">DOWNLOAD PEAZIP</a> </td>
<td style="vertical-align: middle; font-weight: bold;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="peazip-help-faq.html">ONLINE SUPPORT</a> </td>
<td style="vertical-align: top; font-weight: bold;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="screenshots-peazip-1.html">SCREENSHOTS</a> </td>
<td style="vertical-align: top; font-weight: bold;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="peazip-compression-benchmark.html">BENCHMARKS</a> </td>
<td style="vertical-align: top;">
<br>
</td>
<td style="vertical-align: middle; font-weight: bold;"><a
href="donations.html">DONATE</a> </td>
</tr>
<tr>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><img
alt="peazip new features" src="free-rar/archive-manager.png"
style="width: 12px; height: 12px;"> </td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="text-align: center; vertical-align: bottom;"><br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr align="center">
<td
style="vertical-align: top; background-color: rgb(72, 136, 248);">
<div style="text-align: left;"> </div>
<table
style="width: 960px; text-align: left; font-weight: bold; color: rgb(253, 253, 253);"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td colspan="1" rowspan="1" style="vertical-align: top;"> <br>
<h1 style="text-align: center;"><big><big><big><a
style="font-weight: bold;" name="peazip_bugfix_log"></a><span
style="font-weight: bold;">Change log | Fixes, new
features, release notes</span><br>
</big></big></big></h1>
<br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td
style="vertical-align: top; background-color: rgb(204, 204, 204);"><img
alt="peazip bug fixes" src="free-rar/file-compressor.png"
style="width: 2px; height: 2px;"><br>
</td>
</tr>
<tr>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><img
alt="peazip new features" src="free-rar/file-compressor.png"
style="width: 2px; height: 2px;"><br>
</td>
</tr>
<tr align="center">
<td style="vertical-align: top;"><br>
<table style="text-align: left;" border="0" cellpadding="6"
cellspacing="0">
<tbody>
<tr>
<td
style="vertical-align: top; text-align: center; font-weight: bold; background-color: rgb(240, 239, 238);"><small><a
href="peazip-help-faq.html">FAQ, HOW TO</a></small></td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><br>
</small></td>
<td
style="vertical-align: top; text-align: center; font-weight: bold; background-color: rgb(240, 239, 238);"><small><a
href="peazip-help.html">ONLINE TUTORIAL</a></small></td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><br>
</small></td>
<td
style="vertical-align: top; text-align: center; background-color: rgb(240, 239, 238); font-weight: bold;"><small><a
href="peazip-more.html">ISSUE TRACKER, CVE<br>
</a></small></td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><br>
</small></td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><a
href="changelog.html"><small>CHANGE LOG</small></a><br>
</td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238); text-align: center; font-weight: bold;"><small><a
href="peazip-tos-privacy.html">TOS, PRIVACY</a><br>
</small></td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238); text-align: center; font-weight: bold;"><small><a
href="peazip-free-archiver.html">WHAT IS PEAZIP</a><br>
</small></td>
<td
style="vertical-align: top; text-align: center; font-weight: bold;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238); text-align: center; font-weight: bold;"><small><a
href="peazip-reviews.html">REVIEWS</a></small></td>
</tr>
</tbody>
</table>
<br>
<table
style="background-color: rgb(240, 240, 240); width: 960px; text-align: left;"
border="0" cellpadding="24" cellspacing="0">
<tbody>
<tr align="left">
<td
style="background-color: rgb(255, 255, 255); vertical-align: top;">
<ul>
<li>
<p><a href="changelog.html#latest_software_release">PEAZIP
RELEASE
NOTES</a></p>
</li>
<li>
<p><a href="#bug_fixes_log">PEAZIP 10.X CHANGE LOG
(CURRENT
VERSION)</a></p>
</li>
<li>
<p><a href="#change_log_history">PREVIOUS
VERSIONS</a></p>
</li>
</ul>
</td>
</tr>
</tbody>
</table>
<table
style="background-color: rgb(240, 240, 240); width: 960px; text-align: left;"
border="0" cellpadding="48" cellspacing="0">
<tbody>
<tr align="left">
<td
style="background-color: rgb(255, 255, 255); vertical-align: top;">
<div style="text-align: left; color: rgb(0, 0, 0);">
<h2 style="font-weight: bold;"><big><big><big><a
name="latest_software_release"></a><a href="#peazip_bugfix_log">PeaZip
release notes</a></big></big></big></h2>
<big> </big> </div>
<br>
<div style="text-align: left;"> </div>
<div style="text-align: left;"> </div>
PeaZip 10.2.0 enhances detection of issues in archives, improves
displaying archive comments, adds support for Brotli and Zstandard
maximum compression, and updates app's icon to unify the look &
feel on all platforms.<br>
7z backend is updated to 24.09, and PEA is updated to 1.22 introducing
hybrid KDF mode, employing both PBKDF2 and Scrypt to
increase resiliency against dictionary and brute force
password-recovery attacks.<br>
Linux and macOS installers are updated, Qt6 packages replace Qt5 ones,
and Flatpak is now
built for Wayland (with fallback X11 option).<br>
<br>
Sources are compiled with Lazarus 3.6, and are still compatible
with Lazarus 2.x line.<br>
<br>
A total of 234 file extensions can now be opened as archives by PeaZip.<br>
<br>
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 <a
style="font-weight: bold;"
href="https://github.com/giorgiotani/PeaZip-Translations">translations
repository</a>
for newer language files and for any resource useful for translators.<br>
<br>
<br>
<h3><big><span style="font-weight: bold;">SHA256 hash
of packages</span></big></h3>
Hash values of each package are now published in the SHA256.txt file in
each release on GitHub.<br>
You can check hash values of current release in <a
style="font-weight: bold;" target="_blank"
href="https://github.com/peazip/PeaZip/releases/download/10.2.0/SHA256.txt">SHA256.txt
10.2.0</a>.<br>
</td>
</tr>
</tbody>
</table>
<table
style="background-color: rgb(240, 240, 240); width: 960px; text-align: left;"
border="0" cellpadding="48" cellspacing="0">
<tbody>
<tr align="left">
<td
style="background-color: rgb(255, 255, 255); vertical-align: top;">
<h2><big><big><big><a style="font-weight: bold;"
name="bug_fixes_log"></a><a href="#peazip_bugfix_log"><span
style="font-weight: bold;">PeaZip 10 change log
(current
version)</span><br>
</a></big></big></big></h2>
<div style="text-align: right;">2024 10 26 ..
CURRENT </div>
<br>
2025 01 01<br>
<div style="margin-left: 40px;">BACKEND<br>
<div style="margin-left: 40px;">7z 24.09, with new
dictionary size defaults for LZMA/LZMA2<br>
Pea 1.22 introducing <span style="font-weight: bold;">hybrid KDF</span>
to further increase the resilience of the KDF stage of triple cascaded
encryption, requiring multiple unrelated optimizations to mount an
hardware accelerated attack on the KDF<br>
</div>
<br>
CODE<br>
<div style="margin-left: 40px;">Fixes, updated documentation<br>
</div>
<br>
FILE MANAGER<br>
<div style="margin-left: 40px;">Archives of suitable types
(RAR, ZIP, ZIPX) are automatically tested for <span
style="font-weight: bold;">comment </span>when opened, if archive
comment is found, "COMMENT" note is displayed in the status bar<br>
</div>
<div style="margin-left: 80px;">
<div style="margin-left: 40px;">Move the mouse over the
"COMMENT" note to display the comment as hint<br>
Click the "COMMENT" note to open the comment editing screen<br>
Alt+M keyboard shortcut is always available as usual to directly open
the comment editing screen for one or multiple archives at once<br>
</div>
</div>
<div style="margin-left: 40px;">Improved <span
style="font-weight: bold;">detection of issues in archives</span>, for
archive types browsed with 7z/p7zip frontend<br>
<div style="margin-left: 40px;">If warnings are issued a
warning icon is displayed in the address bar for better visibility,
alongside the classic textual warning message in the status bar of
previous versions<br>
If further details are available, they will be visible clicking the
warning icon in the address bar or the textual warning message in the
status bar<br>
</div>
</div>
<div style="margin-left: 40px;">Improved keyboard shortcuts<br>
Updated app icon to unify look & feel on all supported platforms<br>
Updated Tux theme to improve aspect with dark mode / dark themes<br>
</div>
<br>
EXTRACTION and ARCHIVING<br>
<div style="margin-left: 40px;"><span
style="font-weight: bold;">Brotli </span>-q 11 and <span
style="font-weight: bold;">Zstd </span>--ultra -22 compression levels
enabled in the GUI<br>
It is now possible to manually delte input files / folders at the end
of tasks, from Options tab in the task progress window, i.e. to
directly delete a faulty archive failing the test procedure<br>
The progress window's icon now matches the format chosen for compression<br>
</div>
<br>
INSTALLERS<br>
<div style="margin-left: 40px;">(Linux) <span
style="font-weight: bold;">Qt6 </span>packages supersedes the old Qt5
packages<br>
(Linux) <span style="font-weight: bold;">GTK3</span>-alpha package is
now available for test purpose only (Lazarus support for GTK3 is in
alpha state), see Lazarus Widgetset wiki for more information
https://wiki.freepascal.org/Widgetset<br>
(Linux) <span style="font-weight: bold;">Flatpak </span>package is
now built for <span style="font-weight: bold;">Wayland</span>, with
fallback X11 option,
and compiled for the <span style="font-weight: bold;">Qt6 </span>widgetset<br>
(macOS) "macOS service menus" entry in the package is now a link
pointing to the folder with same name within the installed peazip.app
package, in this way running "xattr -dr com.apple.quarantine
/Applications/peazip.app" applies the correct attributes to the
scripts, which can be correctly installed on macOS 15 and following<br>
</div>
<br>
</div>
2024 11 12<br>
<div style="margin-left: 40px;">10.1.0<br>
<div style="margin-left: 40px;">BACKEND<br>
<div style="margin-left: 40px;">Pea 1.21, introduced <span
style="font-weight: bold;">scrypt KDF</span> as default option to
improve resilience to password guessing attacks (increasing memory cost
per instance) over PBKDF2 implemented in previous versions<br>
<div style="margin-left: 40px;">scrypt is now the default
KDF for all cascaded encryption modes, it can be set to use from 64 MB
(default) up to 1 GB memory, r set to 8, paralelism 1 to 8 (plus, the
KDF is repeated for each of the tree layers of the cascaded encryption)<br>
</div>
</div>
<br>
CODE<br>
<div style="margin-left: 40px;">Fixed "Ask before
overwriting (in console)" extraction option, now
correctly sets the app in console mode superseding other options<br>
Fixed directory copy/move on Unix-like systems<br>
(Windows) Fixed drag and drop bug preventing extraction towards some
file managers and third party apps, now more file managers are tested
for compatibility<br>
(Windows) Fixed drag and drop bug failing extraction at first try on
some instances<br>
</div>
<br>
FILE MANAGER<br>
<div style="margin-left: 40px;"><span
style="font-weight: bold;">GUI update</span><br>
<div style="margin-left: 40px;">Breadcrumb improvements<br>
<div style="margin-left: 40px;">Highlighting of temporary
paths in the breadcrumb bar is now
consistent with Theme colors<br>
New Theme option to optionally underline and highlight address
breadcrumb<br>
</div>
Navigation bar improvements<br>
<div style="margin-left: 40px;">Compact side bar mode is
now integrated with other navigation
bar modes (navigation, treeview, and none, which can be toggled with
Alt+4)<br>
</div>
<div style="margin-left: 40px;">It is now possible to
internally drag and drop extract items to
the navigation bar even whent it is set to Compact mode<br>
Navigation bar width is now automatically adapted to the zoom
level of the app<br>
</div>
File browser's column header menu is now more easily accessible
from the top entry in the navigation menu<br>
Updated Themes and icons to improve appearance on dark mode /
dark themes using alpha transparency<br>
<div style="margin-left: 40px;">Use of <span
style="font-weight: bold;">alpha transparency</span> is fully
supported (but not mandatory)
when designing Themes' icons, which are PGN images<br>
</div>
</div>
</div>
<br>
EXTRACTION and ARCHIVING<br>
<div style="margin-left: 40px;">Updated <span
style="font-weight: bold;">compression pre-sets</span><br>
</div>
</div>
</div>
<br>
2024 10 26<br>
<div style="margin-left: 40px;">10.0.0<br>
<div style="margin-left: 40px;">BACKEND<br>
<div style="margin-left: 40px;">Pea 1.20, can now <span
style="font-weight: bold;">search hash values of files</span> on
Google and Virustotal for detecting known malware, new command line
switches to show text preview of files, and to directly <span
style="font-weight: bold;">save checksum/hash results in GNU Coreutils
-compatible formats</span><br>
7z 24.08<br>
</div>
<br>
CODE<br>
<div style="margin-left: 40px;">(macOS) New <span
style="font-weight: bold;">macOS .icns icons to customize the app</span>
are now available in (peazip)/res/share/icons folder<br>
(macOS) Updated Automator scripts for <span style="font-weight: bold;">macOS
context menu integration</span>,
fixed empty error message after script execution<br>
(Windows) Improved Windows native drag and drop implementation (please
note current implementation still allows a single drag and drop
instance globally)<br>
<div style="margin-left: 40px;">Attempts to launch multiple
drag and drop instances, from single or multiple instance of the
application, are now effectively stopped without issues for the running
drag and drop indtance<br>
This limitation can be avoided using internal drag and drop extraction
(which is cross-platform) or unchecking "Use native drag and drop" in
options to switch to an alternative custom drag and drop implementation<br>
</div>
Legacy code cleanup<br>
Sorted tab order of UI items<br>
Various fixes<br>
</div>
<br>
FILE MANAGER<br>
<div style="margin-left: 40px;">(Linux) Added <span
style="font-weight: bold;">MTP devices </span>folder (Media Transfer
Protocol) in Filesystem section of navigation sidebar, to make easier
to access to mounted devices, i.e. Android phones / tablets<br>
(Windows) New System settings items, specific for Windows 10 and more
recent systems Settings app, are now featured in app context menu, File
manager > System tools for W10+ systems<br>
</div>
<div style="margin-left: 40px;">Expanded <span
style="font-weight: bold;">File tools</span> section in file browser
context menu, archive/extract context menu, and in Test menu in tool
bar; it is now possible to<br>
<div style="margin-left: 40px;">Save hash values in GNU
Coreutils compatible format<br>
Search SHA256 hash values on Google and VirusTotal<br>
Display Text preview of file (attempts to parse file as utf8 text,
displays linle numbers, text strings and line mumbers can be sorted
alphabetically)<br>
</div>
</div>
<div style="margin-left: 40px;"><span
style="font-weight: bold;">Revamped GUI</span><br>
<div style="margin-left: 40px;">Hints and tooltips can now
be turned on/off from Options > Settings, General tab<br>
Icons used more sparingly to avoid information repetition and overload<br>
Updated progress screen<br>
<div style="margin-left: 40px;">Activity graph moved to the
button bar, in order to be visible from all tabs<br>
Global progress bar now correctly take in account different input sizes
(archiving, conversion tasks)<br>
</div>
</div>
<div style="margin-left: 40px;"><span
style="font-weight: bold;">Updated GUI rendering engine</span> to be
more flexible and memory efficient (up to 30% depending on the icon
mode)<br>
<div style="margin-left: 40px;">7 sizes are now available:
Small, Medium, Large, Large +, and Large ++<br>
<div style="margin-left: 40px;">For details and list modes
16, 24, 32, 48, 64, 72, and 96px<br>
For icons mode 48, 64, 72, 96, 128, 144, and 192px<br>
Show thumbnails (filesystem only) is automatically set for any icon
sized 48px or more, and can be turned on/off for any size from main
menu, Organize<br>
(Windows) exe icons are now scaled to fit the file browser size<br>
</div>
All file browser styles and sizes are now supported on Linux / BSD<br>
Special folders icons are now displayed for all modes and sizes<br>
</div>
</div>
<div style="margin-left: 40px;">Updated Style menu<br>
<div style="margin-left: 40px;">Shows compact side bar
moved to main menu, Organize<br>
It is now possible to change breadcrumb style from Style menu (text
only, Windows/KDE, Gnome, macOS -style)<br>
It is now possible to toggle file browser icons size from Style menu
(new keybowrd shortcut Alt+7)<br>
</div>
Updated Themes and embedded icons<br>
<div style="margin-left: 40px;">Mac, Main, Ten, and Tux
themes updated, new theme format does not longer need 48px icons<br>
</div>
Updated context menu<br>
<div style="margin-left: 40px;">Added menu item to explore
Trash folder, in context menu, File browser
submenu<br>
Moved items: ZIP filename encoding is now in More submenu, File tools
is now in the root of the menu, Image manager is now in File manager
submenu<br>
</div>
</div>
</div>
<br>
EXTRACTION and ARCHIVING<br>
<div style="margin-left: 40px;">From Options > Settings,
Advanced tab it is possible to set "7z / p7zip syntax level" back to
17.05 and 16.02 releases, to <span style="font-weight: bold;">improve
compatibility with the syntaxt of legacy 7z / p7zip versions</span><br>
<span style="font-weight: bold;">Improved quick "Extract
here" link</span> in the toolbar is now also shown when one or more
archives are selected in the file browser<br>
<span style="font-weight: bold;">Updated compression presets</span><br>
</div>
<div style="margin-left: 80px;">Added tar.gz, tar.xz, and
tar.zst presets<br>
Revoved some less frequently used presets, which are still available in
(peazip)/res/share/presets/alt subfolder<br>
</div>
<br>
</div>
</div>
</td>
</tr>
</tbody>
</table>
<table
style="background-color: rgb(240, 240, 240); width: 960px; text-align: left;"
border="0" cellpadding="48" cellspacing="0">
<tbody>
<tr align="left">
<td
style="background-color: rgb(255, 255, 255); vertical-align: top;">
<h2><big><big><big><a style="font-weight: bold;"
name="change_log_history"></a><a href="#peazip_bugfix_log"><span
style="font-weight: bold;">Previous
versions' change log</span><br>
</a></big></big></big></h2>
<br>
<table style="width: 100%; text-align: left;" border="0"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top; width: 448px;"> <br>
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);"> <a
name="peazip_version_history"></a><a href="peazip9-changelog.txt">PeaZip
9</a><br>
2022 12 18 .. 2024 08 18<br>
</td>
</tr>
</tbody>
</table>
<br>
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);"> <a
name="peazip_bugfixes"></a><a href="peazip7-changelog.txt">PeaZip
7</a><br>
2019 12 01 .. 2021 04 19<br>
</td>
</tr>
</tbody>
</table>
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);"> <a
name="peazip_release_notes"></a><a href="peazip5-changelog.txt">PeaZip
5</a><br>
2013
06 23 .. 2016 01 01 </td>
</tr>
</tbody>
</table>
<br>
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);"> <a
name="software_changelog"></a><a href="peazip3-changelog.txt">PeaZip
3</a><br>
2010 02
10 .. 2011 08 27 </td>
</tr>
</tbody>
</table>
<br>
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);"> <a
name="peazip_project_change_log"></a><a href="peazip1-changelog.txt">PeaZip
1</a><br>
2006
11
06 ..
2008 03 15 </td>
</tr>
</tbody>
</table>
<br>
</td>
<td style="vertical-align: top; width: 24px;"><br>
</td>
<td style="vertical-align: top; width: 448px;"> <br>
<br>
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);"><a
name="peazip-8_new_features"></a><a href="peazip8-changelog.txt">PeaZip
8</a><br>
2021 06 10 .. 2022 10 09<br>
</td>
</tr>
</tbody>
</table>
<br>
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);"><a
name="peazip_new_features"></a><a href="peazip6-changelog.txt">PeaZip 6</a><br>
2016 02 27 .. 2019 09 01<br>
</td>
</tr>
</tbody>
</table>
<br>
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);"><a
name="peazip_bug_fixes"></a><a href="peazip4-changelog.txt">PeaZip
4</a><br>
2011
09
19 .. 2013 04 24 </td>
</tr>
</tbody>
</table>
<br>
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);"> <a
name="peazip_changelog"></a><a href="peazip2-changelog.txt">PeaZip
2</a><br>
2008
03
21 ..
2010 01 26 </td>
</tr>
</tbody>
</table>
<br>
<table
style="background-color: rgb(240, 240, 240); width: 100%; text-align: left;"
border="0" cellpadding="24" cellspacing="1">
<tbody>
<tr>
<td colspan="1" rowspan="1"
style="vertical-align: top; background-color: rgb(250, 250, 250);"> <a
name="software_development"></a><a href="peazip0-changelog.txt">Pea-Peach
(PeaZip 0)</a><br>
2006
09
16 ..
2006 10 02 </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<br>
<br>
<p><span style="font-weight: bold;">Synopsis: PeaZip
project development change log. Hash of current version's published
packages. Bug fixes, implementatio of new
software's features</span><span style="font-weight: bold;">, release
notes, history of previos version's change logs.<br>
</span></p>
<p><span style="font-weight: bold;">Topics: release notes,
hash of packages, change log, history of changes<br>
</span></p>
<p><span style="font-weight: bold;">PeaZip > Change log
| Fixes, new features, release notes<br>
</span> </p>
</td>
</tr>
</tbody>
</table>
<table
style="background-color: rgb(240, 240, 240); width: 960px; text-align: left;"
border="0" cellpadding="48" cellspacing="0">
<tbody>
<tr align="left">
<td
style="background-color: rgb(255, 255, 255); vertical-align: top;">
<table style="text-align: left;" border="0" cellpadding="6"
cellspacing="0">
<tbody>
<tr>
<td
style="vertical-align: top; background-color: rgb(72, 136, 248);"><small><span
style="color: rgb(253, 253, 253);">RECOMMENDED PAGES</span> </small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="peazip-macos.html">FREE ARCHIVE MANAGER FOR MACOS</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="peazip-linux.html">LINUX WINRAR ALTERNATIVE</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="peazip-portable.html">PORTABLE ARCHIVE MANAGER</a><br>
</small></td>
</tr>
</tbody>
</table>
<small><small><small> </small></small></small><br>
<table style="text-align: left;" border="0" cellpadding="6"
cellspacing="0">
<tbody>
<tr>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="free-rar.html">FREE RAR OPENER</a><br>
</small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="zip-files-utility.html">FREE ZIP EXTRACTOR</a></small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="encrypt-files.html">FREE ENCRYPTION SOFTWARE</a></small></td>
<td style="vertical-align: top;"><small><br>
</small></td>
<td
style="vertical-align: top; background-color: rgb(240, 239, 238);"><small><a
href="extract-encrypted-files.html">OPEN AND EXTRACT ENCRYPTED FILES</a></small></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<br>
</td>
</tr>
<tr align="center">
<td style="vertical-align: top;">
<table
style="margin-left: auto; margin-right: auto; width: 960px; text-align: left;"
border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
<td style="vertical-align: top;"><br>
</td>
</tr>
<tr>
<td style="vertical-align: top; width: 25%;"><small> <img
alt="peazip changelog" src="titles.png"
style="width: 129px; height: 2px;"><br>
<a name="peazip_bug_fixes_log"></a>DOWNLOADS<br>
<img alt="peazip bug fixes log"
src="free-rar/extract-rar.png" style="width: 1px; height: 1px;"
vspace="3"><br>
</small><small><a href="index.html">All
PeaZip downloads</a><br>
</small><small><a href="peazip-linux.html">PeaZip
for Linux</a><br>
</small><small><a href="peazip-macos.html">PeaZip
for macOS</a></small><br>
<small> <a href="peazip-64bit.html">PeaZip
for Windows</a><br>
</small><small><a href="peazip-sources.html">PeaZip sources</a></small><small><br>
</small></td>
<td style="vertical-align: top; width: 25%;"><small><img
alt="peazip changes" src="titles.png"
style="width: 129px; height: 2px;"><br>
<a name="peazip_change_log"></a>SUPPORT<br>
<img alt="peazip project bug fixes change log"
src="free-rar/extract-rar.png" style="width: 1px; height: 1px;"
vspace="3"><br>
<a href="peazip-help.html">Online
help</a><br>
<a href="peazip-help-faq.html">Frequently
Asked Questions</a><br>
</small><br>
</td>
<td style="vertical-align: top; width: 25%;"><small><img
alt="peazip file compression software" src="titles.png"
style="width: 129px; height: 2px;"><br>
<a style="color: rgb(0, 0, 0);"
name="peazip_cross_platform_archive_manager_tool"></a>ABOUT<br
style="font-style: italic;">
<img alt="peazip free archiver utility"
src="free-rar/extract-rar.png" style="width: 1px; height: 1px;"
vspace="3"><br style="font-style: italic;">
</small><small><a href="peazip-tos-privacy.html"
style="font-weight: normal;">PeaZip project: TOS,
Privacy</a><br>
</small></td>
<td style="vertical-align: top; width: 247px;">
<table
style="width: 100%; text-align: left; margin-left: auto; margin-right: 0px;"
border="0" cellpadding="3" cellspacing="0">
<tbody>
<tr>
<td style="text-align: right; vertical-align: middle;"><small><a
target="_blank" href="https://github.com/peazip/PeaZip/releases.atom">Releases
Feed</a></small></td>
<td
style="text-align: right; width: 30px; vertical-align: middle;"><small><img
alt="peazip project change log" title="PeaZip releases feed"
src="extract-zip/rss16.png" style="width: 24px; height: 24px;"
align="middle"></small></td>
</tr>
<tr>
<td style="text-align: right; vertical-align: middle;"><small><a
target="_blank" href="https://github.com/peazip/PeaZip/wiki">PeaZip
Wiki</a></small></td>
<td
style="text-align: right; width: 30px; vertical-align: middle;"><small><img
title="PeaZip Wiki online" alt="peazip packages hash values"
src="free-zip/wikipedia.png" style="width: 24px; height: 24px;"
align="middle"></small></td>
</tr>
<tr>
<td style="text-align: right; vertical-align: middle;"><small><a
href="mailto:giorgio.tani.software@gmail.com">Developer email</a></small></td>
<td
style="text-align: right; width: 30px; vertical-align: middle;"><small><img
alt="peazip bug fixes" title="Mail developer | Giorgio Tani"
src="free-zip/mail.png" style="width: 24px; height: 24px;"><br>
</small></td>
</tr>
<tr>
<td style="text-align: right; vertical-align: middle;"><small><a
href="peazip-more.html">Search knowledge-base</a><br>
</small></td>
<td
style="text-align: right; width: 30px; vertical-align: middle;"><small><img
alt="peazip new features" title="Search in PeaZip project domain"
src="extract-rar/rar-opener.png"
style="border: 0px solid ; width: 24px; height: 24px;" align="middle"></small></td>
</tr>
</tbody>
</table>
<br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>