Releases: sundowndev/phoneinfoga
Releases · sundowndev/phoneinfoga
v2.9.0
Changelog
- Introducing v2 API routes, deprecating v1 routes (see api docs)
- Panics in scanners are now properly handled in CLI
- Support for LOG_LEVEL env var to change logger log level (see logrus)
- Add support for armv7 architecture (linux & windows)
Please note v1 API routes will be removed in the next major version (v3.x) of Phoneinfoga.
The web client currently still uses those deprecated routes.
v2.8.2
Changelog
- Fix documentation dead links and 404 error page
v2.8.1
Changelog
- Fixed ovh scanner's error handling
v2.8.0
v2.7.0
v2.6.0
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
v2.5.0
Features
- Run scanners parallelly (#1083) @sundowndev
Documentation
- Fix spelling of "Understanding" (#1078) @hkamran80
- Update install with docker-compose docs (#1037) @MarkusGnigler
Maintenance
- Fix installation script (#1081) @sundowndev
- Add Makefile (#1084) @sundowndev
- Update Go version to 1.17 (#1085) @sundowndev
- Improve install-tools script (#1086) @sundowndev
- Fix Dockerfile (#1096) @sundowndev
v2.4.4
v2.4.3
v2.4.2
Maintenance
- Change target platform for Docker image (#988) @sundowndev