SHA256
1
0
forked from pool/peazip
Commit Graph

14 Commits

Author SHA256 Message Date
Pragmatic Linux
457c5ac63c Accepting request 1173639 from home:pragmalin:branches:devel:languages:pascal
- Update to 9.8.0:
  BACKEND
  * Pea 1.18

  CODE
  * Code cleanup
  * Compiled with Lazarus 3.2, sources are still compatible with Lazarus 2.x line
  * Various fixes
    * Fixed directory name sorting which for some widget sets was wrongly displayed in
      treeview and breadcrumb dropdown menus
    * Fixed drag and drop extraction failing for some paths (Windows)
    * Fixed inability to browse symlinked directories on Windows (other systems are
      immune from the issue)

  FILE MANAGER
  * Added "Always browse archives in flat view" option switch in main menu > Browse and
    app's context menu > Navigation
  * Added Comment, and Info functions to Status bar context menu, to improve its
    usefulness in providing information to user
  * Improved direct extraction of archives from context menu
    * From context menu "Extract to" submenu it is now possible to directly extract all
      or selected item(s), without further confirmation, to any output path in bookmarks,
      history or breadcrumb
    * Extract here links (optionally to smart folder or to new folder) can now extract
      all or selected items
      * In the dropdown menu of Extract button are still available "Extract all" entries
    * Selection and navigation submenus in extraction and archiving screens are now
      organized in same way of extract here submenu: bookmarks are shown first, history,
      session history, and breadcrumb are shown in History submenu
    * Rename dialog now allows to directly switch to Move to dialog (change file path
      string rather than file name string)
  * Updated themes
    * New Mac and Tux themes
    * Old themes and additional custom themes are still available online, clicking "Check
      for Themes" button on Themes screen (Windows 10+) The application, which by default
      follows system colors, can be manually forced to light or dark mode, regardless
      system mode, creating an empty file named "light" or "dark" in the same path of the
      executable (not integrated with themes due to technical limitations)

  EXTRACTION and ARCHIVING
  * Added new command line switches, which can be used both in scripts and for system
    integration (context menus, SendTo items, .desktop files, Automator scripts)
    * -ext2neutral directly extracts archives in current path applying the "new folder"
      policy as defined in PeaZip app (non, new folder, smart new folder, or force new
      folder)
    * -ext2downloads, -ext2desktop, -ext2documents directly extract archives in
      Downloads, Desktop, or Documents path (applying app's new folder policy)
    * -ext2bookmark(1..8) extract archives in the path of the bookmarked item number 1 to 8
    * Windows context menu versions of those switches begins with -ext2multi instead of -ext2
    * Created sample scripts (.bat, .sh), W11 mini-context menu entries, SendTo items,
      .desktop files and macOS service menus for -ext2downloads, -ext2desktop,
      -ext2documents switches, in (PeaZip)/res/share/batch directory

OBS-URL: https://build.opensuse.org/request/show/1173639
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=128
2024-05-13 11:41:43 +00:00
Pragmatic Linux
fee01c54a5 Accepting request 1146176 from home:pragmalin:branches:devel:languages:pascal
- 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).

OBS-URL: https://build.opensuse.org/request/show/1146176
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=124
2024-02-12 13:08:14 +00:00
Paolo Stivanin
e01be937c2 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=118
2023-12-22 06:40:53 +00:00
Paolo Stivanin
d60bcbab7f fix
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=109
2023-02-27 07:47:59 +00:00
Paolo Stivanin
477614cfe8 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=106
2022-12-19 07:08:44 +00:00
ad990efddd Accepting request 970050 from home:polslinux:branches:devel:languages:pascal
- Update to 8.6.0:
  BACKEND
    * Pea 1.07
    * 7z updated to 21.07
    * (Linux) Zstd 1.5.2
  CODE
    * Fixed dictionary size for ZIP using XZ compression
    * Compiled with Lazarus 2.2.0
    * Various fixes
  FILE MANAGER
    * Improved theming
    * New .ico and .png icons are now available in (peazip)/res/share/icons
      directory for customizing the application on Linux, macOS, and Windows systems
    * Simplified organization of UI layout
    * Added link to devices mounted in /var/run/media in filesystem treeview, when applicable
    * File / archive browser can now alternatively display larger details,
      and large list modes (from Style menu on status bar) in order to improve readability and touch usability
  EXTRACTION and ARCHIVING
    * Added "Immediate execution" option for Profiles and Presets, in Add button's dropdown menu
    * Added command line switches to compress items using one of the compression presets
      or loading a saved custom compression setting
    * Added option to not immediately save edited files into archive, keeping changes for further editing
      (or for manually saving to archive from context menu, More submenu)
    * Labels in status bar of Archiving and Extraction screens are clickable to show synthetic information about the task
    * Improved compression settings
    * Improved usage of Layouts
- Switch from GTK2 to QT5

OBS-URL: https://build.opensuse.org/request/show/970050
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=98
2022-04-14 08:55:05 +00:00
c32729a7ee Accepting request 931899 from home:polslinux:branches:devel:languages:pascal
- Update to 8.3.0:
  BACKEND
    * Total max length of command scripts generated by the application
      can be customized from 32KB to 2MB from
      Options > Settings > General, Performances
    * szcnick/p7zip regressed from 17.04 to 17.02 due a possible bug
      handling some zip files different versions / branches of p7zip
      (provided same syntax is employed) can be used simply replacing binaries
      in (peazip)res/bin/7z path
    * Updated to pea 1.04
  CODE
    * Improved compliance with Open Desktop specifications: configuration
      is now saved in $XDG_CONFIG_HOME/peazip directory; if $XDG_CONFIG_HOME
      is not defined configuration is saved to $HOME/.config/peazip.
      To import existing configuration simply copy content of
      $HOME/.PeaZip directory to the new location
    * Fixed possible error with progress bar
    * Fixed possible error not asking password opening some encrypted archives,
      and reduced false positive cases in which it the application
      suggested to provide a password
    * Fixed error reporting information about multi volume archives
    * Fixed error in file manager selecting files with same
      characteristics of selected item
  FILE MANAGER
    * Shortcuts to /media, /run/media, and /mnt (if not empty) are now
      featured in navigation tree, under filesystem group
    * Improved automatically configuring XFCE apps alternatives in
      "Open with" menu: Mousepad, Midori, Parole, Ristretto
    * Fixed theming issues with GTK2
    * Column header's context menu is now accessible alternatively

OBS-URL: https://build.opensuse.org/request/show/931899
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=95
2021-11-17 09:37:31 +00:00
ab89b380c8 Accepting request 922321 from home:polslinux:branches:devel:languages:pascal
- Update to version 8.2.0
  * BACKEND
    * Updated Brotli to 1.0.9 version
    * Added read support (browse / test / extract) to Lzip .lz file type
    * Added support for .apkm, .apks, and .aab packages Android package formats
    * Updated Pea 1.02
    * Updated Zstd 1.50
    * Updated p7zip 17.04
  * CODE
    * maximum length of CL generated on Linux systems is now increased to
      128 K characters in contrast to much more limited 32 K characters
      allowed on Windows systems
  * FILE MANAGER
    * Improved system directories shown by default in navigation tree
      on the left of file manager
    * Updated list of apps automatically detected for Open with submenu;
      apps and scripts can be customized in Options > Settings, Applications tab
    * Enabled System tools submenu in context menu > File manager
    * New Ctrl+Alt+A link to autoadjust file browser columns
    * Themes: added "Presets" link on the right of Application accent color picker,
      allowing to quickly customize both application and text accent colors accordingly to
      common color themes of reference Operating Systems e.g. Mint, Ubuntu, Windows
  * EXTRACTION and ARCHIVING
    * Added XZ (Linux, Windows) and Zstd (Linux) as optional algorithms for ZIP/ZIPX compression,
      from Advanced tab in archiving / conversion screen
    * Improved extraction
    * Improved raw file spanning, it is now possible to submit multiple separate
      input files at once to be split to specified size
    * Improved support for .xxxaa spanned files from Unix/Linux split command
    * New option for default behavior at application startup: Extract all here (smart new folder)
    * Added support (as container files) to .whl Python archives and .gem Ruby gem archives
    * Added option to extract all, selected or displayed items to extraction dropdown menu,
      replicating Extract button context menu
    * Added actions to Test all, selected or displayed items in Test button context menu
- Rebase peazip-desktop.patch

OBS-URL: https://build.opensuse.org/request/show/922321
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=94
2021-09-30 09:00:14 +00:00
5f9efb6540 Accepting request 881054 from home:ecsos
Update to 7.8.0

OBS-URL: https://build.opensuse.org/request/show/881054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=89
2021-03-24 14:16:08 +00:00
c8f5eda7ca Accepting request 860163 from home:ecsos
- Update to 7.6.0
  * BACKEND
    - (Winodws, ReactOS) McMilk codecs in 7z\Codecs path are now 
      automatically checked at PeaZip startup, in order to disable
      them (moving in 7z\Codecs\bk) on systems not capable to run
      them (as XP or ReactOS), and re-enable them on other systems;
      this works for both Portable and installable packages without
      requiring manual intervention
  * CODE
    - Various fixes
  * FILE MANAGER
    - (in left navigation panel) Archive treeview is now 
      automaticaly updated accordingly to browsing in file manager
      area
      - This option can be fine tuned in Options > Settings > 
        Archive manager
    - Various usability improvements
      - Can now set current path as default archiving or extraction
        path
      - Options > Settings > General, Advanced, and Archive manager
        tabs reorganized
      - Improved and updated themes, and simplified Theme tab
  * EXTRACTION and ARCHIVING
    - Improved handling ZIP files with code pages different than
      local
      - Can now customize code page for reading/writing filenames
        in ZIP archives, from Options > Settings, 
        Advanced tab it is possible to set:
        - Local code page, then UTF-8 for sysmbols outside local
          code page (default)
        - Force UTF-8 for non-ASCII characters
        - Force local code page
        - Use a custom code page: an arbitrary code page can be
          entered by user (the host machine needs to support the 
          code page to run the tasks, otherwise tasks can be saved 
          as scripts and run on different machines)
      - Text encoding entry is now accessible also from application's
        file browser context menu, and in Archiving and Extraction
        screens context menus
    - Within PeaZip file manager it is now possible to use 
      copy/paste shortcuts Ctrl+C (or Ctrl+X) / Ctrl+V to extract
      items from archives to filesystem
      - If clipboard is set to keep multiple selection operations
        at once:
        - Copy/paste extraction is possible form multiple archives
          at once
        - It is also possibile to mix cut/paste and extraction
          operations
      - Extraction targets the file system, it is not currently 
        possible i.e. to directly paste compressed items from 
        archive A to archive B
        
- Changes from 7.5.0
  * CODE
    - Various fixes
  * FILE MANAGER
    - Create new folder is now also available for 7Z/p7Zip and RAR
      supported archive types
    - Improved file renaming routines
      - added function to cutting file names at specified lengtt
      - added function to replace / remove non-ASCII characters
      - all quick rename functions (lowercase, replace string, 
        etc...) are now also available when browsing 7Z/p7zip and 
        RAR supported archive types
    - Updated icons in embedded theme and added icons to 
      distinguish common archive types
    - Updated Ten theme
  * EXTRACTION and ARCHIVING
    - Added "Extract everything for special file types"
      (to 7Z-supported archive types) to optionally extract the 
      entire archive (or current path) to preview special filetypes
      which usually needs external data to properly run, in example
      .html, .bat, and .exe files
      - From Options > Settings > Archive manager, Extract group is
        possible to customize "Extract everything for..." behavior
        - Never use special preview, Ask, Always (default)
        - Extract entire archive (default) or Extract displayed 
          items only (items in current path, or matching search 
          filters) which can be faster than extracting the entire
          archive
    - Archive timestamp preservation directive is now also applied
      to rename and delete operations 
      (previously only for add / update)
    - Options > Settings > Archive manager, Extract group: added 
      option to auto close PeaZip after extraction if no browsing 
    - actions took place (default off), useful in example if a 
      downloaded file was opened for quick inspection before 
      extraction
   - Options > Settings > General (Windows): added options for
     locking or hiding target window during drag and drop 
     operations, by default target window is hidden and locked 
     while the operation is running
    - Out of the box default compression levels are set to fast for
      ZIP and 7Z formats
      - compared to previous ZIP normal default, ZIP fast is over 
        400% faster providing 2% worse compression ratio, and 7Z 
        fast is 25% faster providing 3% better compression ratio
      - compared to previous 7Z normal default, 7Z fast is 500% 
        faster providing 5% worse compression ratio
      - please note compression levels and compression presets 
        works as usual, the new settings are meant only to provide
        novice users better performance balance for general purpose
        tasks
    - Modified existing preset scripts
      - 10 from faster zip to fast zip
      - 12 (Linux) from .tar.zst to .7z using Zstandard compression
        (which requires single pass)
    - Test mode always show details about single files in archive
  * WINDOWS & LINUX INSTALLERS
    - (Windows XP) additional 7z codecs introduced in 7.4 line, 
      incompatible with Windows XP, are deactivated when installed
      on XP machines, consequently the error messages are no longer
      triggered when using 7z backend
        
- Update to 7.4.2
  * BACKEND
    - (Linux) p7zip 16.02 superseded by sznick/p7zip fork 17.02,
      not available for legacy 32 bit platforms added support for
      FLZMA2, LZ4, and Zstd compression algorithms in .7z format
      algorithm selection dropdown is now common to all platforms,
      unsupported algorithms for one platform are preceeded with / 
      (currently unsupported /Brotli, /Lizard, and /LZ5 on linux)
  * CODE
    - Various fixes
  * FILE MANAGER
    - (Windows) File manager now displays icons for exe files for
      better usability, using a separate thread; previously the
      feature was enabled only if browser was set to show thumbnails
      In-archive Extract and open with PeaZip and Preview with
      PeaZip now forces trying to open file as archive, as in Open
      as archive menu entry
  * EXTRACTION and ARCHIVING
    - (Windows) Drop target window is locked, as in WinRar, until
      drag and drop operation is completed
      If password contains characters that can be troublesome if 
      used in scripts (i.e. quotes) it is now possible to 
      interactively enter password in console to create / extract
      archive types handled through 7z/p7zip, ARC, and RAR backends
Wed Sep  26 18:19:14 UTC 2020 - ecsos <ecsos@opensuse.org>
- Update to 7.4.1
  * BACKEND
    - Pea 0.74
      Introduced PEA format revision 1.3, supporting multiple 
      cascade authenticated encryption, each cipher with 256 bit key,
      in EAX mode: AES+Twofish+Serpent, Twofish+Serpent+AES, Serpent+AES+Twofish
      Fixed a bug preventing extraction of PEA archives in case of naming conflicts
  * CODE
    - Fixed Fast-LZMA2 dictionary sizes
    - Fixed error 127 erroneously raised in some cases
  * FILE MANAGER
    - Improved directories smart sorting in file manager
    - Improved tabs
      - closing last tab collapses tab bar
      - mouse middle button closes tab
  * WINDOWS & LINUX INSTALLERS
    (Windows) Fixed context menu entry "CRC, hash and file tools",
    now pointing by default to "Checksum/hash (common algorithms)"
    consistently to all other calls form PeaZip

OBS-URL: https://build.opensuse.org/request/show/860163
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=83
2021-01-05 10:38:39 +00:00
d358efc82c Accepting request 837798 from home:alois:branches:devel:languages:pascal
- Update to version 7.4.0
- Fix boo#1175933

OBS-URL: https://build.opensuse.org/request/show/837798
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=80
2020-09-25 15:14:56 +00:00
ea935f0dc5 Accepting request 800645 from home:alois:branches:devel:languages:pascal
- Update to version 7.2.2
  * Improved archive creation procedure, saving settings for
    file spanning, dictionary, word, passes, and block size.
  * Current compression settings defined in the GUI can be saved
    into custom compression settings files, and default
    compression presets can be customized / replaced.
  * ZPAQ support was improved optimizing compression, and
    enabling AES256 encryption, restore to absolute paths, and
    extraction of all versions of files contained in the archive.
  * Alongside many other improvements and fixes, it is now
    possible to automatically close PeaZip when task completes,
    directly send files to encrypted 7z archive from context
    menu, save file hash and information, and to display SMART
    disk health data.
- Refreshed peazip-desktop.patch

OBS-URL: https://build.opensuse.org/request/show/800645
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=72
2020-05-06 09:34:48 +00:00
Jörg Lorenzen
93245bc385 Accepting request 248406 from home:alois:branches:devel:languages:pascal
Corrected a German string appearing in every locale and added Italian strings for the KDE actions menu.

OBS-URL: https://build.opensuse.org/request/show/248406
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=9
2014-09-11 08:56:07 +00:00
Lars Vogdt
ae1d2259f3 Accepting request 208271 from home:enzokiel
New package:

Free Zip files utility

OBS-URL: https://build.opensuse.org/request/show/208271
OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/peazip?expand=0&rev=1
2013-12-15 15:49:45 +00:00