Skip to content

Releases: Velka-DEV/scanner

v1.2.0

03 Oct 14:00
7ae4202
Compare
Choose a tag to compare
Merge pull request #5 from Velka-DEV/features/cli-presets

feat: list presets using -f cli flag

v1.2.0-beta.2

03 Oct 13:57
3f1c0d7
Compare
Choose a tag to compare
v1.2.0-beta.2 Pre-release
Pre-release
Merge pull request #4 from Velka-DEV/features/cli-presets

chore: updated mappings

v1.2.0-beta.1

03 Oct 13:43
9e8c932
Compare
Choose a tag to compare
v1.2.0-beta.1 Pre-release
Pre-release
Merge pull request #3 from Velka-DEV/features/cli-presets

feat: added preset flag to use a predefined set of files

v1.1.1

20 Apr 14:57
Compare
Choose a tag to compare
fix: update language extension mapping

Update the language extension mapping to correctly represent the "go" language.

v1.1.0

20 Apr 14:37
Compare
Choose a tag to compare
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

20 Apr 14:28
Compare
Choose a tag to compare
fix: handle non text files (prevent panic)

v1.0.1

20 Apr 14:19
Compare
Choose a tag to compare
fix: remove code block from redundant method

v1.0.0

20 Apr 14:12
Compare
Choose a tag to compare
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.