v1.0.0

itszeeshan/subdomainxv1.0.0Aug 23, 2025by github-actions[bot]

AI Summary

The initial stable release establishing the core CLI functionality, tool integration, and professional documentation platform.

Key Highlights

  • Established core CLI application with YAML configuration support
  • Integrated multiple subdomain enumeration tools (subfinder, amass, etc.)
  • Implemented JSON, TXT, and HTML output formatting
  • Migrated documentation to the Nextra platform

New Features

  • CLI Application
  • Tool Integration
  • YAML Configuration
  • Output Formatters
  • Nextra Documentation

Full Release Notes

## Changelog
* c435207 feat: add GitHub Actions release workflow and GoReleaser config
* 9c6f1bf feat: add HTTP and port scanning with httpx and smap integration
* d30424a feat: add Makefile for build automation and development tasks
* 40ed325 feat: add SubdomainX logo to navigation and browser tab
* 08d2e42 feat: add configuration management with YAML loading and CLI merging
* b12afb2 feat: add configuration management with YAML support
* b17c0d9 feat: add core data types and interfaces for subdomain enumeration
* e9fe5d0 feat: add main CLI application with go install support and tool management
* b5fa563 feat: add output formatters for JSON, TXT, and HTML reports
* dabe2a1 feat: add subdomain enumeration tools integration (subfinder, amass, findomain, etc.)
* 8c8e51a feat: add utility functions, DNS cache, and concurrency primitives
* 9613082 feat: migrate to Nextra documentation with professional UI
* 9d815bf feat: rename logo file to logo.png and update references
* e0cfe17 feat: seubdomain grepper
* bdbf709 feat: update comment
* 25e5c26 feat: update footer with personal message and GitHub star link
* 48a7677 fix: downgrade React to v18 for Nextra compatibility
* a709663 fix: images
* 563ed12 fix: improve release workflow and GoReleaser configuration
* b6bce61 fix: move image down to text
* a9fc710 fix: picture
* 2a8a2a2 fix: remove unused append result in smap scanner to resolve SA4010 linting error
* 6e9d9aa fix: replace Tailwind classes with inline styles in footer component