Releases: YtFlow/YtFlowApp
YtFlowApp v1.7.4
Changelog
- Fixed Home Page crash on mobile
- Enabled modern instruction sets (including AVX2) on x64 and ARM64
Package Spec
In this release, avx2
feature for x64 was turned on while building YtFlowCore. If the app crashes during startup, try installing the x86 package inside the bundle manually.
Package | Arch | Target SDK Version | Min SDK Version | Signature |
---|---|---|---|---|
56263bdbai.YtFlow_1.7.4.0.AppxBundle recommended | x86_x64_arm64_arm (bundled) | 22621 | 15063 | Signed by Microsoft Store |
YtFlowApp_1.7.4.0_Test.7z | x86_x64_arm64_arm (bundled) | 22621 | 15063 | Self-signed |
YtFlowApp v1.7.3
YtFlow v1.7.3
🎉 v1.7.3 will be the first General Available version since our migration from C# to C++ and Rust!
A brief recap for all the new stuff:
- Brand new UI designed for desktop.
- Rest assured, YtFlow still works on Windows 10 Mobile (10.0.15063).
- Proxy management:
- Proxies are grouped by default.
- Added support for Base64 encoded subscriptions, SIP008 and Surge proxy lists.
- Import and export V2rayN share links.
- Runtime connection management:
- Choose a proxy at runtime without reconnect.
- Toggle rule matching and UDP proxying at runtime.
- Real time traffic display.
- Comes with YtFlowCore:
- Highly customizable configuration. Read more at https://ytflow.github.io/ytflow-book/.
- Improved maximum throughput and stability.
- VMess and SOCKS5 protocols.
- simple-obfs and WebSocket transport.
- Customizable DNS resolvers including DNS over HTTPS and DNS over a proxy.
- Rule-based split routing modules: GeoIP, Surge domain set, Quantumult X filter.
- A common configuration with split routing for CN users can be generated by no more than one click in the New Profile page.
There are a few features dropped as well:
- QR code scanning.
- Use the share links in text format instead.
- SSD and Clash subscriptions.
- SSD subscription format has been deprecated and replaced by SIP008 subscriptions.
- A number of proxy protocols in Clash configuration format are not supported by YtFlowCore. Use other subscription formats for better compatibility.
Changelog since v1.7.2
- Fixed an issue where empty objects are missing in exported profiles.
- Fixed UI crashes after waking up with VPN connected.
Package Spec
In this release, x86 target is added in the package bundle. We also turned on avx2
feature for x64 while building YtFlowCore. If the app crashes during startup, try installing the x86 package manually.
Package | Arch | Target SDK Version | Min SDK Version | Signature |
---|---|---|---|---|
56263bdbai.YtFlow_1.7.3.0.AppxBundle recommended | x86_x64_arm64_arm (bundled) | 22621 | 15063 | Signed by Microsoft Store |
YtFlowApp_1.7.3.0_Test.7z | x86_x64_arm64_arm (bundled) | 22621 | 15063 | Self-signed |
YtFlowApp (next) v1.7.2
YtFlow (next) v1.7.2
Changelog
- Profile import and export
Package Spec
Due to upstream issues with rusqlite, x86 platform is not currently supported.
Package | Arch | Target SDK Version | Min SDK Version | Signature |
---|---|---|---|---|
56263bdbai.YtFlow_1.7.2.0.AppxBundle recommended | x64_arm64_arm (bundled) | 22621 | 15063 | Signed by Microsoft Store |
YtFlowApp_1.7.2.0_Test.7z | x64_arm64_arm (bundled) | 22621 | 15063 | Self-signed |
YtFlowApp (next) v1.7.1
YtFlow (next) v1.7.1
Changelog
- Fixed an issue where Trojan share links with
peer
parameter could not be recognized. - Fixed an issue where Surge proxy subscriptions with
tls13
andtfo
parameters could not be loaded.
Enhancements from YtFlowCore
- Added
outbound_resolver
as a parameter fornetif
plugins.
Package Spec
Due to upstream issues with rusqlite, x86 platform is not currently supported.
Package | Arch | Target SDK Version | Min SDK Version | Signature |
---|---|---|---|---|
56263bdbai.YtFlow_1.7.1.0.AppxBundle recommended | x64_arm64_arm (bundled) | 22621 | 15063 | Signed by Microsoft Store |
YtFlowApp_1.7.1.0_Test.7z | x64_arm64_arm (bundled) | 22621 | 15063 | Self-signed |
YtFlowApp (next) v1.7.0
YtFlow (next) v1.7.0
Changelog
Including changes from v1.6.3.
Enhancements
- Refactored package structure - a ~20% reduction in package bundle size
- Rewritten share link and subscription parser with new features:
- Import base64-encoded share links as a subscription (also known as "
SIP002
subscription") - Export VMess proxies in V2rayN flavor
- Import base64-encoded share links as a subscription (also known as "
- (new!) Proxy editor - you can now edit or create proxies in proxy groups, including subscriptions!
- Subscription groups are locked by default to prevent editing by mistake. Unlock before making any changes.
- Various bug fixes
Enhancements from YtFlowCore
- Improved overall VPN channel throughput
- Cached Fake IP allocations - applications will reconnect smoothly after accidental VPN connection interruptions
Package Spec
Due to upstream issues with rusqlite, x86 platform is not currently supported.
Package | Arch | Target SDK Version | Min SDK Version | Signature |
---|---|---|---|---|
56263bdbai.YtFlow_1.7.0.0.AppxBundle recommended | x64_arm64_arm (bundled) | 22621 | 15063 | Signed by Microsoft Store |
YtFlowApp_1.7.0.0_Test.7z | x64_arm64_arm (bundled) | 22621 | 15063 | Self-signed |
YtFlowApp (next) v1.6.2
YtFlow (next) v1.6.2
Enhancements
- Added
list-dispatcher
in profile editor - Hyperlink to plugin documentation pages in profile editor
- Use host:port as default proxy name
Enhancements for new profiles
- Added
no-resolve
to sample Custom Rules - Point
proxy-forwarder
to proxy outbound for UDP - Added "fake-ip-filter"
- Enable UDP forwarding by default
Bug fixes
- WebSocket outbound not working
- Imported VMess+WebSocket+TLS proxy with implicit ALPN could not be picked by outbounds
Package Spec
Due to upstream issues with rusqlite, x86 platform is not currently supported.
Package | Arch | Target SDK Version | Min SDK Version | Signature |
---|---|---|---|---|
56263bdbai.YtFlow_1.6.2.0.AppxBundle recommended | x64_arm64_arm (bundled) | 22621 | 15063 | Signed by Microsoft Store |
YtFlowApp_1.6.2.0_Test.7z | x64_arm64_arm (bundled) | 22621 | 15063 | Self-signed |
YtFlowApp (next) v1.6.1
YtFlow (next) v1.6.1
- More ruleset support: surge-domain-set, quanx-filter
- Built-in rulesets and custom rules
Package Spec
Due to upstream issues with rusqlite, x86 platform is not currently supported.
Package | Arch | Target SDK Version | Min SDK Version | Signature |
---|---|---|---|---|
56263bdbai.YtFlow_1.6.1.0.AppxBundle recommended | x64_arm64_arm (bundled) | 22621 | 15063 | Signed by Microsoft Store |
YtFlowApp_1.6.1.0_Test.7z | x64_arm64_arm (bundled) | 22621 | 15063 | Self-signed |
YtFlowApp (next) v1.5.1
YtFlow (next) v1.5.1
- Subscription: import a list of proxy servers at once and keep in sync with service providers. Supported formats:
- SIP008: Shadowsocks Online config
- Surge proxy list: detached profile section containing Proxy Policies only. A complete Surge hosted profile may be used, but all settings and rules inside will be ignored.
- Lifted ALPN restriction for WebSocket transports: users may keep
h2
in ALPN for proxy URLs. YtFlowCore will probe h2 availability for WebSocket outbounds and upgrade to HTTP/2 based on RFC 8441. - Fixed some UI issues.
Package Spec
Due to upstream issues with rusqlite, x86 platform is not currently supported.
Package | Arch | Target SDK Version | Min SDK Version | Signature |
---|---|---|---|---|
56263bdbai.YtFlow_1.5.1.0.AppxBundle recommended | x64_arm64_arm (bundled) | 22621 | 15063 | Signed by Microsoft Store |
YtFlowApp_1.5.1.0_Test.7z | x64_arm64_arm (bundled) | 22621 | 15063 | Self-signed |
YtFlowApp (next) v1.4.0
YtFlow (next) v1.4.0
- Split Routing: you can now opt in the split routing feature with GeoIP databases provided by built-in sources. Simply create a new profile and select a split routing mode.
- Fixed some v2rayN share links
- Fixed TLS certificate verification issue when
skip_cert_check
=false
Package Spec
Due to upstream issues with rusqlite, x86 platform is not currently supported.
Package | Arch | Target SDK Version | Min SDK Version | Signature |
---|---|---|---|---|
56263bdbai.YtFlow_1.4.0.0.AppxBundle recommended | x64_arm64_arm (bundled) | 22621 | 15063 | Signed by Microsoft Store |
YtFlowApp_1.4.0.0_Test.7z | x64_arm64_arm (bundled) | 22621 | 15063 | Self-signed |
YtFlowApp (next) v1.3.0
YtFlow (next) v1.3.0
- Added default ALPN for v2rayN share link
- Added forward widget
- Added About page
- Fixed UDP relay functionalities
Package Spec
Due to upstream issues with rusqlite, x86 platform is not currently supported.
Package | Arch | Target SDK Version | Min SDK Version | Signature |
---|---|---|---|---|
56263bdbai.YtFlow_1.3.0.0.AppxBundle recommended | x64_arm64_arm (bundled) | 22621 | 15063 | Signed by Microsoft Store |
YtFlowApp_1.3.0.0_Test.7z | x64_arm64_arm (bundled) | 22621 | 15063 | Self-signed |