add changelog entries

Signed-off-by: tommady <tommady@users.noreply.github.com>
This commit is contained in:
tommady 2025-04-16 03:38:17 +00:00
parent 1aa3960e64
commit 56254110bf
No known key found for this signature in database
GPG Key ID: 175B664929DF2F2F

View File

@ -27,10 +27,13 @@ Categories Used:
- Add `--remove` flag for decompression subcommand to remove files after successful decompression [\#757](https://github.com/ouch-org/ouch/pull/757) ([ttys3](https://github.com/ttys3))
- Add `br` (Brotli) support [\#765](https://github.com/ouch-org/ouch/pull/765) ([killercup](https://github.com/killercup))
- Add rename option in overwrite menu [\#779](https://github.com/ouch-org/ouch/pull/779) ([talis-fb](https://github.com/talis-fb))
- Add store symlinks by default and add --follow-symlinks to toggle it [\#789](https://github.com/ouch-org/ouch/pull/789) ([tommady](https://github.com/tommady))
### Bug Fixes
- Fix output corrupted on parallel decompression [\#642](https://github.com/ouch-org/ouch/pull/642) ([AntoniosBarotsis](https://github.com/AntoniosBarotsis))
- Fix tar archives are bigger than expected (when containing symlinks) [\#293](https://github.com/ouch-org/ouch/issues/293) ([tommady](https://github.com/tommady))
- Fix unziping a zip file with symlinks produces not the symlinks but files with names in it [\#775](https://github.com/ouch-org/ouch/issues/775) ([tommady](https://github.com/tommady))
### Tweaks