2024-06-02 - 2025-06-02

Overview

265 Active Issues
Excluding merges, 13 authors have pushed 149 commits to main and 154 commits to all branches. On main, 83 files have changed and there have been 4798 additions and 2352 deletions.

2 Releases published by 1 user

Published 0.6.1 2025-04-21 02:05:08 +00:00

Published 0.6.0 2025-04-18 20:56:57 +00:00

38 Issues closed from 1 user

Closed #51 Refac CI: reorganize it and make it run faster for PRs 2025-04-09 14:58:29 +00:00

Closed #52 run clippy for tests too 2025-04-09 14:58:29 +00:00

Closed #53 No path completion when using the short alias on ZSH 2025-04-09 14:58:29 +00:00

Closed #48 chore: update pull request template 2025-04-09 14:58:28 +00:00

Closed #49 CI: tweak: compile artifacts in stable Rust 2025-04-09 14:58:28 +00:00

Closed #50 chore: simplify code after feature stabilization 2025-04-09 14:58:28 +00:00

Closed #45 fix: warnings not shown before stdin interaction 2025-04-09 14:58:27 +00:00

Closed #46 chore: improve log message 2025-04-09 14:58:27 +00:00

Closed #47 CI: fix: skip CI if just edited .md files 2025-04-09 14:58:27 +00:00

Closed #41 refac: simplify smart_unpack 2025-04-09 14:58:26 +00:00

Closed #42 fix: don't shutdown logger after flush 2025-04-09 14:58:26 +00:00

Closed #43 chore: lints - renaming 2025-04-09 14:58:26 +00:00

Closed #44 tweak: improve error message 2025-04-09 14:58:26 +00:00

Closed #36 tests: fix UI snapshot tests 2025-04-09 14:58:25 +00:00

Closed #37 refac: simplify error treatment 2025-04-09 14:58:25 +00:00

Closed #38 refac: simplify logger shutdown system 2025-04-09 14:58:25 +00:00

Closed #39 tweak: don't log a period at end of all logs and warnings 2025-04-09 14:58:25 +00:00

Closed #40 chore: improve message after moving file 2025-04-09 14:58:25 +00:00

Closed #34 build(deps): bump dawidd6/action-download-artifact from 3 to 6 in /.github/workflows 2025-04-09 14:58:24 +00:00

Closed #35 chore: speed up CI with new Cargo profile 2025-04-09 14:58:24 +00:00

Closed #30 feat: add concurrent working threads option to CLI args 2025-04-09 14:58:23 +00:00

Closed #31 fix: fix decompress issue with rar files which include CJK filenames in it 2025-04-09 14:58:23 +00:00

Closed #32 chore: add comments about RAR 4.x and 5.0 signature 2025-04-09 14:58:23 +00:00

Closed #33 feat(cli): add option to remove source file after decompression 2025-04-09 14:58:23 +00:00

Closed #28 Recursive decompression 2025-04-09 14:58:21 +00:00

Closed #25 feat: Add support for Brotli 2025-04-09 14:58:20 +00:00

Closed #26 fix: Use BufWriter for list output 2025-04-09 14:58:20 +00:00

Closed #27 Cli: Fix typo in 'concurrent', improve other help texts 2025-04-09 14:58:20 +00:00

Closed #23 file conflicts: add option to rename (add suffixes) 2025-04-09 14:58:18 +00:00

Closed #18 Build problem: cannot find -lc++ 2025-04-09 14:58:14 +00:00

Closed #16 Build failing on AUR's package ouch-git 2025-04-09 14:58:12 +00:00

Closed #11 feat: Add rename option in overwrite menu 2025-04-09 14:58:10 +00:00

Closed #13 Update dependencies 2025-04-09 14:58:10 +00:00

Closed #8 chore: Disable smart unpack when --dir is provided 2025-04-09 14:58:09 +00:00

Closed #6 Update CHANGELOG.md for rename option in overwrite menu 2025-04-09 14:58:08 +00:00

Closed #2 tweak: replace '.tmp-ouch-' prefix with 'tmp-ouch-' for smart unpack 2025-04-09 14:58:07 +00:00

Closed #4 tweak: replace .count() from iterators to more performative operations 2025-04-09 14:58:07 +00:00

Closed #5 fix CI: draft-release-automatic-trigger.yml 2025-04-09 14:58:07 +00:00

53 Issues created by 1 user

Opened #1 not follow symlink in default 2025-04-09 14:58:06 +00:00

Opened #2 tweak: replace '.tmp-ouch-' prefix with 'tmp-ouch-' for smart unpack 2025-04-09 14:58:07 +00:00

Opened #3 Enable all tests in CI 2025-04-09 14:58:07 +00:00

Opened #4 tweak: replace .count() from iterators to more performative operations 2025-04-09 14:58:07 +00:00

Opened #5 fix CI: draft-release-automatic-trigger.yml 2025-04-09 14:58:07 +00:00

Opened #6 Update CHANGELOG.md for rename option in overwrite menu 2025-04-09 14:58:08 +00:00

Opened #7 It is time to make the new release version ! 2025-04-09 14:58:08 +00:00

Opened #8 chore: Disable smart unpack when --dir is provided 2025-04-09 14:58:09 +00:00

Opened #9 Rework user questions into a single struct 2025-04-09 14:58:09 +00:00

Opened #10 .zip.zip file ending results in unreachable code panic 2025-04-09 14:58:09 +00:00

Opened #11 feat: Add rename option in overwrite menu 2025-04-09 14:58:10 +00:00

Opened #12 Publish at snap store 2025-04-09 14:58:10 +00:00

Opened #13 Update dependencies 2025-04-09 14:58:10 +00:00

Opened #14 sevenz-rust is unmaintained 2025-04-09 14:58:11 +00:00

Opened #15 Unziping a zip file with symlinks produces not the symlinks but files with names in it 2025-04-09 14:58:11 +00:00

Opened #16 Build failing on AUR's package ouch-git 2025-04-09 14:58:12 +00:00

Opened #17 Add option to disable symlink dereference 2025-04-09 14:58:13 +00:00

Opened #18 Build problem: cannot find -lc++ 2025-04-09 14:58:14 +00:00

Opened #19 clearer output: align file sizes 2025-04-09 14:58:15 +00:00

Opened #20 clearer output: align words at the start 2025-04-09 14:58:16 +00:00

Opened #21 clearer output: replace tempdir with something less verbose 2025-04-09 14:58:17 +00:00

Opened #22 Don't make hidden temporary folders for smart unpack 2025-04-09 14:58:17 +00:00

Opened #23 file conflicts: add option to rename (add suffixes) 2025-04-09 14:58:18 +00:00

Opened #24 Add option to always extract to output_dir named after the archive even on single/one file 2025-04-09 14:58:19 +00:00

Opened #25 feat: Add support for Brotli 2025-04-09 14:58:20 +00:00

Opened #26 fix: Use BufWriter for list output 2025-04-09 14:58:20 +00:00

Opened #27 Cli: Fix typo in 'concurrent', improve other help texts 2025-04-09 14:58:20 +00:00

Opened #28 Recursive decompression 2025-04-09 14:58:21 +00:00

Opened #29 Zip decompression throws "permission denied" when archive directory does not have write permission 2025-04-09 14:58:22 +00:00

Opened #30 feat: add concurrent working threads option to CLI args 2025-04-09 14:58:22 +00:00

Opened #31 fix: fix decompress issue with rar files which include CJK filenames in it 2025-04-09 14:58:23 +00:00

Opened #32 chore: add comments about RAR 4.x and 5.0 signature 2025-04-09 14:58:23 +00:00

Opened #33 feat(cli): add option to remove source file after decompression 2025-04-09 14:58:23 +00:00

Opened #34 build(deps): bump dawidd6/action-download-artifact from 3 to 6 in /.github/workflows 2025-04-09 14:58:24 +00:00

Opened #35 chore: speed up CI with new Cargo profile 2025-04-09 14:58:24 +00:00

Opened #36 tests: fix UI snapshot tests 2025-04-09 14:58:24 +00:00

Opened #37 refac: simplify error treatment 2025-04-09 14:58:25 +00:00

Opened #38 refac: simplify logger shutdown system 2025-04-09 14:58:25 +00:00

Opened #39 tweak: don't log a period at end of all logs and warnings 2025-04-09 14:58:25 +00:00

Opened #40 chore: improve message after moving file 2025-04-09 14:58:25 +00:00

Opened #41 refac: simplify smart_unpack 2025-04-09 14:58:26 +00:00

Opened #42 fix: don't shutdown logger after flush 2025-04-09 14:58:26 +00:00

Opened #43 chore: lints - renaming 2025-04-09 14:58:26 +00:00

Opened #44 tweak: improve error message 2025-04-09 14:58:26 +00:00

Opened #45 fix: warnings not shown before stdin interaction 2025-04-09 14:58:27 +00:00

Opened #46 chore: improve log message 2025-04-09 14:58:27 +00:00

Opened #47 CI: fix: skip CI if just edited .md files 2025-04-09 14:58:27 +00:00

Opened #48 chore: update pull request template 2025-04-09 14:58:27 +00:00

Opened #49 CI: tweak: compile artifacts in stable Rust 2025-04-09 14:58:28 +00:00

Opened #50 chore: simplify code after feature stabilization 2025-04-09 14:58:28 +00:00

Opened #51 Refac CI: reorganize it and make it run faster for PRs 2025-04-09 14:58:28 +00:00

Opened #52 run clippy for tests too 2025-04-09 14:58:29 +00:00

Opened #53 No path completion when using the short alias on ZSH 2025-04-09 14:58:29 +00:00