Skip to content

Releases: CATMIAOZHI/Rainytoken

🎉 RainyToken v1.6.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 03:41
266d33d
release: bump to v1.6.0

🎉 RainyToken v1.5.4

Choose a tag to compare

@github-actions github-actions released this 04 Aug 06:56
172d6b6
release: bump to v1.5.4

🎉 RainyToken v1.5.3

Choose a tag to compare

@github-actions github-actions released this 02 Aug 03:38
e4ea61c
release: bump to v1.5.3

🎉 RainyToken v1.5.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 01:34
f70b77f
release: v1.5.2

🎉 RainyToken v1.5.1

Choose a tag to compare

@github-actions github-actions released this 27 Jul 05:29
6a73155
release: v1.5.1

🎉 RainyToken v1.5

Choose a tag to compare

@github-actions github-actions released this 17 Jul 01:55
b4c3402
feat: Codex 一键激活用量功能 — 模型列表从 models.dev 动态获取,SSE 响应解析弹窗展示

🎉 RainyToken v1.4

Choose a tag to compare

@github-actions github-actions released this 08 Jul 22:53
1a3fdff
v1.4: Ollama 模型调用次数 + 深色模式小组件 Logo 修复

🎉 RainyToken v1.3

Choose a tag to compare

@github-actions github-actions released this 07 Jul 02:20
c5505c8
fix: ic_deepseek_logo.png从ICO转为真PNG,修复CI AAPT编译失败

🎉 RainyToken v1.2.1

Choose a tag to compare

@github-actions github-actions released this 29 Jun 05:22
1d11aa8
fix: 连点左上角返回导致空页面/旧页面残影卡在上层的导航过渡 bug

根因三重:
① mutableStateOf 写入触发 NavHost 重组,干扰 AnimatedContent 过渡状态机
② popExitTransition=None 字面零帧,连续 pop 时退出 composable 未从 layout 树清除
③ popExitTransition=None + 默认 popEnter(700ms) 不匹配,第二次 pop 中断进入动画

修复:
- PopGuard 普通对象替代 mutableStateOf,不触发 NavHost 重组
- popExitTransition=fadeOut(tween(1)),极短非零帧确保 composable 正确移除
- popEnterTransition=EnterTransition.None,返回导航瞬时完成
- previousBackStackEntry 空值检查 + popBackStack() 返回值检查

🎉 RainyToken v1.2

Choose a tag to compare

@github-actions github-actions released this 27 Jun 03:54
26693c9
feat: 12小时10分钟粒度 + UTC时区切换持久化 + 自动降级 + 刻度优化

- 新增 LAST_12H_10MIN 枚举及 aggregate10Min 聚合器(10分钟桶)
- ChartSettingsStore 持久化 UTC 偏好,跨会话保留
- 自动降级链:5h无数据→12h→7天→当月(用户手动选择后关闭降级)
- niceCeil 加细阈值,图表刻度不再太空
- setWorkspace 保留 useUtc8,CCGO 切换不丢失
- UTC 按钮追加 Snackbar 反馈 + "点击切换"提示
- 文档同步:AGENTS.md / README.md