Skip to content

Latest commit

 

History

History
103 lines (58 loc) · 4.35 KB

File metadata and controls

103 lines (58 loc) · 4.35 KB

Changelog

All notable changes to this project will be documented in this file.

v1.3.2 - 2026-08-24

Documentation

  • (README) Improve documentation (#11) - (08bd4ae) by @Antiz96

Miscellaneous

  • (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

Documentation

  • Update documentation to reflect latest changes (#8) - (d03be29) by @Antiz96

Miscellaneous

  • (patterns) Update patterns list (#9) - (0e32f3e) by @Antiz96
  • Update changelog (#7) - (3829d93) by @Antiz96

v1.3.0 - 2026-08-15

Features

  • (patterns) Add support for wildcard (*) expansion - (3f1230c) by @Antiz96
  • Add the new -P / --pkgbases and -R / --refresh-pkgbases flags - (c68d847) by @Antiz96

Fixes

  • (results) Print a message if there are no (detailed) results - (9bd94da) by @Antiz96

Styling

  • Typo fix in comment - (6a4e0e4) by @Antiz96

Miscellaneous

  • (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

Features

  • Add context to detailed output
  • Add patterns with no occurrence found to the summary output

Styling

  • Format results summary output in columns

Miscellaneous

  • Move result formatting logic to its own module

v1.1.0 - 2026-08-12

Features

  • Add result summary output

Miscellaneous

(patterns) Update patterns list

v1.0.2 - 2026-08-12

Fixes

  • Improve logging

v1.0.1 - 2026-08-12

Fixes

  • fix --fetch option

Miscellaneous

  • (release) Run cargo update from release script

v1.0.0 - 2026-08-12

Features

  • Initial commit

Fixes

  • (release) Add execution bit to the release script
  • (release) Fix release script