Tags give the ability to mark specific points in history as being important
  • v1.1.0
    Release v1.1.0: Windows 11 Support
    
    - Added TPM 2.0 emulation for Windows 11 compatibility
    - Implemented Secure Boot with OVMF firmware
    - Optimized VM configurations for malware analysis
    - Fixed UEFI boot issues
    - Improved documentation
  • v1.2.3
    Release v1.2.3 - Documentation Assets Added
    
    - Added documentations/ folder with demo video (idve-dash.mov)
    - Video file now properly tracked and pushed to repository
    - README.md references the demo video for project showcase
  • v1.2.2
    Release v1.2.2 - Demo Video Added
    
    - Added demo video to README.md showcasing IDVE Dashboard functionality
    - Video file: documentations/idve-dash.mov
    - Enhanced documentation with visual demonstration
  • v1.2.1
    Release v1.2.1 - Installation Guide Update
    
    - Updated installation guide to remove libvirt dependencies
    - Added websockify installation for VNC proxy functionality
    - Simplified KVM/QEMU setup without libvirt daemon
    - Updated systemd service configuration
    - Added comprehensive troubleshooting for websockify and VNC
    - Improved documentation for all supported Linux distributions
  • v1.2.0
    Release v1.2.0 - VM Networking and Instance Creation Fixes
    
    - Fixed undefined instance ID issue in create instance
    - Fixed VM IP assignment to use proper bridge networking
    - VMs now get IP from router DHCP (192.168.203.0/24) instead of QEMU user networking (10.0.2.0/24)
    - Added dynamic CD/DVD drive management
    - Improved validation and error handling
  • v1.0.0
    Release v1.0.0: Complete VM Management Dashboard
    
    Features:
    - Comprehensive VM instance management with create/edit/delete operations
    - Real-time status monitoring and dashboard statistics
    - Advanced edit modal with hardware, Cloud-Init, and options configuration
    - Boot order management with predefined configurations
    - Console access via noVNC integration
    - Modern UI with claymorphism design and floating labels
    - API integration for networks, ISOs, and storage management
    - Responsive design with dark mode support
    
    Technical:
    - Fixed duplicate instance listing issues
    - Implemented loading state management
    - Added comprehensive form validation
    - Integrated Socket.IO for real-time updates