Skip to content

Releases: KaringX/karing

v1.0.30.411

08 Oct 06:27
ff7689b
Compare
Choose a tag to compare
v1.0.30.411 Pre-release
Pre-release
  1. Windows: Fixed the issue that crashed during exit and caused a long period of freezing (introduced in Flutter 3.24 upgrade)

windows:修复退出时崩溃导致长时间卡死的问题(升级flutter3.24引入)

android TV: android_armv7.apk
android mobile: android_arm64.apk
windows : windows_x64.exe / windows_x64.zip

v1.0.30.410

06 Oct 08:51
ff7689b
Compare
Choose a tag to compare
v1.0.30.410 Pre-release
Pre-release
  1. LAN synchronization enhancement: support synchronization from mobile to non-mobile
  2. Android: vpn service keep-alive improvement
  3. Other fixes and improvements

  1. 局域网同步增强:支持从移动端同步到非移动端
  2. android:vpn 服务保活改进
  3. 其他修复及改进

android TV: android_armv7.apk
android mobile: android_arm64.apk
windows : windows_x64.exe / windows_x64.zip

v1.0.30.409

05 Oct 09:18
ff7689b
Compare
Choose a tag to compare
v1.0.30.409 Pre-release
Pre-release
  1. Android 14 background keep-alive improvements
  2. Other improvements

  1. android 14 后台保活改进
  2. 其他一些改进

android TV: android_armv7.apk
android mobile: android_arm64.apk
windows : windows_x64.exe / windows_x64.zip

v1.0.30.408

05 Oct 04:53
ff7689b
Compare
Choose a tag to compare
v1.0.30.408 Pre-release
Pre-release
  1. v2ray trojan alpn conversion compatibility processing
  2. DropdownMenu replaced with DropdownButton to fix the problem that the focus cannot be switched on android tv devices
  3. android: fix the problem that in tv mode, the privacy agreement can be skipped for the first installation, resulting in LocalStorage not being written, causing the privacy agreement to be displayed after the next startup

  1. v2ray trojan alpn 转换兼容处理
  2. DropdownMenu 替换为DropdownButton,以修复android tv设备下焦点无法切换的问题
  3. android:修复tv模式下,首次安装,隐私协议可以被跳过导致LocalStorage没有写入,从而引起下次启动后还是会显示隐私协议等的问题

android TV: android_armv7.apk
android mobile: android_arm64.apk
windows : windows_x64.exe / windows_x64.zip

v1.0.30.407

04 Oct 09:06
ff7689b
Compare
Choose a tag to compare
v1.0.30.407 Pre-release
Pre-release
  1. Added the option of following screen rotation on the mobile terminal
  2. Adapt the layout of the main screen to follow the screen rotation
  3. Fixed the problem that the current node on the main screen does not update after delayed clicking
  4. Fixed the problem that FakeIP sets the ipv6 address by default when ipv6 is not enabled, which may cause connection failure
  5. Fixed the problem of incorrect query_type of core parsing dns rule, and changed the fakeip inbound rule to query_type matching
  6. Android: Improve the problem that disconnection may not be disconnected for a long time
  7. v2ray vless, vmess alpn conversion improvement

  1. 移动端新增 跟随屏幕旋转选项
  2. 适配主屏跟随屏幕旋转后的布局
  3. 修复主屏当前节点延迟点击后不更新的问题
  4. 修复未开启ipv6的情况下,FakeIP默认设置了ipv6地址可能导致连接失败的问题
  5. 修复核心解析dns rule query_type错误的问题,并且fakeip入站规则改为 query_type 匹配
  6. android: 改进断开连接可能会长时间无法断开的问题
  7. v2ray vless, vmess alpn转换改进

android TV: android_armv7.apk
android mobile: android_arm64.apk
windows : windows_x64.exe / windows_x64.zip

v1.0.30.406

03 Oct 09:06
ff7689b
Compare
Choose a tag to compare
v1.0.30.406 Pre-release
Pre-release
  1. Improved automatic selection
  2. Fixed the problem that the delay of automatic selection kernel nodes and interface nodes are out of sync
  3. Fixed the problem that automatic selection may still display delay information after disconnection
  4. Fixed the problem that starting the connection may cause the application to freeze (405 introduced)
  5. Other improvements and fixes

  1. 改进自动选择
  2. 修复自动选择内核节点延迟与界面节点延迟不同步的问题
  3. 修复自动选择在断开连接后可能依然显示延迟信息的问题
  4. 修复启动连接可能导致应用卡死的问题(405引入)
  5. 其他改进与修复

android TV: android_armv7.apk
android mobile: android_arm64.apk
windows : windows_x64.exe / windows_x64.zip

v1.0.30.405

03 Oct 04:34
ff7689b
Compare
Choose a tag to compare
v1.0.30.405 Pre-release
Pre-release
  1. Added URL validity check for custom servers in dns
  2. Improved the problem of occasional saving errors when saving configuration files, resulting in configuration loss
  3. Select the item in the server custom proxy group, the number of servers has been changed to available number/total number
  4. Select the server custom proxy group to add a new type display
  5. Improved port detection when connecting
  6. Windows/Android: Added warp generation function in some regions
  7. Improved automatic connection after startup
  8. Other fixes and improvements

  1. dns 添加自定义服务器新增URL有效性检查
  2. 改进配置文件保存时偶尔会保存错误导致配置丢失的问题
  3. 选择服务器 自定义代理组里的项,服务器数量改为 可用数量/总数量
  4. 选择服务器 自定义代理组新增类型展示
  5. 改进连接时候的端口检测
  6. windows/android:部分地区新增 warp生成功能
  7. 改进开机启动后自动连接
  8. 其他修复及改进

android TV: android_armv7.apk
android mobile: android_arm64.apk
windows : windows_x64.exe / windows_x64.zip

v1.0.30.404

30 Sep 05:40
ff7689b
Compare
Choose a tag to compare
v1.0.30.404 Pre-release
Pre-release
  1. Improvement: Subscription expiration time display format follows the current language
  2. Flutter update
    windows/android 3.22.3->3.24.3
    ios/macos 3.24.0->3.24.3
  3. Windows: Fixed the black screen issue on some devices #156

  1. 改进:订阅过期时间显示格式跟随当前语言
  2. flutter 更新
    windows/android 3.22.3->3.24.3
    ios/macos 3.24.0->3.24.3
  3. windows:修复部分设备黑屏的问题 #156

android TV: android_armv7.apk
android mobile: android_arm64.apk
windows : windows_x64.exe / windows_x64.zip

v1.0.30.403

29 Sep 04:22
ff7689b
Compare
Choose a tag to compare
v1.0.30.403 Pre-release
Pre-release
  1. Warp newly added license settings: For newly added warp nodes, if the URL contains a license, use the license in the URL, otherwise use the license set in the app
  2. Warp newly added node traffic package information display (only effective for newly added nodes with licenses set)

  1. warp新增license设置:对于新增的warp节点,如果url里包含了license,则使用url里的license,否则使用app里设置的license
  2. warp新增节点流量包信息展示(仅对设置了license的新加节点生效)

android TV: android_armv7.apk
android mobile: android_arm64.apk
windows : windows_x64.exe / windows_x64.zip

Note: Windows users using this version, in tun mode, reconnecting and the system freezing, please delete/uninstall and then download and install again

注意:windows用户使用此版本,在tun模式下,重新连接出现系统卡死问题的,请删除/卸载后重新下载安装

v1.0.30.402

27 Sep 09:16
ff7689b
Compare
Choose a tag to compare
v1.0.30.402 Pre-release
Pre-release
  1. Windows: Node names support flag emoji display
  2. Fixed the problem that nodes in the same group and with the same name cannot be completely removed from the collection due to other information changes after updating

  1. windows:节点名词支持旗标emoji显示
  2. 修复同组,同名的节点,更新后,其他信息改变,导致收藏里无法完全取消的问题

android TV: android_armv7.apk
android mobile: android_arm64.apk
windows : windows_x64.exe / windows_x64.zip