Skip to content

Releases: SneezeGUI/DarkMatter

DarkMatterBot_v3.6.0

17 Dec 06:10

Choose a tag to compare

feat: v3.6.0 release - Stress Test, Browser Engine, and Proxy enhancements

DarkMatterBot_v3.1.2

15 Dec 02:02

Choose a tag to compare

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

14 Dec 23:43

Choose a tag to compare

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 (#6e179b and #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.py script to generate a standalone DarkMatterBot.exe.
  • Auto-Packaging: The build script automatically bundles all necessary resources (icons, UI files) and creates a distribution-ready .zip archive.
  • 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_cffi bundling 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.md with build instructions and new feature highlights.