Skip to content

Releases: LorenEteval/Furious

Furious 0.2.7

21 Sep 12:35

Choose a tag to compare

Changes

  • Added subscription feature support.
  • Added Trojan import/export support.
  • Added ping latency test support.
  • Added download speed test support.
  • Built-in editor can be hidden by user now. Use action in the View menu, or use shortcut CTRL + E (Command + E on macOS) to show/hide editor. Furious will smartly remember this operation.

In the main UI Furious added three more columns(Subscription, Latency, and Speed). Remember to adjust column section size if they are not visible.

Added .dmg release for Intel mac(x86_64).

Fixes

  • Fixed cannot detect light/dark theme when Furious is packed as binary release on non-Windows platform(caused by darkdetect issue #33). Moved to timer implementation as needed. 7c74779
  • Added connection test timeout support in case of remote site not responding. Connection test timeout is by default 30s. d6e4780
  • Fixed issue #14. 3930565
  • Fixed wrong GOLDEN_RATIO in some widgets. Furious will now look more nicely. 082386a
  • Set QRCode window to fixed size in case of huge white gap in the widget. 320d2b0
  • Fixed EditRouting backward compatibility when refactoring hysteria to hysteria1. 64b7157

Improvements

  • More application improvements.

Furious 0.2.6

10 Sep 08:44

Choose a tag to compare

Changes

Add macOS .dmg release.

See issue #10 for future develop plan of Furious.

Improvements

  • Small fixes and improvements.

Furious 0.2.5

07 Sep 08:50

Choose a tag to compare

Changes

  • Add TUN mode support on Windows and macOS. (experimental)

Read TUN mode wiki first to start using this feature.

Fixes

  • Fixed setGeometry failure on macOS. 6950607
  • Fixed some widget init wrong dynamic theme color. 141a225
  • Fixed core exitcallback still falls to disconnectAction when Windows is shutting down, thus making the Connect settings always be OFF, which results in Furious unable to remember user connect settings. 58f24ef
  • Fixed subprocess.run failure on non-Windows platform. 5d54bca
  • Fixed wrong scroll bar value when switching tab/spaces. 03b65b0
  • Fixed Tor CLI failed to start under sudo mode on non-Windows platform. 06d5bd8
  • Fixed wrong scroll bar value when setting indent. d840945

Improvements

  • More UI menu icons, and Application improvements.

Recommend all users to upgrade.

Furious 0.2.4

30 Aug 15:55

Choose a tag to compare

This is a fix release for Furious 0.2.3

Changes

  • Fixed Tor CLI console window shown on Windows platform. b734028
  • Fixed wrong Tor CLI socks & http default tunnel port. 9286856

Tor Routing Wiki

Coming next

  • TUN mode support on Windows

Note

0.2.5 or 0.2.6 will be the last release this year.

Furious 0.2.3

30 Aug 11:37

Choose a tag to compare

What's New

  • Add support for Route My Traffic Through Tor. See the wiki on how to start using this feature in seconds.
  • Bump Xray-core-python to v1.8.4. Use pip install --upgrade Xray-core to upgrade core.
  • Move Edit Routing... to Settings.
  • Add Tor Relay Settings... in Settings.
  • Add Show Tor Relay Log... in Help menu.

Use pip install --upgrade Furious-GUI to upgrade Furious.

Improvements

  • Small improvements and fixes.

Furious 0.2.2

18 Aug 15:28

Choose a tag to compare

Improvements

  • Refactor Edit Routing UI to improve Edit Routing Option user experience.
  • Connected theme changed from bright red(#F4364C) to light red(#FF7276) for more comfortable experience.

Coming Next

  • Routing Option will add a built-in Tor support option Route My Traffic Through Tor

Furious 0.2.1

17 Aug 00:33

Choose a tag to compare

As mentioned in the README, this is a zip file that contains pre-built binaries for Windows users.

Users on other platform should follow install instructions. Or, if already installed, type pip install --upgrade Furious-GUI to upgrade.

Changes

  • Fixed issue #4 .(caused by missing default value for Routing settings and less exception catch). 7d7483a 8ab40d3
  • More theme dynamic change.

Improvements

Add github workflows:

Including three important packages(bindings) that Furious depends on, where they are built successfully on all target platform with all Python version(Python 3).:

Now Furious, including these bindings will have a verified and trusted integration!

Furious 0.2.0

12 Aug 02:13

Choose a tag to compare

As mentioned in the README, this is a zip file that contains pre-built binaries for Windows users.

Users on other platform should follow install instructions. Or, if already installed, type pip install --upgrade Furious-GUI to upgrade.

Changes

  • Hot fix for Furious 0.1.11:
    • Fixed a hidden bug discovered on Windows platform: if Furious is started up on boot, import/delete asset files won't show changes on the list due to cwd different and thus affect watchfiles behavior. Remove watchfiles dependency & related logic and fall back to user triggered changes.
  • Move to a new minor version(i.e. 0.2.0). New Furious version will be available for all users.

Recommend all users to upgrade.

Furious 0.1.11

11 Aug 11:43

Choose a tag to compare

As mentioned in the README, this is a zip file that contains pre-built binaries for Windows users.

Users on other platform should follow install instructions. Or, if already installed, type pip install --upgrade Furious-GUI to upgrade.

Changes

  • Add full support for customizing routing rules.
  • For convenience, a built-in routing rule Bypass Iran is added for Iran users. See issue #1
  • Fix CheckForUpdates wrong version compare.

Improvements

  • Support for smart indent in editor.
  • Better routing changed information and display.
  • ...

Furious 0.1.9

06 Aug 09:31

Choose a tag to compare

As mentioned in the README, this is a zip file that contains pre-built binaries for Windows users.

Users on other platform should follow install instructions. Or, if already installed, type pip install --upgrade Furious-GUI to upgrade.

Changes

  • Fix missing pypng requirement that can cause Furious to crash when exporting to QR Code.

Note

Furious 0.1.6 and before has setup requirements issue that can only be installed successfully on Windows platform when using pip, thus should be considered as deprecated.