Skip to content

Releases: DisruptorProxy/Core

Disruptor Proxy v1.6.2

Choose a tag to compare

@GreatRedem GreatRedem released this 27 Jul 23:16

1.6.2 - 2026-07-27

Bug Fixes

  • Restore the lockfile that CI actually accepts
  • Regenerate package-lock and keep it in sync on bump
  • Point the endpoint at the repo's current name
  • Hide button in titlebar, remove subscription update diff, update servers.page.azeroth
  • Move the Android keystore secret out of an if: in release.yml
  • Refresh package-lock peer metadata
  • Routing ui
  • Android crash
  • Make the TUN inbound work on macOS and Linux
  • Follow the azeroth CLI's typecheck -> check rename
  • Correct Android NDK path, drop iOS job, fix non-Windows build.rs
  • Show the real app version in Settings
  • Make disconnect actually stop the core, and bound every wait
  • Stop the prober and live core fighting over one port
  • Update lockfile for v1.1.0 release
  • Harden production build
  • Store Xray geo data in app data dir
  • Generate correct latest.json for Xray-Client updater
  • Handle browser's key binds, remove <title>as it is unused and as this is cross platform application
  • Parallel pinging without running multiple xray, pinging status
  • Regenerate updater signing key
  • Route transitions on real roots, quota/geo progress bars, tray dedupe, protocol hues + pointer cursors
  • Keep servers detail panel alive on connect + shared connection status
  • Connect button in server page, kill app-xray.exe before running new tunnel.
  • Connect button in servers page
  • Rename xray.exe into app-xray.exe
  • Fix xray.exe crash because of rules without geo.dat files
  • Fix xray.exe permission issue part 2
  • Fix xray.exe permission issue part 1

Build

  • Publish releases from this repo and trim the bundle set

Documentation

  • Add RELEASING.md (setup, release flow, verification, troubleshooting)

Features

  • Render the app name and tagline in Persian
  • Rename the app to Disruptor Proxy and relicense under MIT
  • Unify section headings across Settings, Routing, and Home
  • Merge subscriptions into a grouped, collapsible server list
  • Implement the native VPN tunnel
  • Publish Linux, macOS, and Android artifacts in releases
  • Cross-platform — Linux/macOS backends, Android/iOS scaffolds, CI
  • Add TCP ping alongside proxy ping, per-mode healthw
  • Gate input blocking to production builds
  • Checks and automated release notes
  • Rebrand to Disruptor Proxy, add release infra
  • To AzerothJS beta.3, add logo assets
  • Tauri auto-updates and routing revamp
  • Rebrand to The Disruptor Proxy, add 10 languages, country-bypass routing
  • Upgrade AzerothJS and refactor UI transitions
  • Add css flag and fix servers emoji and flags
  • Unify motion tokens and add press interactions
  • Segmented sliding thumb + detail and titlebar polish
  • Fill the gaps in the CSS motion system
  • Toast, tooltip, connection
  • Transition
  • Title + description header on every page.
  • Glass Colors, select subscriptions servers
  • Tauri Connection Service
  • Pages
  • Init android
  • Add ping functionality
  • Add end_xray_windows
  • Add xray for windows, remove default things
  • Initial

Fix

  • Restart xray when route changes. fix flag visual issue on servers page

Miscellaneous

  • Silence the Xray core's log output
  • README.md

Performance

  • Cut per-frame work in the list and remove startup waterfalls

Refactor

  • Drop redundant export on module-private declarations
  • Remove dead code across frontend and Tauri host
  • Structure - Feat System try & Max Window

Styling

  • Enforce layered import ordering across the codebase