Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 5.33 KB

File metadata and controls

50 lines (37 loc) · 5.33 KB

Changelog

0.1.1 (2026-01-13)

🚀 Features

  • add .gitignore, CODE_OF_CONDUCT.md, CONTRIBUTING.md, LICENSE, SECURITY.md and update Makefile (f7742e9)
  • add Button, Card, Checkbox, Input, and Label components for UI consistency (3b3e31a)
  • add CODE_OF_CONDUCT.md, CONTRIBUTING.md, LICENSE, and SECURITY.md files (8587893)
  • add database integration and initial migration setup (36c4081)
  • add environment configuration, update .gitignore, and improve type hints in services (054676d)
  • add GitHub Copilot instructions to copilot-instructions.md (838cb06)
  • add Release Please configuration and CI/CD workflows for release management (f888bd7)
  • add ScanStats and ScanTimeline components for displaying scan results and progress (3b3e31a)
  • add Tooltip component for enhanced UI interactions (c3c7161)
  • create reusable Badge component for consistent UI (3b3e31a)
  • define tool configurations and categories for scanning tools (3b3e31a)
  • Implement modular report generation for security scanner (b64503c)
  • implement SeverityBadge component with improved styling (3b3e31a)
  • implement ToolSelector component for better tool management in ScanForm (c3c7161)
  • Implement Vigil Security Scanner with multiple scanning modules (19e7b9a)
  • initialize web application with React, Vite, and Tailwind CSS (43111b5)
  • update README for English localization and improve clarity in error messages (c3c7161)

🐛 Bug Fixes

  • ci: fix Docker builds for GitHub Actions (b54c6ab)
  • ci: synchronize GitHub Actions workflow with local Makefile (69b4800)
  • correct indentation in help target of Makefile (62a3e25)
  • enhance API service with error logging and multiple scan execution (3b3e31a)
  • refactor and enhance security scanner components (e9d2ada)
  • update configuration comments for clarity in settings.conf (c3c7161)
  • update ScanResult component for English localization (c3c7161)

♻️ Code Refactoring

  • enhance error messages in sslyze and zap scanner services (c3c7161)
  • improve code readability and formatting across multiple components (b71fe53)
  • rename project name (e8182b5)
  • rename Vigil Security Scanner to Web-Check Security Scanner (f3ad2ea)
  • replace Pyright with Ty for type checking and clean up code (424915c)
  • update tool descriptions and categories for consistency in tools.ts (c3c7161)

📚 Documentation