All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased - ReleaseDate
0.7.0 - 2025-01-01
- Update dependencies to avoid vulnerabilities
0.6.0 - 2024-01-07
- Move to Rust 2021 to be up-to-date
- Update dependencies to avoid vulnerabilities
0.5.0 - 2021-01-03
- Add module configuration inside
.wints/modules
- Add cli subcommands
init
for module initializationadd
to one url to a contextscan
to find new URL inside a directory treeurl ignore
to ignore some URL during scanurl ignore-glob
to ignore some file during scan
- Add options for all features
--dry-run
to just log what are going to do--config
as folder of local configuration storage--global-config
as folder of global configuration storage
- Add options for all module-related features
--module
to specify the module name to use
- Ignore globs from
.wints/ignore
orHOME_DIR/.wints/ignore
during scan - Add
path
selection toscan
subcommand
- Output the correct number of new URLs during
scan
- Remove cli option
--scan
, replaced by subcommandscan
- Remove use of
.wints.yaml
file, replace by.wints/module/main.yaml
- Remove use of
.wintsignore
file, replace by.wints/ignore
- Remove use of
HOME_DIR/.wintsignore
file, replace byHOME_DIR/.wints/ignore
- Ignored Urls from
.wints.yaml
are move to.wints/options.yaml
- Ignore globs from
.wintsignore
during scan.
- Add cli option
--scan
to find new URLs across current folder
- Search URLs by terms contains in a context using fuzzy-matching
- Search URLs by terms contains in a context