All notable changes to this project will be documented in this file.
v1.3.2 - 2026-08-24
- (deps) Update Rust crate gix to 0.87.0 (#12) - (ac5346a) by @renovate[bot]
- (patterns) Update patterns list (#13) - (40c7eca) by @Antiz96
- (patterns) Update patterns list (#10) - (36dfabc) by @Antiz96
v1.3.1 - 2026-08-16
- (patterns) Update patterns list (#9) - (0e32f3e) by @Antiz96
- Update changelog (#7) - (3829d93) by @Antiz96
v1.3.0 - 2026-08-15
- (patterns) Add support for wildcard (
*) expansion - (3f1230c) by @Antiz96 - Add the new
-P / --pkgbasesand-R / --refresh-pkgbasesflags - (c68d847) by @Antiz96
- (results) Print a message if there are no (detailed) results - (9bd94da) by @Antiz96
- Typo fix in comment - (6a4e0e4) by @Antiz96
- (patterns) Update patterns list - (b6e4d5c) by @Antiz96
- (perf) Allow caching the pkgbases list in pkgbases.txt - (76ee339) by @tippfehlr
- (perf) Search multithreaded (split by branch) - (5942ff0) by @tippfehlr
- (perf) Use aho_corasick to find patterns occurrences - (b9e9279) by @tippfehlr
- Move to GitHub - (857d633) by @Antiz96
- Update patterns list - (5cbdb26) by @Antiz96
- Update patterns list - (b82d9b6) by @Antiz96
v1.2.0 - 2026-08-12
- Add context to detailed output
- Add patterns with no occurrence found to the summary output
- Format results summary output in columns
- Move result formatting logic to its own module
v1.1.0 - 2026-08-12
- Add result summary output
(patterns) Update patterns list
v1.0.2 - 2026-08-12
- Improve logging
v1.0.1 - 2026-08-12
- fix
--fetchoption
- (release) Run cargo update from release script
v1.0.0 - 2026-08-12
- Initial commit
- (release) Add execution bit to the release script
- (release) Fix release script