LorenEteval Furious Versions Save

A GUI proxy client based on PySide6. Support Xray-core & hysteria

0.4.5

6 days ago

Fixes

  • Fixed some problems on macOS

Dependencies

  • Python 3.12 + PySide6 6.6.3 (for Furious-0.4.5-macOS-11.0-arm64.dmg & Furious-0.4.5-windows10-amd64.zip only)

0.4.4

1 week ago
  • Fixed some problems on macOS

0.4.3

1 week ago

This is a fix release of 0.4.x

Fixes

  • Important: Fixed race condition while editing server in GUI (causing app to accidentally fill in options from other servers)
  • Fixed an issue where app crash logs were not saved

这是0.4.x的修复版本

修复

  • 重要:修复在GUI中编辑服务器时的竞争条件(导致app意外填入其它服务器的选项)
  • 修复app崩溃日志未保存的问题

0.4.2

1 week ago

Fixes

  • Fixed missing retranslate on ImportMultiSuccessMBox 75f0469c9cd4fad77cbd77c71796890d5e032445
  • Fixed app crash on adding server via GUI menu c1f6d4d7ab2a007b538ec52d3d8443cfdc1589da
  • Fixed race condition while editing server in GUI (causing app to accidentally fill in options from other servers) 0534f42b3d0cf300b8d748c78ab1e089860791e2

修复

  • 修复MessageBox翻译问题 75f0469c9cd4fad77cbd77c71796890d5e032445
  • 修复通过GUI菜单添加服务器时app崩溃 c1f6d4d7ab2a007b538ec52d3d8443cfdc1589da
  • 修复在GUI中编辑服务器时的竞争条件(导致app意外填入其它服务器的选项) 0534f42b3d0cf300b8d748c78ab1e089860791e2

0.4.1

1 week ago

Fixes

  • issue #79

Improvements

Dependencies


修复

  • issue #79

改进

依赖

0.4.0

3 weeks ago

Features

  • Full GUI editor window support for all protocol (Xray-core & hysteria) (click to show, Enter to switch)
  • Monochrome tray icon option
  • URI: gRPC authority import/export support
  • URI: httpupgrade import/export support
  • URI: hy1 URI import/export support (hysteria://...)
  • Support for adding server via GUI editor (new menu in main UI)

Fixes

  • Fixed wrong sorting result in some cases
  • Fixed wrong ping test result with empty server address
  • URI: an extreme failed case for importing Shadowsocks
  • Fixed wrong menu color in main UI on ubuntu 20.04

Improvements

  • Improved visual effect of tray icon
  • Better async performance in app

Dependencies


功能

  • 所有协议的完整GUI编辑器窗口支持(Xray-core & hysteria)(单击显示,Enter切换)
  • 单色托盘图标选项
  • URI:gRPC authority 导入/导出
  • URI:httpupgrade 导入/导出
  • URI:hy1 URI 导入/导出(hysteria://...
  • 通过GUI编辑器窗口添加服务器(主界面新菜单)

修复

  • 修复某些情况下错误的排序结果
  • 修复当服务器地址为空时错误的ping测试结果
  • URI:一个罕见的Shadowsocks导入失败情况
  • 修复在Ubuntu 20.04上错误的主界面菜单颜色

改进

  • 托盘图标颜色视觉效果
  • 更好的异步运行性能

依赖

0.3.10

2 months ago

Fixes

  • Fixed go version of extra requires in setup.py

Dependency Updates

  • Xray-core 1.8.9
  • hysteria2 2.3.0
  • tun2socks on go 1.22 (accumulated with latest main branch changes)

0.3.9

2 months ago

Changes

  • Added tcping test support

Fixes

  • Fixed ping test failure under ipv6 #64
  • Fixed some unhandled exceptions

Improvements

  • ...

Full Changelog: https://github.com/LorenEteval/Furious/compare/0.3.8...0.3.9

0.3.8

2 months ago

Fixes

  • Fixed wrong hy2 URI schene #68

Improvements

  • Improved user experience in subscription: automatically select corresponding server when updating

Dependency Updates

  • Xray-core 1.8.8 on go 1.22
  • hysteria2 2.2.4 on go 1.22

Release Note

Previously the binary distributions were generated on my local machine/VM. This becomes pratically a huge task when go 1.22 released (imagine you need to maintain three major go version on your local computer, plus different Python version). So I moved them to automation using Github Actions.

Please note that Github does not have a Windows7 runner, so to maintain Windows7 release it has to be built on my Win7 VM. You can reproduce any of the builds if you want using deploy script.

Enjoy new release!


Full Changelog: https://github.com/LorenEteval/Furious/compare/0.3.7...0.3.8

0.3.4

2 months ago