Skip to content

Commit

Permalink
docs: update CHANGELOG.md for 0.16 (TabbyML#2941)
Browse files Browse the repository at this point in the history
* docs: update CHANGELOG.md for 0.16

* update release date
  • Loading branch information
wsxiaoys authored Aug 26, 2024
1 parent c6860d0 commit b50a80f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20240805-162901.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 10 additions & 0 deletions .changes/v0.16.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## v0.16.0 (2024-08-26)

### Features

* Discussion threads in the Answer Engine are now persisted, allowing users to share threads with others.

### Fixed and Improvements

* Fixed an issue where the llama-server subprocess was not being reused when reusing a model for Chat / Completion together (e.g., Codestral-22B) with the local model backend.
* Updated llama.cpp to version b3571 to support the jina series embedding models.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## v0.16.0 (2024-08-26)

### Features

* Discussion threads in the Answer Engine are now persisted, allowing users to share threads with others.

### Fixed and Improvements

* Fixed an issue where the llama-server subprocess was not being reused when reusing a model for Chat / Completion together (e.g., Codestral-22B) with the local model backend.
* Updated llama.cpp to version b3571 to support the jina series embedding models.

## v0.15.0 (2024-08-08)

### Features
Expand All @@ -17,6 +28,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
* For linked GitHub repositories, issues and PRs are now only returned when the repository is selected.
* Fixed GitLab issues/MRs indexing - no longer panics if the description field is null.
* When connecting to localhost model servers, proxy settings are now skipped.
* Allow set code completion's `max_input_length` and `max_output_tokens` in config.toml

## v0.14.0 (2024-07-23)

Expand Down

0 comments on commit b50a80f

Please sign in to comment.