Skip to content

Commit

Permalink
docs: Update CHANGELOG.md for v0.8.0 (TabbyML#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Feb 2, 2024
1 parent e1312c7 commit 13da7ab
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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.
Expand Down

0 comments on commit 13da7ab

Please sign in to comment.