Skip to content

1.6.0

Choose a tag to compare

@github-actions github-actions released this 09 Sep 09:47
· 16 commits to main since this release

✨ 更新内容

  • AI 对话支持语音输入:按住说话、松手即发(Pro 专属)
  • AI 对话新增 DeepSeek 模型;模型选择器移到顶栏
  • 「启动时进入的页面」可选 AI 对话
  • 「我的」页额度卡新增额度使用说明
  • iOS:修复 AI 对话拍照闪退,以及 3x 机型图片过大导致发送失败

✨ What's New

  • Voice input in AI chat: hold to talk, release to send (Pro only)
  • DeepSeek models added to AI chat; the model picker moved to the top bar
  • "Default home page" can now open AI chat
  • The credits card on the Me page now explains how credits work
  • iOS: fixed a crash when taking photos in AI chat, and oversized images failing to send on 3x devices

📱 iOS

iOS 安装需侧载(Sideload):中文指南 · Install Guide

Apk Diff

OLD: TrendingAI-1.5.1-android.apk (signature: V2)
NEW: androidApp-github-release.apk (signature: V2)

          │            compressed             │           uncompressed            
          ├───────────┬───────────┬───────────┼───────────┬───────────┬───────────
 APK      │ old       │ new       │ diff      │ old       │ new       │ diff      
──────────┼───────────┼───────────┼───────────┼───────────┼───────────┼───────────
      dex │   2.6 MiB │   2.7 MiB │ +37.2 KiB │   5.2 MiB │   5.3 MiB │ +72.6 KiB 
     arsc │ 421.5 KiB │ 421.5 KiB │       0 B │ 421.3 KiB │ 421.3 KiB │       0 B 
 manifest │   3.1 KiB │   3.1 KiB │     +26 B │  12.9 KiB │  13.1 KiB │    +148 B 
      res │ 231.5 KiB │ 231.5 KiB │      -2 B │ 269.3 KiB │ 269.3 KiB │       0 B 
   native │  94.8 KiB │  84.4 KiB │ -10.4 KiB │  36.5 KiB │  36.5 KiB │       0 B 
    asset │ 148.6 KiB │ 149.4 KiB │    +868 B │ 266.1 KiB │ 267.9 KiB │  +1.8 KiB 
    other │  66.7 KiB │  66.7 KiB │      -1 B │ 148.8 KiB │ 148.8 KiB │       0 B 
──────────┼───────────┼───────────┼───────────┼───────────┼───────────┼───────────
    total │   3.6 MiB │   3.6 MiB │ +27.6 KiB │   6.3 MiB │   6.4 MiB │ +74.6 KiB 

 DEX     │ old   │ new   │ diff                 
─────────┼───────┼───────┼──────────────────────
   files │     1 │     1 │    0                 
 strings │ 22745 │ 22996 │ +251 (+582 -331)     
   types │  7390 │  7481 │  +91 (+383 -292)     
 classes │  6094 │  6176 │  +82 (+84 -2)        
 methods │ 32045 │ 32364 │ +319 (+25597 -25278) 
  fields │ 22710 │ 23033 │ +323 (+21637 -21314) 

 ARSC    │ old  │ new  │ diff 
─────────┼──────┼──────┼──────
 configs │  131 │  131 │  0   
 entries │ 1060 │ 1060 │  0   

What's Changed

  • feat(chat): 语音录入(按住说话、松手即发)Android 实现 by @HarlonWang in #128
  • feat(settings): 「默认首页」增加 AI 对话选项 by @HarlonWang in #129
  • feat(chat): 等待回复指示器加状态文案,等待期状态行收敛为一条 by @HarlonWang in #130
  • feat(chat): 模型目录多厂商——按厂商分段、能力位置灰入口、出处文案按目录拼 by @HarlonWang in #131
  • feat(chat): 模型选择器挪到顶栏中央 by @HarlonWang in #132
  • feat(subscription): 订阅页改版——文案改读 app-config,大标题 + 图标权益清单 by @HarlonWang in #133
  • feat(pro): Pro 触点统一进订阅页 by @HarlonWang in #134
  • feat(profile): 额度卡加「额度说明」ⓘ 弹窗,文案随 app-config 下发 by @HarlonWang in #135

Full Changelog: 1.5.1...1.6.0