docs: Update CHANGELOG.md for v0.8.0 (#1362)

This commit is contained in:
Meng Zhang 2024-02-02 13:46:30 -08:00 committed by GitHub
parent e1312c7b03
commit 13da7aba01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,12 @@
# v0.8.0 [Unreleased]
# v0.9.0 [Unreleased]
## Features
## Fixes and Improvements
* The `user` field in the `~/tabby/events` log is now populated for users who authenticate via the `--webserver` feature.
# v0.8.0
## Notice
@ -7,11 +15,11 @@
## Features
* Introducing a preview release of the `Source Code Browser`, featuring visualization of code snippets utilized for code completion in RAG.
* Added a Windows CPU binary distribution.
* Added a Linux ROCm (AMD GPU) binary distribution.
## Fixes and Improvements
* Added a Windows CPU binary distribution.
* Added a Linux ROCm (AMD GPU) binary distribution.
* Fixed an issue with cached permanent redirection in certain browsers (e.g., Chrome) when the `--webserver` flag is disabled.
* Introduced the `TABBY_MODEL_CACHE_ROOT` environment variable to individually override the model cache directory.
* The `/v1beta/chat/completions` API endpoint is now compatible with OpenAI's chat completion API.