Skip to content

Releases: snailyp/gemini-balance

v1.3.1

27 Feb 11:22
88d483c
Compare
Choose a tag to compare
Merge pull request #4 from toddyoe/main

chore: add system instruction to enhance compliance with function call

v1.3.0

27 Feb 08:18
a592269
Compare
Choose a tag to compare
Merge pull request #3 from toddyoe/main

feat: support function call

v1.2.7

14 Feb 17:08
Compare
Choose a tag to compare
ci: 精简 release workflow 文件

- 移除了 release-drafter 相关的步骤
- 保留了代码检出和创建 Release 的步骤
- 简化了工作流结构,提高了可读性

v1.2.6

12 Feb 17:06
Compare
Choose a tag to compare
feat: 优化滚动按钮显示逻辑,监听容器高度变化自动切换

v1.2.5

12 Feb 16:50
Compare
Choose a tag to compare
feat: 优化密钥状态页面滚动体验,添加容器滚动和渐变按钮样式

v1.2.4

12 Feb 15:43
Compare
Choose a tag to compare
docs: 完善 Web 界面功能文档,补充界面特性和交互细节

v1.2.3

12 Feb 10:56
Compare
Choose a tag to compare
feat: 优化密钥状态页面交互体验,添加分组折叠和刷新功能

v1.2.2

12 Feb 09:57
Compare
Choose a tag to compare
refactor: 移除 retry_handler 中未使用的 KeyManager 导入

v1.2.1

12 Feb 09:10
Compare
Choose a tag to compare
refactor: 优化 RetryHandler 装饰器以支持动态 KeyManager 注入

v1.2.0

12 Feb 08:21
Compare
Choose a tag to compare
feat: Add PWA support with manifest and ServiceWorker integration

- Mounted static files directory to serve PWA assets like manifest.json and ServiceWorker scripts.
- Updated `auth.html` and `keys_status.html` templates:
  - Added `<link>` for manifest and icons to support Progressive Web App (PWA) features.
  - Added meta tags for theme color and Apple web app capabilities.
  - Integrated ServiceWorker registration script for offline capabilities.