v2.4.0: add OpenAdapter preset, fix dialog crash, smarter OAuth UX

This commit is contained in:
Roman
2026-05-20 15:28:41 +04:00
Unverified
parent ea18535f1c
commit 866c07c2b5
4 changed files with 27 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## v2.4.0 (2026-05-20)
- **Added OpenAdapter provider preset**
- Base URL: `https://api.openadapter.in/v1` — one API key, 40+ models
- Pre-loaded models: glm-4.7, DeepSeek-V3, kimi-k2.6, qwen3.6-plus, claude-sonnet-4-6, gpt-5.4, gemini-2.5-flash, and more
- Works with existing openai-compat proxy backend — no special handling needed
- Fixed Add/Edit dialog crash (missing `_on_reasoning_toggled` method)
- Redesigned Google OAuth flow with live status dialog and clickable auth URL
## v2.3.2 (2026-05-20)
- **Added Google Gemini provider with OAuth support**