tabby/.changes/v0.19.0.md
Meng Zhang 51f3ca79cb
docs(changelog): add 0.19.0 changelog (#3295)
* docs(changelog): add 0.19.0

* update

* update

* update
2024-10-30 21:42:04 -07:00

13 lines
607 B
Markdown

## v0.19.0 (2024-10-30)
### Features
* For Answer Engine, when the file content is reasonably short (e.g., less than 200 lines of code), include the entire file content directly instead of only the chunk ([#3096](https://github.com/TabbyML/tabby/issues/3096)).
* Allowed adding additional languages through the `config.toml` file.
* Allowed customizing the `system_prompt` for Answer Engine.
### Fixes and Improvements
* Redesigned homepage to make team activities (e.g., threads discussed in Answer Engine) discoverable.
* Supported downloading models with multiple partitions (e.g., Qwen-2.5 series).