Revisions of peazip

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1223659 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 52)
- Update to 10.1.0:
  BACKEND
    * Pea 1.21, introduced scrypt KDF as default option to improve resilience to password guessing attacks (increasing memory cost per instance) over PBKDF2 implemented in previous versions
  CODE
    * Fixed "Ask before overwriting (in console)" extraction option, now correctly sets the app in console mode superseding other options
    * Fixed directory copy/move on Unix-like systems
  FILE MANAGER
    * GUI update
  EXTRACTION and ARCHIVING
    * Updated compression pre-sets
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1218729 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 51)
- Update to 10.0.0:
  BACKEND
    * Pea 1.20, can now search hash values of files on Google and Virustotal for detecting known malware,
      new command line switches to show text preview of files, and to directly save checksum/hash results
      in GNU Coreutils -compatible formats
    * 7z 24.08
  CODE
    * Legacy code cleanup
    * Sorted tab order of UI items
    * Various fixes
  FILE MANAGER
    * (Linux) Added MTP devices folder (Media Transfer Protocol) in Filesystem section of navigation sidebar,
      to make easier to access to mounted devices, i.e. Android phones / tablets
    * Expanded File tools section in file browser context menu, archive/extract context menu, and in Test menu in tool bar; it is now possible to
      + Save hash values in GNU Coreutils compatible format
      + Search SHA256 hash values on Google and VirusTotal
      + Display Text preview of file (attempts to parse file as utf8 text, displays linle numbers, text strings and line mumbers can be sorted alphabetically)
    * Revamped GUI
      + Hints and tooltips can now be turned on/off from Options > Settings, General tab
      + Icons used more sparingly to avoid information repetition and overload
      + Updated progress screen
      + Updated GUI rendering engine to be more flexible and memory efficient (up to 30% depending on the icon mode)
      + Updated Style menu
      + Updated Themes and embedded icons
      + Updated context menu
  EXTRACTION and ARCHIVING
    * From Options > Settings, Advanced tab it is possible to set "7z / p7zip syntax level" back to 17.05 and 16.02 releases,
      to improve compatibility with the syntaxt of legacy 7z / p7zip versions
    * Improved quick "Extract here" link in the toolbar is now also shown when one or more archives are selected in the file browser
    * Updated compression presets
    * Added tar.gz, tar.xz, and tar.zst presets
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1146720 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 47)
- Update to 9.7.1:
  CODE
    * Added "Requires restarting PeaZip" hint missing in some controls
    * Created SHA256.txt file containing SHA256 hash of each package in the release
    * Fixed Options links, now always open General tab as expected
    * Fixed restart loop switching off history checkbox, improved code against occurrence of similar issues
    * Fixed symbol lookup error experienced in some Linux ditributions with Qt5 packages
    * Fixed usupported compression method eoor experienced extracting source package using some unzip utilities
  FILE MANAGER
    * Updated translations
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1139371 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 45)
- Add peazip-lazfileutils.patch (patch by pragmalin).
  This fix is backward compatible with Lazarus 2.x.y, because unit
  LazFileUtils already exists there too. They just moved a few
  things from FileUtils to LazFileUtils.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1134586 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 44)
- Update to 9.6.0:
  BACKEND
    * Pea 1.16
  CODE
    * All scripts are now exported as UTF-8 encoded files, without BOM
    * Improved integrity self-checking of app's binaries
    * Libraries (.dll, .so, etc) and sfx modules are now checked (as for executables, matching SHA256 hash values with whitelisted known values)
  FILE MANAGER
    * Improved file / archive manager
    * Added an icon-only Compact sidebar displaying links to most commonly used system paths
    * Compact side bar can be set visible / hidden separately from the main Side bar
    * The Compact side bar is mainly meant for use when Side bar is hidden or in tree view mode
    * Improved browsing archives with some specific TOC issues (duplicated entries for same item, duplicates names with different cases)
    * Improved smart sorting of file names
    * Improved theming
    * All alternative tab styles (Button, Links, and Tabs) can now ne either centered or left aligned
    * Link tab style is now rendered with graphic as the other styles
    * Introduced profiles to store all configuration data (everything in conf path - except Profiles subfolder) to be loaded / saved in a single pass, either for different users or for different purposes, or to easily export all the conf data to another machine
    * Profiles are stored as *.profile.7z archives in "Profiles" subfolder in conf path and can be optionally encrypted with password/keyfile
    * It is possible to load / save profiles from main menu, Options
    * Various fixes and improvements
    * Fixed breadcrumb issues in full screen and immersive modes
    * Improved handling encrypted ARC files
    * Browsing ARC archive with encrypted filenames now correctly triggers password request
    * Extraction from context menu now correctly triggers password request, and can be terminated by the user if wrong password is provided
    * Input name and path is now correctly reported during archiving / extraction / list / test operations
  EXTRACTION and ARCHIVING
    * Improved archives extraction, "Extract then move to destination" is not applied when extracting to new folder, as naming conflict analysis is not needed
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1108029 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 43)
- Update to 9.4.0:
  * Add support for adding, editing, and removing archive-level comments in RAR and ZIP/ZIPX files,
    interactively (Alt+M) and from batch scripts, on single or multiple archives at once even of mixed types.
  * It is now possible to directly add files and folders to archives in Brotli, BZip2, GZip, TAR, WIM, XZ,
    Zstd, and Zpaq formats (from command line, Automator scripts, .desktop files, and context menu items),
    and it was updated the (peazip)/res/share/batch folder containing scripting and system integration examples.
- Use the new Lazarus packages.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1099754 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 42)
- Update to 9.3.0:
  BACKEND
    * 7z 23.01 (Linux, macOS, Windows)
    * Pea 1.13
  FILE MANAGER
    * Added column to display file-level comment in archives (default hidden)
    * While browsing an archive, the information popup (clicking on status bar) shows if the archive type can be edited in PeaZip
    * Updated Themes
  EXTRACTION and ARCHIVING
    * Added checkbox to manually set RAR binary for Custom / RAR compression format
    * Various fixes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1082932 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 41)
- Update to 9.2.0:
  BACKEND:
  * Can now use zpaqfranz https://github.com/fcorbelli/zpaqfranz as
    alternative backend for .zpaq. To use an alternative zpaq rename the
    binary as zpaq and replace the zpaq binary in /usr/lib64/peazip/res/bin/zpaq/
  CODE:
  * Fixed compression method is now saved accordingly for 7z.
  * Re-organized Help section with quicker access to online updates, Plugins,
    Themes, and Translations.
  * Privacy and Security section in main Settings tab, collecting all relevant
    functions, including Updates.
  FILE MANAGER:
  * Minor modification to themes and icons.
  * New options in Main menu, Organize (Tab bar can now be swapped with Address bar,
    Breadcrumb bar can be shown as plain text).
  EXTRACTION and ARCHIVING:
  * Can now set a custom alias name for 7z / p7zip binary, to make easier to use an
    alternative backend, in Options > Settings, Advanced tab.
  * Improved "Edit non-canonical archive types" (Options > Settings, Archive manager tab).
- Fix bin location for upx/arc/brotli/zpaq/zstd
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1067896 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 40)
- Update to 9.1.0:
  * Major restyle in application's look & feel and themes, and many
    usability improvements for the file manager, and archiving / extraction screens.
  * The scripting engine was refined, with the ability to adapt the syntax
    for a specific 7z version at runtime, and to export archive conversion tasks as scripts.
  * Support for TAR, Brotli, and Zstandard formats was improved.
  * Pea was updated to 1.12, fixing for CVE-2023-24785 (this fixes bsc#1208468)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1043702 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 39)
- Update to 9.0.0:
  BACKEND:
  * Pea 1.11.
  CODE:
  * Fixes, clean up of legacy code.
  * Improved speed and memory usage.
  FILE MANAGER:
  * GUI better adapts to size and preference changes.
  * Selecting one of the available tool bars (archive manager, file manager,
    image manager) restores its visibility if the Tool bar is hidden.
  EXTRACTION and ARCHIVING:
  * Added new options for 7z/p7zip backend.
  * Improved support for TAR format, and for formats used in combination with TAR.
  * Improved support for ZPAQ and *PAQ formats.
  * Updated compression preset scripts.
  * Updated plugin for PeaZip.
- Rebase all patches.
Displaying revisions 1 - 20 of 52
openSUSE Build Service is sponsored by