Skip to content

Releases: throneproj/Throne

1.2.1

Choose a tag to compare

@github-actions github-actions released this 26 Jul 13:34
  • Improve certain UI sections
  • Re-Enable strict route on windows again, with warnings on faulty systems (Thanks @0x3mp7y)
  • Fix Xray downloadSetting interface binding (Thanks @0x3mp7y)
  • Re-add auto_redirect on Linux
  • Improve subscription update
  • Fix Xray core DNS issues (Thanks @x15rte)
  • Fixed and Improvements

1.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 19:19

Throne is free and open-source, and will always remain so. If you'd like to support development, you can now do so via GitHub Sponsors.

  • Add remote route profile support 1
  • Add block and warp-bypass default route support
  • Add Raw routing profile support
  • Improve Xray support
  • Add Hiddify's TLS fragment and TLS Mixed-case support
  • Add traffic statistics module 2
  • Improve menus and Tool Buttons
  • Show connection speed in connections tab and allow sorting by it
  • Improve system tray menu
  • Add Mieru protocol
  • Add runtime stats widget
  • Disable strict route by default 3
  • Use Google DoH as default remote DNS
  • Add security view to proxy Table's Type column 4
  • Add Remove insecure configs action
  • Add Linux universal installer script (Thanks @thearialume)
  • Lots of Fixes and Improvements

1:
You can now add remote routing profiles which can be updated remotely as well, refer to Deeplink docs for more information on how to add them via Deeplinks

2:
This module keeps an aggregated statistics of the traffic usage grouped by config/application, and can be disabled in settings

3:
Strict route causes issues on certain windows environments, so it is disabled by default

4:
It should be enabled in the settings and is not enabled by default

1.2.0-beta.7

1.2.0-beta.7 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 20 Jul 20:33
  • Disable strict route by default
  • Fix Xray full config issues
  • Add softPink theme
  • Use Google DoH as default remote DNS
  • Improve context menus
  • Update deep-link schemas
  • Add security view to Proxy Table
  • Add Remove Insecure configs menu action
  • Fixes and Improvements

1.2.0-beta.6

1.2.0-beta.6 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Jul 13:08
  • Make Full Xray configs testable
  • Migrate interface binding and initial DNS resolution of Xray configs to our fork
  • Fixes and Improvements

1.2.0-beta.5

1.2.0-beta.5 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jul 11:50
  • Add runtime stats Widget
  • Add full Xray JSON array subscription support
  • Use widgets for Tray server/routing profile selection
  • Fixes and Improvements

1.2.0-beta.4

1.2.0-beta.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Jul 11:29
  • Refactor context menus
  • Improve Start/Stop button (Thanks @renkagod)
  • Allow disabling the traffic stats feature
  • Add remote route profile support 1
  • Fix sub update logic 2
  • Fix mieru Link format
  • Upgrade Xray core to v26.6.27
  • Fixes and Improvements

1:
Route profiles can now be remotely subscribed to, allowing a route profile that gets updated from a remote source. Adding it can be done via Deeplinks as well.

2:
Previously, periodic jobs would run on an interval starting from the launch time, now they behave properly and trigger once the specified interval value has passed since the last update time.

1.2.0-beta.3

1.2.0-beta.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Jun 04:38
  • Fix testing current with default routing outbound direct using the wrong outbound
  • Make sniff and hijack-dns always on
  • Show current speed in connections Tab
  • Use Xray for reality by default and allow importing all VLESS in Xray
  • Update Sing-box to v1.13.14
  • System Tray menu improvements (Thanks @renkagod)
  • Add Mieru protocol support
  • Fixes and Improvements

1.2.0-beta.2

1.2.0-beta.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 17 Jun 14:12
  • Update Xray core And Improve its Tun Handling
  • Add Hiddify's TLS fragment and TLS Mixed-case
  • Add traffic statistics module 1
  • Add Profile start/stop button 2
  • Add Xray config validation
  • Fixes and Improvements

1:
Aggregates and summarizes the traffic used by configs/apps over the last 90 days for better insight into one's usage

2:
The top toolbar has been changed to simplify operations and add room for future features

1.2.0-beta.1

1.2.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Jun 22:28
a6eab95
  • Allow generating warp config as Wiregaurd profile
  • Improve route profile import/export And add deeplink support for it
  • Add block and warp-bypass routing profile default outbounds 1
  • Disable auto_redirect and fix Tun Exclude subnets
  • Add raw routing profile support 2
  • Fixes and Improvements

1:
warp-bypass will allow to customize what goes through warp and what uses the proxy directly. Works the same as proxy if warp is not enabled

2:
You can write your own JSON routing section which will be used as the entire route section of sing-box, allowing for custom rule-sets and more control over the routing logic for advanced users

1.1.6

Choose a tag to compare

@github-actions github-actions released this 08 Jun 22:37
  • Fix system proxy
  • Use polling mode for windows process searcher
  • Improve Loopback detection rules
  • Fix some Xray fields being registered with wrong type
  • Minor fixes and improvements