27 lines
889 B
Markdown
27 lines
889 B
Markdown
# 📋 Changelog
|
|
|
|
All notable changes to **DeepSeek API for Unity** will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
|
---
|
|
|
|
## [1.0.0] - 2025-04-26
|
|
|
|
### 🎉 Added
|
|
- First public release of unofficial DeepSeek API for Unity
|
|
- Support for Unity 2020.3, 2021, 2022, 2023, and 6.0+
|
|
- UPM (Unity Package Manager) Git installation support
|
|
- Support for multiple DeepSeek models (DeepSeek-V3, DeepSeek-R1)
|
|
- Native DeepSeek streaming (stream: true) API support
|
|
- Setup Wizard for automatic UniTask installation for better streaming feature
|
|
- Runtime-safe API Key storage with ScriptableObject
|
|
- Modular, reusable UI Chat components
|
|
- Sample Scene, prefabs, and demo UI included
|
|
|
|
### 🛠 Fixed
|
|
- Meta file missing errors in UPM package structure
|
|
- Temporary compile errors after first install (with better Setup Wizard flow)
|
|
|
|
---
|