Furious 0.2.7
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 shortcutCTRL + 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.