Releases: Velka-DEV/scanner
Releases · Velka-DEV/scanner
v1.2.0
v1.2.0-beta.2
Merge pull request #4 from Velka-DEV/features/cli-presets chore: updated mappings
v1.2.0-beta.1
Merge pull request #3 from Velka-DEV/features/cli-presets feat: added preset flag to use a predefined set of files
v1.1.1
fix: update language extension mapping Update the language extension mapping to correctly represent the "go" language.
v1.1.0
chore: update version to 1.1.0 in Cargo files Updated the version from 0.1.0 to 1.1.0 in Cargo.lock and Cargo.toml files, also added new command line options in README.md and updated argument attribute in src/main.rs file for better clarity and functionality.
v1.0.2
fix: handle non text files (prevent panic)
v1.0.1
fix: remove code block from redundant method
v1.0.0
chore: update release workflow with new target for macOS Added a new target 'universal-apple-darwin' for macOS builds in the release workflow. Removed redundant options for archiving formats.