Package Release Info

ouch-0.4.2~0-bp156.1.11

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ouch

Change Logs

* Tue Aug 08 2023 Michael Vetter <mvetter@suse.com>
- Update to 0.4.2:
  New Features:
  * Add flags to configure the compression level
  - -level to precisely set the compression level #372
  - -fast and --slow #374
  * Add --format option #341
  Improvements:
  * Multi-threaded compression for gzip and snappy using gzp #348
  * Add ls as an alternative alias for listing #360
  Bug Fixes:
  * Fix decompression of zip archives with files larger than 4GB #354
  * Fix handling of unknown extensions during decompression #355
  * Remove remaining mentions of .lz that refers to the LZMA format #344
  * Handle Zip when modification times are missing #433
* Sat Jan 07 2023 Michael Vetter <mvetter@suse.com>
- Update to 0.4.1:
  New Features:
  * Add cli option to (de)compress quietly #325
  Improvements:
  * Allow ouch to decompress archive into existing folder #321
  * Accept inserting subcommand-independent flags in any position #329
  * Improve extension parsing logic #330
  * Slight refactor when ensuring archive-only inputs #331
  * Use BStr to display possibly non-UTF8 byte sequences#332
  * Use ubyte instead of humansize #333 #333
  * Stop keeping track of the names of unpacked files #334
  * Clean up #335
  Bug fixes:
  * Stop incorrectly asking to remove the parent dir #321
  * Fixed overwriting archive file when decompressing archive detected with MIME types.
  Tweaks:
  * Add scoop install instructions to readme #323
* Thu Dec 01 2022 Michael Vetter <mvetter@suse.com>
- Update to 0.4.0:
  * More than 15 bug fixes (including major bugs).
  * New accessible mode.
  * Added list command.
  * Added support for .lz4 and .sz (snappy).
  * Infer file type while decompressing via MIME types.
  * New flags to ignore hidden files and .gitignore'd files when compressing.
  * Flag -o/--output was renamed to -d/--dir.
* Fri Nov 04 2022 Jan Engelhardt <jengelh@inai.de>
- Generalize description for all terminals and target users.
* Thu Nov 03 2022 Michael Vetter <mvetter@suse.com>
- Initial package of ouch 0.3.1 for openSUSE