Skip to content

Releases: Watfaq/clash-android

v0.4.0

27 Apr 13:35

Choose a tag to compare

🐛 修复

  • 修复无法更新配置文件 by @Itsusinn

⚙️ 杂项

🚀 特性

  • 添加更多 DNS 内置设置 by @Itsusinn
  • 启用 clash lib 的 tailscale, ssh, zero_copy by @Itsusinn

🐛 修复

🛠️ 构建

  • (deps) Bump gradle/actions in the actions-dependencies group (#12) by @dependabot[bot]
  • 更新构建工具 by @Itsusinn
  • 更新 rustls platform verifier by @Itsusinn
  • 更新 kotlin 依赖, AGP 版本 by @Itsusinn

⚙️ 杂项

New Contributors ❤️

测试构建

27 Apr 13:33

Choose a tag to compare

测试构建 Pre-release
Pre-release



<!-- generated by git-cliff -->

v0.3.1

01 Feb 07:58

Choose a tag to compare

⚙️ 杂项

🐛 修复

  • 修复加密后端未提供导致崩溃, 优化错误显示 by @Itsusinn
  • 修复 rustls-platform-verifier 的初始化问题 by @Itsusinn
  • 修复 clash-rs 内核假死 by @Itsusinn

🎨 风格

⚙️ 杂项

💄 界面

v0.3.0

31 Jan 03:30

Choose a tag to compare

⚙️ Miscellaneous Tasks

🚀 Features

  • 允许添加远程配置 by @Itsusinn
  • VPN运行时自动配置远程配置下载代理 by @Itsusinn

🐛 Bug Fixes

  • 后续添加的配置被错误地直接启用 by @Itsusinn
  • 下载 https 远程配置时出现 400 Bad Request by @Itsusinn
  • 使用 webpki 根证书集 by @Itsusinn

⚡ Performance

🎨 Styling

⚙️ Miscellaneous Tasks

  • 修复 NDK 初始化 by @Itsusinn
  • 启用 sccache 缓存以提升构建速度 by @Itsusinn
  • Latest release 标记为预发布 by @Itsusinn

Other

  • Add NDK libgcc workaround script and integrate into CI

Full Changelog: v0.2.1...latest

v0.2.1

29 Jan 20:19

Choose a tag to compare

🚜 Refactor

⚡ Performance

⚙️ Miscellaneous Tasks

Other

  • 添加帮助信息按钮和重启按钮 by @Itsusinn

Full Changelog: v0.2.0...v0.2.1

v0.2.0

29 Jan 19:56

Choose a tag to compare

🚀 Features

  • Adding proxy switch pannel by @spongebob888
  • Adding overview tab by @spongebob888
  • (ui) Enhance profile screen with improved file selection UI by @Itsusinn
  • Feat(ui): optimize HomeScreen performance and UX
  • Performance improvements:
    • Use derivedStateOf to reduce unnecessary recompositions
    • Cache computed values with remember (proxyTypes, groups)
    • Add stable keys to LazyColumn items for better scroll performance
    • Optimize recomposition scopes
  • UI/UX enhancements:
    • Add elegant loading indicator with fade animations
    • Improve error state with retry button
    • Enhance empty state messages
    • Add smooth expand/collapse animations for proxy groups
    • Add animated transitions for stats updates
    • Improve selected proxy visual feedback
  • Visual improvements:
    • Unified card elevation (2.dp)
    • Color-coded latency display (green <300ms, amber <600ms, red >=600ms)
    • Larger touch targets for icon buttons (40.dp)
    • Better text overflow handling
    • Enhanced proxy item selection highlighting
  • Code quality:
    • Extract magic numbers to constants
    • Add accessibility semantics
    • Replace deprecated TabRow with PrimaryTabRow
    • Follow Compose best practices
    • Remove unused imports
  • OverviewTab improvements:
    • Use LazyColumn for scrollable content
    • Add animated content transitions
    • Improve spacing and padding
    • Better data presentation
      Build verified: all changes compile successfully by @Itsusinn
  • (ui) Add settings by @Itsusinn
  • Add foreground service to keep-alive by @Itsusinn
  • Support app filter by @Itsusinn
  • 新增配置文件合法性验证功能 by @Itsusinn
  • 多配置管理 by @Itsusinn

🐛 Bug Fixes

🚜 Refactor

🛠️ Builds

  • Update cargo-ndk by @Itsusinn
  • (deps) Bump the actions-dependencies group with 4 updates by @dependabot[bot]

⚙️ Miscellaneous Tasks

Other

Dev by @Itsusinn

Co-authored-by: Itsusinn 30529002+Itsusinn@users.noreply.github.com by @Copilot

  • Fix incorrect output directory path in release upload step

Co-authored-by: Itsusinn 30529002+Itsusinn@users.noreply.github.com by @Copilot

  • Merge pull request #2 from Watfaq/copilot/remove-old-latest-release

Delete old "latest" release before creating new one in CI workflow by @Itsusinn

  • Merge remote-tracking branch 'origin/main' by @Itsusinn
  • Merge pull request #3 from Watfaq/dependabot/github_actions/actions-dependencies-744c8567dd

build(deps): bump the actions-dependencies group with 4 updates by @Itsusinn

New Contributors ❤️

  • @Itsusinn made their first contribution
  • @dependabot[bot] made their first contribution
  • @Copilot made their first contribution
  • @spongebob888 made their first contribution