Revisions of peazip

buildservice-autocommit accepted request 1146720 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 127)
baserev update by copy to link target
Paolo Stivanin's avatar Paolo Stivanin (polslinux) committed (revision 126)
- 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
buildservice-autocommit accepted request 1146180 from Pragmatic Linux's avatar Pragmatic Linux (pragmalin) (revision 125)
baserev update by copy to link target
Pragmatic Linux's avatar Pragmatic Linux (pragmalin) accepted request 1146176 from Pragmatic Linux's avatar Pragmatic Linux (pragmalin) (revision 124)
- Update to 9.7.0:
  BACKEND
  * Brotli 1.1.0
  * Pea 1.17
  * Zstd 1.5.5
  * 7z 24.01 beta successfully tested, but not included as backend due its beta status
  CODE
  * Compiled with Lazarus 3.0, but still compatible with Lazarus 2.x line
  * Improved loading of translations
  * Can now load language files encoded as UTF8, and as UTF8-BOM (preferred)
  * Improved support for old translation files not matching with application's version
  * Various fixes
  * Fixed -ext2simple bug, the switch is now properly working
  * Fixed Qt5 seection issue, the file browser in details mode is now set to row selection
  FILE MANAGER
  * Smart filename sorting can now be turned on/off form Options > Organize
  * (Windows) PeaZip now supports the Windows 10 and newer systems Dark Mode using zamtmn
    metadarkstyle.lpk, thanks to user contributed pull request 114.
  * Classic dark themes / high contrast mode is still supported on all Windows systems
  * (Themes) Improved "Button" alternative Tab style
  * Vertical tabs in Options screen are now themed accordingly to theme's tab style
  EXTRACTION and ARCHIVING
  * Improved the scripting generation engine:
  * In Console tab af archiving and extraction screens it is now available a new option
    for the scripting engine to use strdin/stdout pipe for creation and extraction of
    compressed TAR archives, so no intermediate TAR file needs to be saved on disk during
    those operations
  * This option does not apply to the GUI app itself (which launches the operations as
    distinct single processes), but only to scripts generated by the application, which
    can be saved to run independently in console instances
  * The option applies only to formats handles through 7z / p7zip backend
  * For extraction operation, the option applies only a single or multiple archives are
    sent to extraction scren, not while brosing a single archive (either for partial or
    total extraction)
  INSTALLERS
  * (Linux) It is now available PeaZip Portable for aarch64 Linux, the first test release
    was released built on previous version's code
  * (Windows) Improved Windows 11 mini-context menu entries, now displaying correct
    PeaZip icons; sample scripts to integrate PeaZip with W11 mini-context menu are
    available in the app inside the subfolder (peazip)\res\share\batch\Windows\Windows 11
    mini context menu
  * (Windows) Packages and configuration wizard built with InnoSetup 6.2.2  
- Removed peazip-lazfileutils.patch (fixed upstream).

buildservice-autocommit accepted request 1139371 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 123)
baserev update by copy to link target
Paolo Stivanin's avatar Paolo Stivanin (polslinux) committed (revision 122)
update changes
Paolo Stivanin's avatar Paolo Stivanin (polslinux) committed (revision 121)
update spec
Paolo Stivanin's avatar Paolo Stivanin (polslinux) committed (revision 120)
- Add peazip-lazfileutils.patch (patch by Frank).
  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.
buildservice-autocommit accepted request 1134586 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 119)
baserev update by copy to link target
Paolo Stivanin's avatar Paolo Stivanin (polslinux) committed (revision 118)
- 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
buildservice-autocommit accepted request 1108029 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 117)
baserev update by copy to link target
Paolo Stivanin's avatar Paolo Stivanin (polslinux) committed (revision 116)
- 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.
buildservice-autocommit accepted request 1099754 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 115)
baserev update by copy to link target
Paolo Stivanin's avatar Paolo Stivanin (polslinux) committed (revision 114)
- 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
buildservice-autocommit accepted request 1082932 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 113)
baserev update by copy to link target
Paolo Stivanin's avatar Paolo Stivanin (polslinux) committed (revision 112)
update spec
Paolo Stivanin's avatar Paolo Stivanin (polslinux) accepted request 1082833 from C J's avatar C J (CJ) (revision 111)
- 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
buildservice-autocommit accepted request 1067896 from Paolo Stivanin's avatar Paolo Stivanin (polslinux) (revision 110)
baserev update by copy to link target
Paolo Stivanin's avatar Paolo Stivanin (polslinux) committed (revision 109)
fix
Paolo Stivanin's avatar Paolo Stivanin (polslinux) committed (revision 108)
- 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)
Displaying revisions 1 - 20 of 127
openSUSE Build Service is sponsored by