1111 Commits

Author SHA1 Message Date
João Marcos P. Bezerra
0dbbd3b882 CHANGELOG: Fix mistake in changelog link 0.5.0 2023-12-01 16:22:10 -03:00
João Marcos P. Bezerra
6aec0372ec Update CHANGELOG.md 2023-12-01 16:14:42 -03:00
João Marcos P. Bezerra
5fff79e4e2 Bump version to 0.5.0 2023-12-01 15:06:29 -03:00
Flat
e6ea9f7238 ci: fix release script 2023-11-30 15:46:56 -03:00
Flat
e81adf15f0 ci: fix artifacts for non x86_64 linux 2023-11-30 15:46:56 -03:00
Flat
63e71085d0 ci: fix package-release-assets.sh 2023-11-30 15:46:56 -03:00
Flat
29791461f4 ci: fix artifacts 2023-11-30 15:46:56 -03:00
dependabot[bot]
83b1131fda
build(deps): bump ignore from 0.4.20 to 0.4.21 (#558) 2023-11-28 23:42:01 +00:00
João Marcos P. Bezerra
f3db923d83 Decrease memory usage in ARMv7 CI
Our GitHub Actions CI was failing because the ARMv7 systems use QEMU
which consumes more memory than usual, by decreasing the memory usage,
we expect to make it all work again.
2023-11-28 20:29:28 -03:00
dependabot[bot]
5b11f9cbc0
build(deps): bump clap from 4.4.9 to 4.4.10 (#560) 2023-11-28 23:29:20 +00:00
figsoda
f44ad70b70
Merge pull request #557 from ouch-org/dependabot/cargo/clap-4.4.9
build(deps): bump clap from 4.4.8 to 4.4.9
2023-11-28 09:53:19 -05:00
dependabot[bot]
a8a580e2e3
build(deps): bump clap from 4.4.8 to 4.4.9
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.8 to 4.4.9.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.8...v4.4.9)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27 23:33:57 +00:00
João Marcos P. Bezerra
a7a65d2510 Report errors for non-UTF-8 entries in Zip and 7z 2023-11-25 21:33:22 -03:00
João Marcos P. Bezerra
d07c65508a Removing redundant code 2023-11-25 21:33:22 -03:00
João Marcos P. Bezerra
8483739184 Minor refactor to archive handling code 2023-11-25 21:33:22 -03:00
Flat
69b1db4a35 chore: cargo fmt 2023-11-25 21:33:22 -03:00
Flat
633d1dedd0 chore: update CHANGELOG.md 2023-11-25 21:33:22 -03:00
Flat
97b4356aa8 feat: implement 7zip support for compression and decompression
This also fixes symlink canonicalization for Windows and fixes UI tests on Windows.
2023-11-25 21:33:22 -03:00
MisileLab
9a6d73bf57 idk i just merged and patch some
Signed-off-by: MisileLab <misileminecord@gmail.com>
2023-11-25 21:33:22 -03:00
figsoda
8023a9157e small cleanups 2023-11-25 21:33:22 -03:00
figsoda
4bea6af526 add 7z to tests 2023-11-25 21:33:22 -03:00
misilelab
db0bc8a7d9 impl except test 2023-11-25 21:33:22 -03:00
MisileLaboratory
d0d227b234 fix: Incorrect count 2023-11-25 21:33:22 -03:00
MisileLaboratory
30d269fc8f fix: Incorrect decompressed file count 2023-11-25 21:33:22 -03:00
MisileLaboratory
2ebdaf6ecf feat: RefCell remove 2023-11-25 21:33:22 -03:00
MisileLaboratory
f2b984bc7a feat: cleanup codes and more error handling 2023-11-25 21:33:22 -03:00
MisileLaboratory
76a459e02e feat: good error handling 2023-11-25 21:33:22 -03:00
MisileLaboratory
d825feaeff feat: good error output 2023-11-25 21:33:22 -03:00
MisileLaboratory
862181ae0a feat: decompress with count 2023-11-25 21:33:22 -03:00
MisileLaboratory
77c968fb2d [ci skip] add pr to changelog 2023-11-25 21:33:22 -03:00
MisileLaboratory
ceed0156a0 fix: now recursivly compress 7z 2023-11-25 21:33:22 -03:00
MisileLaboratory
9e6a9cf40b [ci skip] not ready 2023-11-25 21:33:22 -03:00
MisileLaboratory
d4581090d8 style: cargo fmt 2023-11-25 21:33:22 -03:00
MisileLaboratory
3cb2367793 feat: simple impl 7zip and lot of todo 2023-11-25 21:33:22 -03:00
MisileLaboratory
f794f58328 chore: add .vscode and .idea to .gitignore 2023-11-25 21:33:22 -03:00
figsoda
36c2b7fe31
Merge pull request #554 from ouch-org/dependabot/cargo/fs-err-2.11.0
build(deps): bump fs-err from 2.10.0 to 2.11.0
2023-11-20 20:34:37 -05:00
dependabot[bot]
2ecf146a69
build(deps): bump fs-err from 2.10.0 to 2.11.0
Bumps [fs-err](https://github.com/andrewhickman/fs-err) from 2.10.0 to 2.11.0.
- [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md)
- [Commits](https://github.com/andrewhickman/fs-err/compare/2.10.0...2.11.0)

---
updated-dependencies:
- dependency-name: fs-err
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 23:58:45 +00:00
Łukasz Krawiec
1aba1a2dfa use cross environment for x86_64-unknown-linux-musl builds 2023-11-15 08:59:00 -03:00
Łukasz Krawiec
dade163243 added support for listing and decompressing .rar archives 2023-11-15 08:59:00 -03:00
Łukasz Krawiec
a3dca85cdd fixed check_mime_type usage 2023-11-15 08:59:00 -03:00
figsoda
4c616ced10
Merge pull request #553 from ouch-org/dependabot/cargo/fs-err-2.10.0
build(deps): bump fs-err from 2.9.0 to 2.10.0
2023-11-13 22:29:51 -05:00
dependabot[bot]
87b025bef2
build(deps): bump fs-err from 2.9.0 to 2.10.0
Bumps [fs-err](https://github.com/andrewhickman/fs-err) from 2.9.0 to 2.10.0.
- [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md)
- [Commits](https://github.com/andrewhickman/fs-err/compare/2.9.0...2.10.0)

---
updated-dependencies:
- dependency-name: fs-err
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 23:20:21 +00:00
dependabot[bot]
48af246562
build(deps): bump clap from 4.4.7 to 4.4.8 (#550) 2023-11-11 00:11:08 +00:00
dependabot[bot]
8ae68573ac
build(deps): bump proptest from 1.3.1 to 1.4.0 (#551) 2023-11-11 00:08:43 +00:00
dependabot[bot]
2fc4136ec7
build(deps): bump bstr from 1.7.0 to 1.8.0 (#549) 2023-11-10 16:39:13 +00:00
figsoda
37ce4eb71f
Merge pull request #548 from ouch-org/dependabot/cargo/libc-0.2.150
build(deps): bump libc from 0.2.149 to 0.2.150
2023-11-06 19:31:21 -05:00
dependabot[bot]
0e829fd246
build(deps): bump libc from 0.2.149 to 0.2.150
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.149 to 0.2.150.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.149...0.2.150)

---
updated-dependencies:
- dependency-name: libc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 23:32:30 +00:00
figsoda
197b584e79
Merge pull request #547 from ouch-org/dependabot/cargo/tempfile-3.8.1
build(deps): bump tempfile from 3.8.0 to 3.8.1
2023-10-27 22:52:01 -04:00
dependabot[bot]
d190788c28
build(deps): bump tempfile from 3.8.0 to 3.8.1
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.0 to 3.8.1.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-26 23:21:03 +00:00
figsoda
822fe58cc6
Merge pull request #546 from ouch-org/dependabot/cargo/clap_complete-4.4.4
build(deps): bump clap_complete from 4.4.3 to 4.4.4
2023-10-25 20:57:15 -04:00