Spaces:
Running
Running
Upload CHANGELOG.md
Browse files- CHANGELOG.md +14 -2
CHANGELOG.md
CHANGED
@@ -10,14 +10,26 @@
|
|
10 |
- **Enhanced emotion detection**: Improved keyword detection with better priorities and reduced conflicts.
|
11 |
- **Video selection rebalancing**: Fixed positive/negative bias and made auto-triggers more accessible.
|
12 |
- **Complete codebase synchronization**: Eliminated inconsistencies and redundancies across all modules.
|
13 |
-
|
14 |
- **Text streaming implementation**: Added real-time text streaming in chat for better user experience.
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
### Bug Fixes
|
17 |
|
18 |
-
- Fixed trait calculation inconsistencies between modules.
|
19 |
- Resolved emotion detection conflicts (LISTENING, ROMANTIC/KISS categories).
|
20 |
- Corrected fallback values causing progression issues.
|
|
|
21 |
|
22 |
# [1.0.8] - 2025-08-19
|
23 |
|
|
|
10 |
- **Enhanced emotion detection**: Improved keyword detection with better priorities and reduced conflicts.
|
11 |
- **Video selection rebalancing**: Fixed positive/negative bias and made auto-triggers more accessible.
|
12 |
- **Complete codebase synchronization**: Eliminated inconsistencies and redundancies across all modules.
|
|
|
13 |
- **Text streaming implementation**: Added real-time text streaming in chat for better user experience.
|
14 |
|
15 |
+
### Language & Voice Improvements
|
16 |
+
|
17 |
+
- **Enhanced language and voice selection**: Fixed bugs and inconsistencies in language switching and voice preferences.
|
18 |
+
- **Improved voice synchronization**: Better coordination between selected language and available voice options.
|
19 |
+
|
20 |
+
### API Key Management Enhancements
|
21 |
+
|
22 |
+
- **Provider-specific API key storage**: Implemented separate storage for different LLM providers (OpenRouter, OpenAI, Groq, etc.).
|
23 |
+
- **Unified API key handling**: Consolidated all API key operations through a centralized utility system.
|
24 |
+
- **Enhanced settings UI**: Improved visual design and layout of API configuration section.
|
25 |
+
- **Comprehensive API audit**: Fixed inconsistencies across all chat, test, and model loading functions.
|
26 |
+
|
27 |
### Bug Fixes
|
28 |
|
29 |
+
- Fixed trait calculation inconsistencies between modules (INTELLIGENCE and others).
|
30 |
- Resolved emotion detection conflicts (LISTENING, ROMANTIC/KISS categories).
|
31 |
- Corrected fallback values causing progression issues.
|
32 |
+
- Fixed API key loading and display issues in settings modal.
|
33 |
|
34 |
# [1.0.8] - 2025-08-19
|
35 |
|