Releases

Releases

Latest GitHub release notes for Doppelganger, including stable and beta drops.

Browse history

Stable release

v0.6

Release 0.6

Published February 12, 2026

Release notes

This release includes improvements, bug fixes, and performance optimizations since version v0.5.8.

🚀 Key Features & Improvements

  • Native ARM Support: Added native support for ARM devices, including documented installation methods.
  • Modular Architecture: Portions of the codebase (Server, Agent, Utility logic) have been refactored into modular components for better maintainability.
  • Enhanced Dashboard: Improved empty states, accessibility, and fixed rendering issues for task cards and listing screens.
  • Security Enhancements: Mitigated SSRF vulnerabilities and improved IP range validation.

đź›  Bug Fixes

  • Fixed major task loading race conditions and persistence bugs on the dashboard.
  • Resolved VPS-specific crashes related to IP allowance and stale X11 locks.
  • Fixed Docker stability issues by adding required fonts and using bundled Chromium for Linux environments.
  • Corrected variable substitution in scrape mode and script execution bugs.

⚡ Performance Optimizations

  • Asynchronous File I/O: Converted saveTasks and several scraping operations from synchronous to asynchronous non-blocking writes.
  • API Efficiency: Optimized directory listing and file statistics in API endpoints.
  • Rendering: Optimized list rendering in Captures and Executions screens.

đź§ą Maintenance & Chores

  • Documentation: Enhanced GEMINI.md for AI agents.
  • Testing: Added unit tests for task versioning and improved coverage for network utilities.
  • Clean up: Removed unused imports, dead code, and leftover debug logs.
  • Dependencies: Updated package.json and external repository URLs.

Full Changelog: https://github.com/mnemosynestack/doppelganger/compare/v0.5.8...v0.6

Latest beta

Pre-release
v0.4beta

Release 0.4 Beta

Published January 18, 2026

Beta notes

Highlights

  • Added proxy rotation with default proxy support and per‑task rotation toggle.
  • New Settings → Proxies tab to manage proxies (add/edit/delete/default) without JSON.
  • Basic IP allowlist for server access with optional TRUST_PROXY.

Added

  • proxies.json support with default selection and rotation rules.
  • Host IP as a selectable proxy entry.
  • “Include default IP in rotation pool” toggle.
  • Proxy CRUD API and UI.
  • Proxy usage logging in server output (mode + target).

Updated

  • Task editor toggle for “Rotate Proxies”.
  • README guidance for proxy setup and IP allowlist.
  • Favicon upgraded with higher‑res icon.
  • Sidebar logo size increased.

Notes

  • Rotation is round‑robin (ordered).
  • Default IP is excluded from rotation unless explicitly enabled.

Full Changelog: https://github.com/mnemosyne-artificial-intelligence/doppelganger/compare/v0.3.9...v0.4beta

Past releases

View on GitHub