Skip to content

Tags: KarpelesLab/squashfs

Tags

v1.1.5

Toggle v1.1.5's commit message
ci: remove redundant macos-14 from test matrix

macos-latest already points to macos-14 (Apple Silicon/ARM64),
so testing both is redundant. Keep only macos-latest.

Final matrix: 8 jobs (2 Go versions × 4 platforms)
- ubuntu-latest (Linux x86_64)
- ubuntu-24.04-arm64 (Linux ARM64)
- macos-latest (macOS ARM64)
- windows-latest (Windows x86_64)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>

v1.1.4

Toggle v1.1.4's commit message
feat: enhance SquashFS CLI tool and project structure

- Added 'info' command to the CLI tool to display metadata about archives
- Updated README with CLI usage documentation and examples
- Added CLAUDE.md with project guidelines and commands
- Improved code formatting and whitespace consistency
- Updated Makefile with CLI build target
- Added go.work for better module management
- Improved error handling in the CLI tool

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

v1.1.3

Toggle v1.1.3's commit message
fix reading of dir index for complex cases

v1.1.2

Toggle v1.1.2's commit message
small fix?

v1.1.1

Toggle v1.1.1's commit message
fix dirReader call in inode_fuse.go

v1.1.0

Toggle v1.1.0's commit message
feat: use dir indices when available for faster directory read

v1.0.2

Toggle v1.0.2's commit message
fix type

v1.0.1

Toggle v1.0.1's commit message
add "xz" and "zstd" tags to support more formats

v1.0.0

Toggle v1.0.0's commit message
update readme

v0.1.5

Toggle v0.1.5's commit message
refactor type & dir lookup, and add tests