From d139aee0d5f0a5bab04fe6a12948d33d9575e118 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Wed, 6 Mar 2024 22:36:43 -0800 Subject: [PATCH] docs: update changelog for 0.9.0 (#1632) * docs: update changelog for 0.9.0 * update --- CHANGELOG.md | 10 ++++++++-- website/docs/programming-languages.md | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f5c9128e39e..9e8fbef1cc29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ -# v0.9.0 [Unreleased] +# v0.10.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.9.0 + +## Features + +* Support for SMTP configuration in the user management system. +* Support for SSO and team management as features in the Enterprise tier. +* Fully managed repository indexing using `--webserver`, with job history logging available in the web interface. # v0.8.3 diff --git a/website/docs/programming-languages.md b/website/docs/programming-languages.md index d728fedcceab..3b65ff162f06 100644 --- a/website/docs/programming-languages.md +++ b/website/docs/programming-languages.md @@ -31,7 +31,7 @@ For an actual example of an issue or pull request adding the above support, plea * [Kotlin](https://www.kotlinlang.org/) * [C/C++](https://cplusplus.com/) * [PHP](https://www.php.net/) -* [C#](https://learn.microsoft.com/en-us/dotnet/csharp/): Since v0.9.0 +* [C#](https://learn.microsoft.com/en-us/dotnet/csharp/) ## Languages Missing Certain Support