João Marcos P. Bezerra
796a03a41d
update README
...
fix dependencies section and make other minor changes
fixes #568 .
0.5.1
2023-12-05 19:24:48 -03:00
João Marcos P. Bezerra
53df5f17de
CI: rename manual-release action
2023-12-05 13:35:26 -03:00
João Marcos P. Bezerra
a7394cddab
Bump version to 0.5.1
2023-12-05 13:22:30 -03:00
João Marcos P. Bezerra
4314a3bbdd
Mention Rar support in README and help
2023-12-05 13:04:08 -03:00
Ilya Grigoriev
e2796cef78
Mention 7z support in README and help
2023-12-05 13:04:08 -03:00
Ilya Grigoriev
9f82c9a655
Clarify that .sz refers to Google's Snappy format
...
It needs to be disambiguated from the unfortunately named
SZ compression, see https://szcompressor.org/ .
Fixes #563
2023-12-05 13:04:08 -03:00
cyqsimon
e09d82ee42
Write changelog
2023-12-04 21:31:32 -03:00
cyqsimon
be199d07a6
Tidy up features
2023-12-04 21:31:32 -03:00
dependabot[bot]
dd3b8e852f
build(deps): bump clap from 4.4.10 to 4.4.11 ( #569 )
2023-12-05 00:18:22 +00:00
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