docs: add 0.5.3 release to what's new

cc @gyxlucy
refactor-extract-code
Meng Zhang 2023-11-07 01:29:25 -08:00 committed by GitHub
parent 8d7724b30a
commit 1351642430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -25,16 +25,15 @@ Tabby is a self-hosted AI coding assistant, offering an open-source and on-premi
</p>
## 🔥 What's New
* **11/07/2023** [v0.5.3](https://github.com/TabbyML/tabby/releases/tag/v0.5.3) released! With a redesign of UI + performance improvement.
* **10/24/2023** ⛳️ Major updates for Tabby IDE plugins across [VSCode/Vim/IntelliJ](https://tabby.tabbyml.com/docs/extensions)!
* **10/15/2023** RAG-based code completion is enabled by detail in [v0.3.0](https://github.com/TabbyML/tabby/releases/tag/v0.3.0)🎉! Check out the [blogpost](https://tabby.tabbyml.com/blog/2023/10/16/repository-context-for-code-completion/) explaining how Tabby utilizes repo-level context to get even smarter!
* **10/04/2023** Check out the [model directory](https://tabby.tabbyml.com/docs/models/) for the latest models supported by Tabby.
<details>
<summary>Archived</summary>
* **09/21/2023** We've hit **10K stars** 🌟 on GitHub! 🚀🎉👏
* **10/04/2023** Check out the [model directory](https://tabby.tabbyml.com/docs/models/) for the latest models supported by Tabby.
* **09/18/2023** Apple's M1/M2 Metal inference support has landed in [v0.1.1](https://github.com/TabbyML/tabby/releases/tag/v0.1.1)!
* **08/31/2023** Tabby's first stable release [v0.0.1](https://github.com/TabbyML/tabby/releases/tag/v0.0.1) 🥳.
* **08/28/2023** Experimental support for the [CodeLlama 7B](https://github.com/TabbyML/tabby/issues/370).