Skip to content

Commit

Permalink
Merge pull request #217 from mbehr1/feat/win_libarchive
Browse files Browse the repository at this point in the history
feat(unzip): add .7z, .bz2, ... to windows version
  • Loading branch information
mbehr1 authored Jul 23, 2024
2 parents eb8b08f + 909bec1 commit 07cb551
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ A more detailed documentation is available here: [Docs](https://mbehr1.github.io
- Open DLT files (Mac: ⇧⌘P "Open DLT file...", Linux/Win: Ctrl+Shift+P "Open DLT file..." ) command that uses the provided adlt binary and is only limited by your virtual address space. Tested with 20GB DLT file.
- supports opening multiple files at once
- supports opening of CAN .asc files (simply choose the .asc file instead of .dlt files during "Open DLT file..." command)
- supports opening of archives directly (win/mac: .zip, .7z, .bz2, .gz, .tar.gz, .tar.bz2, others: .zip) incl. multi-volume archives
- supports all plugins including a 'CAN' plugin.
- sorts DLT messages automatically by the monotonic timestamp (and first by lifecycles)
- an adlt binary is provided with the extension and the path to it is available in VS code terminals or via command "New terminal with adlt in path".
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@
"ws": "^8.13.0"
},
"optionalDependencies": {
"node-adlt": "0.58.1"
"node-adlt": "0.59.0"
},
"commitlint": {
"extends": [
Expand Down

0 comments on commit 07cb551

Please sign in to comment.