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 13:41:43 +02:00
|
|
|
Index: peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipadd.desktop
|
- 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 07:40:53 +01:00
|
|
|
===================================================================
|
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 13:41:43 +02:00
|
|
|
--- peazip-9.8.0.src.orig/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipadd.desktop
|
|
|
|
+++ peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipadd.desktop
|
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 11:00:14 +02:00
|
|
|
@@ -2,6 +2,8 @@
|
|
|
|
Exec=peazip -add2archive %F
|
|
|
|
Icon=peazip
|
|
|
|
Name=Archive with PeaZip
|
|
|
|
+Name[de]=Archivieren mit PeaZip
|
|
|
|
+Name[it]=Archivia con PeaZip
|
|
|
|
|
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 11:38:39 +01:00
|
|
|
[Desktop Entry]
|
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 11:00:14 +02:00
|
|
|
Type=Service
|
- 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 07:40:53 +01:00
|
|
|
@@ -11,3 +13,4 @@ Name=peazipadd
|
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 11:00:14 +02:00
|
|
|
Name[en_US]=peazipadd
|
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 11:38:39 +01:00
|
|
|
Icon=peazip
|
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 11:00:14 +02:00
|
|
|
ServiceTypes=KonqPopupMenu/Plugin,all/all
|
|
|
|
+X-SuSE-translate=true
|
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 13:41:43 +02:00
|
|
|
Index: peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipext.desktop
|
- 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 07:40:53 +01:00
|
|
|
===================================================================
|
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 13:41:43 +02:00
|
|
|
--- peazip-9.8.0.src.orig/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipext.desktop
|
|
|
|
+++ peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipext.desktop
|
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 11:00:14 +02:00
|
|
|
@@ -1,7 +1,9 @@
|
|
|
|
[Desktop Action peazipext]
|
|
|
|
Exec=peazip -ext2full %F
|
|
|
|
Icon=peazip
|
|
|
|
-Name=Extract (PeaZip)
|
|
|
|
+Name=Extract with PeaZip
|
|
|
|
+Name[de]=Extrahieren mit PeaZip
|
|
|
|
+Name[it]=Estrai con PeaZip
|
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
- 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 07:40:53 +01:00
|
|
|
@@ -11,3 +13,4 @@ Encoding=UTF-8
|
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 11:00:14 +02:00
|
|
|
Name=peazipext
|
|
|
|
Name[en_US]=peazipext
|
|
|
|
ServiceTypes=KonqPopupMenu/Plugin,all/all
|
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 11:38:39 +01:00
|
|
|
+X-SuSE-translate=true
|
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 13:41:43 +02:00
|
|
|
Index: peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipextfolder.desktop
|
- 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 07:40:53 +01:00
|
|
|
===================================================================
|
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 13:41:43 +02:00
|
|
|
--- peazip-9.8.0.src.orig/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipextfolder.desktop
|
|
|
|
+++ peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipextfolder.desktop
|
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 11:00:14 +02:00
|
|
|
@@ -1,7 +1,9 @@
|
|
|
|
[Desktop Action peazipextfolder]
|
|
|
|
Exec=peazip -ext2folder %F
|
|
|
|
Icon=peazip
|
|
|
|
-Name=Extract here to new folder (PeaZip)
|
|
|
|
+Name=Extract here to new folder with PeaZip
|
|
|
|
+Name[de]=Hier mit PeaZip in neues Verzeichnis extrahieren
|
|
|
|
+Name[it]=Estrai qui con PeaZip in una nuova cartella
|
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
- 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 07:40:53 +01:00
|
|
|
@@ -11,3 +13,4 @@ Icon=peazip
|
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 11:00:14 +02:00
|
|
|
Name=peazipextfolder
|
|
|
|
Name[en_US]=peazipextfolder
|
|
|
|
ServiceTypes=KonqPopupMenu/Plugin,all/all
|
|
|
|
+X-SuSE-translate=true
|
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 13:41:43 +02:00
|
|
|
Index: peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipexthere.desktop
|
- 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 07:40:53 +01:00
|
|
|
===================================================================
|
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 13:41:43 +02:00
|
|
|
--- peazip-9.8.0.src.orig/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipexthere.desktop
|
|
|
|
+++ peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipexthere.desktop
|
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 11:00:14 +02:00
|
|
|
@@ -1,7 +1,9 @@
|
|
|
|
[Desktop Action peazipexthere]
|
|
|
|
Exec=peazip -ext2here %F
|
|
|
|
Icon=peazip
|
|
|
|
-Name=Extract here (PeaZip)
|
|
|
|
+Name=Extract here with PeaZip
|
|
|
|
+Name[de]=Hier mit PeaZip extrahieren
|
|
|
|
+Name[it]=Estrai qui con PeaZip
|
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
- 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 07:40:53 +01:00
|
|
|
@@ -11,3 +13,4 @@ Icon=peazip
|
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 11:00:14 +02:00
|
|
|
Name=peazipexthere
|
|
|
|
Name[en_US]=peazipexthere
|
|
|
|
ServiceTypes=KonqPopupMenu/Plugin,all/all
|
|
|
|
+X-SuSE-translate=true
|
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 13:41:43 +02:00
|
|
|
Index: peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipopen.desktop
|
- 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 07:40:53 +01:00
|
|
|
===================================================================
|
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 13:41:43 +02:00
|
|
|
--- peazip-9.8.0.src.orig/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipopen.desktop
|
|
|
|
+++ peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE4-dolphin/peazipopen.desktop
|
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 11:00:14 +02:00
|
|
|
@@ -2,6 +2,8 @@
|
|
|
|
Exec=peazip -ext2browse %F
|
|
|
|
Icon=peazip
|
|
|
|
Name=Open with PeaZip
|
|
|
|
+Name[de]=Öffnen mit PeaZip
|
|
|
|
+Name[it]=Apri con PeaZip
|
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
- 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 07:40:53 +01:00
|
|
|
@@ -11,3 +13,4 @@ Icon=peazip
|
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 11:00:14 +02:00
|
|
|
Name=peazipopen
|
|
|
|
Name[en_US]=peazipopen
|
|
|
|
ServiceTypes=KonqPopupMenu/Plugin,all/all
|
|
|
|
+X-SuSE-translate=true
|
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 13:41:43 +02:00
|
|
|
Index: peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipadd.desktop
|
- 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 07:40:53 +01:00
|
|
|
===================================================================
|
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 13:41:43 +02:00
|
|
|
--- peazip-9.8.0.src.orig/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipadd.desktop
|
|
|
|
+++ peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipadd.desktop
|
2023-02-27 08:47:59 +01:00
|
|
|
@@ -1,7 +1,9 @@
|
|
|
|
[Desktop Action peazipadd]
|
2013-12-15 16:49:45 +01:00
|
|
|
Exec=peazip -add2archive %F
|
|
|
|
Icon=peazip
|
2023-02-27 08:47:59 +01:00
|
|
|
-Name=Archive...
|
|
|
|
+Name=Archive with PeaZip
|
2013-12-15 16:49:45 +01:00
|
|
|
+Name[de]=Archivieren mit PeaZip
|
2014-09-11 10:56:07 +02:00
|
|
|
+Name[it]=Archivia con PeaZip
|
2013-12-15 16:49:45 +01:00
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
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 13:41:43 +02:00
|
|
|
Index: peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipext.desktop
|
- 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 07:40:53 +01:00
|
|
|
===================================================================
|
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 13:41:43 +02:00
|
|
|
--- peazip-9.8.0.src.orig/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipext.desktop
|
|
|
|
+++ peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipext.desktop
|
2014-09-11 10:56:07 +02:00
|
|
|
@@ -1,7 +1,9 @@
|
2013-12-15 16:49:45 +01:00
|
|
|
[Desktop Action peazipext]
|
|
|
|
Exec=peazip -ext2full %F
|
|
|
|
Icon=peazip
|
2023-02-27 08:47:59 +01:00
|
|
|
-Name=Extract...
|
2013-12-15 16:49:45 +01:00
|
|
|
+Name=Extract with PeaZip
|
2014-09-11 10:56:07 +02:00
|
|
|
+Name[de]=Extrahieren mit PeaZip
|
|
|
|
+Name[it]=Estrai con PeaZip
|
2013-12-15 16:49:45 +01:00
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
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 13:41:43 +02:00
|
|
|
Index: peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipextfolder.desktop
|
- 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 07:40:53 +01:00
|
|
|
===================================================================
|
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 13:41:43 +02:00
|
|
|
--- peazip-9.8.0.src.orig/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipextfolder.desktop
|
|
|
|
+++ peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipextfolder.desktop
|
2014-09-11 10:56:07 +02:00
|
|
|
@@ -1,7 +1,9 @@
|
2013-12-15 16:49:45 +01:00
|
|
|
[Desktop Action peazipextfolder]
|
|
|
|
Exec=peazip -ext2folder %F
|
|
|
|
Icon=peazip
|
2023-02-27 08:47:59 +01:00
|
|
|
-Name=Extract here to a new folder
|
2013-12-15 16:49:45 +01:00
|
|
|
+Name=Extract here to new folder with PeaZip
|
|
|
|
+Name[de]=Hier mit PeaZip in neues Verzeichnis extrahieren
|
2014-09-11 10:56:07 +02:00
|
|
|
+Name[it]=Estrai qui con PeaZip in una nuova cartella
|
2013-12-15 16:49:45 +01:00
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
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 13:41:43 +02:00
|
|
|
Index: peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipexthere.desktop
|
- 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 07:40:53 +01:00
|
|
|
===================================================================
|
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 13:41:43 +02:00
|
|
|
--- peazip-9.8.0.src.orig/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipexthere.desktop
|
|
|
|
+++ peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipexthere.desktop
|
2014-09-11 10:56:07 +02:00
|
|
|
@@ -1,7 +1,9 @@
|
2013-12-15 16:49:45 +01:00
|
|
|
[Desktop Action peazipexthere]
|
|
|
|
Exec=peazip -ext2here %F
|
|
|
|
Icon=peazip
|
2023-02-27 08:47:59 +01:00
|
|
|
-Name=Extract here
|
2013-12-15 16:49:45 +01:00
|
|
|
+Name=Extract here with PeaZip
|
|
|
|
+Name[de]=Hier mit PeaZip extrahieren
|
2014-09-11 10:56:07 +02:00
|
|
|
+Name[it]=Estrai qui con PeaZip
|
2013-12-15 16:49:45 +01:00
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
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 13:41:43 +02:00
|
|
|
Index: peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipopen.desktop
|
- 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 07:40:53 +01:00
|
|
|
===================================================================
|
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 13:41:43 +02:00
|
|
|
--- peazip-9.8.0.src.orig/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipopen.desktop
|
|
|
|
+++ peazip-9.8.0.src/res/share/batch/freedesktop_integration/KDE-servicemenus/KDE5-dolphin/peazipopen.desktop
|
2023-02-27 08:47:59 +01:00
|
|
|
@@ -1,7 +1,9 @@
|
|
|
|
[Desktop Action peazipopen]
|
2013-12-15 16:49:45 +01:00
|
|
|
Exec=peazip -ext2browse %F
|
|
|
|
Icon=peazip
|
2023-02-27 08:47:59 +01:00
|
|
|
-Name=Open with PeaZip...
|
|
|
|
+Name=Open with PeaZip
|
2013-12-15 16:49:45 +01:00
|
|
|
+Name[de]=Öffnen mit PeaZip
|
2014-09-11 10:56:07 +02:00
|
|
|
+Name[it]=Apri con PeaZip
|
2013-12-15 16:49:45 +01:00
|
|
|
|
|
|
|
[Desktop Entry]
|
|
|
|
Type=Service
|
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 13:41:43 +02:00
|
|
|
Index: peazip-9.8.0.src/res/share/batch/freedesktop_integration/peazip.desktop
|
- 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 07:40:53 +01:00
|
|
|
===================================================================
|
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 13:41:43 +02:00
|
|
|
--- peazip-9.8.0.src.orig/res/share/batch/freedesktop_integration/peazip.desktop
|
|
|
|
+++ peazip-9.8.0.src/res/share/batch/freedesktop_integration/peazip.desktop
|
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 11:00:14 +02:00
|
|
|
@@ -1,14 +1,21 @@
|
|
|
|
[Desktop Entry]
|
|
|
|
Name=PeaZip
|
|
|
|
Comment=PeaZip archive manager
|
|
|
|
-Exec=peazip %F
|
|
|
|
+Exec=peazip
|
|
|
|
TryExec=peazip
|
|
|
|
Icon=peazip
|
|
|
|
Type=Application
|
|
|
|
Terminal=false
|
|
|
|
-Categories=Utility;Archiving;Compression;
|
|
|
|
+Categories=Qt;KDE;Utility;System;Archiving;
|
|
|
|
+X-KDE-StartupNotify=true
|
|
|
|
+X-SuSE-translate=true
|
|
|
|
Keywords=zip;rar;tar;compress;extract;unpack;
|
|
|
|
-MimeType=application/bzip2;application/gzip;application/vnd.android.package-archive;application/vnd.ms-cab-compressed;application/vnd.debian.binary-package;application/x-7z-compressed;application/x-7z-compressed-tar;application/x-ace;application/x-alz;application/x-ar;application/x-archive;application/x-arj;application/x-brotli;application/x-bzip-brotli-tar;application/x-bzip;application/x-bzip-compressed-tar;application/x-bzip1;application/x-bzip1-compressed-tar;application/x-cabinet;application/x-cd-image;application/x-compress;application/x-compressed-tar;application/x-cpio;application/x-chrome-extension;application/x-deb;application/x-ear;application/x-ms-dos-executable;application/x-gtar;application/x-gzip;application/x-gzpostscript;application/x-java-archive;application/x-lha;application/x-lhz;application/x-lrzip;application/x-lrzip-compressed-tar;application/x-lz4;application/x-lzip;application/x-lzip-compressed-tar;application/x-lzma;application/x-lzma-compressed-tar;application/x-lzop;application/x-lz4-compressed-tar;application/x-ms-wim;application/x-rar;application/x-rar-compressed;application/x-rpm;application/x-source-rpm;application/x-rzip;application/x-rzip-compressed-tar;application/x-tar;application/x-tarz;application/x-tzo;application/x-stuffit;application/x-war;application/x-xar;application/x-xz;application/x-xz-compressed-tar;application/x-zip;application/x-zip-compressed;application/x-zstd-compressed-tar;application/x-zoo;application/zip;application/zstd;
|
|
|
|
+GenericName=Free Zip files utility
|
|
|
|
+GenericName[de]=Freies Zip-Dateien Utility
|
|
|
|
+Comment=Free Zip files utility, supports 150+ formats: 7Z, ISO, RAR, ZIP, ZIPX
|
|
|
|
+Comment[de]=Freies Zip-Dateien Utility, unterstützt 150+ Formate: 7Z, ISO, RAR, ZIP, ZIPX
|
|
|
|
+Comment[it]=Programma per file Zip gratuito, supporta 150+ formati: 7Z, ISO, RAR, ZIP, ZIPX
|
|
|
|
+MimeType=application/x-gzip;application/x-lha;application/x-tar;application/x-tgz;application/x-tbz;application/x-tbz2;application/x-zip;application/zip;application/x-bzip;application/x-rar;application/x-tarz;application/x-archive;application/x-bzip2;application/x-jar;application/x-deb;application/x-ace;application/x-7z;application/x-arc;application/x-arj;application/x-compress;application/x-cpio;
|
|
|
|
Actions=add;extract;extracthere;extractheresmart;
|
|
|
|
|
|
|
|
[Desktop Action add]
|