Releases: SneezeGUI/DarkMatter
Releases · SneezeGUI/DarkMatter
DarkMatterBot_v3.6.0
DarkMatterBot_v3.1.2
feat: v3.1.2 release - UI improvements and bug fixes - Fixed dashboard stats glitching/reverting (thread-safety fix) - Color-coded dashboard stats (green/white/red by type) - Color-coded proxy ping values (green/yellow/orange/red by latency) - Green network traffic indicator for better visibility - Improved proxy sources with 60+ reliable endpoints - Fixed proxy checker to find more live proxies - Added centralized constants file - Moved sources.txt to resources directory
DarkMatterBot_v1.0.0
Release Notes - v1.0.0
🎨 New UI Branding "Dark Matter"
- New Theme: The application now features a consistent "Dark Matter" theme with deep purple accents (
#6e179band#5c0d82), derived directly from the application's logo. - Unified Styling: All UI components, including sliders, checkboxes, and action buttons, now share a cohesive look.
- Iconography: The application window now properly displays the custom favicon.
🛠️ Build System & Distribution
- Single-File Executable: Added a
build.pyscript to generate a standaloneDarkMatterBot.exe. - Auto-Packaging: The build script automatically bundles all necessary resources (icons, UI files) and creates a distribution-ready
.ziparchive. - Dependency Management: The build system strictly enforces the use of the local virtual environment (
.venv) to ensure a clean and consistent build, automatically relaunching itself if necessary. - Fixed Dependencies: explicitly handled
curl_cffibundling to prevent runtime errors in the compiled executable.
🧹 Improvements
- Codebase Cleanup: Removed redundant hex color codes in favor of centralized theme variables.
- Documentation: Updated
README.mdwith build instructions and new feature highlights.