Skip to content

Commit

Permalink
docs(changelog): add 0.20.0 changelog (#3397)
Browse files Browse the repository at this point in the history
* docs(changelog): add 0.20.0 changelog

* update
  • Loading branch information
wsxiaoys authored Nov 10, 2024
1 parent 4a26fc1 commit bf03151
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.

This file was deleted.

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

### Features

* Search results can now be edited directly.
* Allow switching backend chat models in Answer Engine.
* Added a connection test button in the `System` tab to test the connection to the backend LLM server.

### Fixes and Improvements

* Optimized CR-LF inference in code completion. ([#3279](https://github.com/TabbyML/tabby/issues/3279))
* Bumped `llama.cpp` version to `b3995`.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.20.0 (2024-11-08)

### Features

* Search results can now be edited directly.
* Allow switching backend chat models in Answer Engine.
* Added a connection test button in the `System` tab to test the connection to the backend LLM server.

### Fixes and Improvements

* Optimized CR-LF inference in code completion. ([#3279](https://github.com/TabbyML/tabby/issues/3279))
* Bumped `llama.cpp` version to `b3995`.

## v0.19.0 (2024-10-30)

### Features
Expand Down

0 comments on commit bf03151

Please sign in to comment.