v2.6.0

sundowndev/phoneinfogav2.6.0Jul 26, 2022by github-actions[bot]

AI Summary

This release focuses on extensibility and refactoring, introducing a plugin system for custom scanners and a CLI flag to disable functionality. The web package and Scanner interface were also significantly refactored.

Key Highlights

  • Added plugin support for custom scanners
  • Introduced a CLI flag to disable functionality
  • Refactored the web package
  • Improved the Scanner interface

New Features

  • Plugin support
  • Disable CLI flag

Full Release Notes

## Changelog
* b4b6918 feat: add disable CLI flag
* 8c8cb16 feat: add plugin support
* eb057c3 fix: client path in dockerfile
* da891b8 fix: dockerfile
* bb8b9f8 refactor: add missing plugin opening
* f1f3933 refactor: create new web package
* 13f2107 refactor: docs website
* 2bb6bb1 refactor: improve Scanner interface
* 4940ab0 refactor: register plugins via init function