Changelog
0.3
Release date: 23 Jun 2025
Added- ✅ Benten.Blazor project which will be use to learn more about Blazor without using any Blazor component libraries.
- ✅ Rate limiting of 100 request per minute
- 🔀 Use and consume Translation APIs in
Benten.Web
andBenten.FluentUI
projects.
- ❌ Remove the following unused projects:
Benten.Application
,Benten.Domain
,Benten.Infrastructure
,Benten.Test
. - ❌ Remove dependency of
Benten.Web
andBenten.FluentUI
toBenten.Application
project.
0.2
Release date: 17 Apr 2025
What's new- ✅ Upgrade .NET from 8 to 9
- ✅ Use Azure Key Vault to store and retrieve Azure AI Translator credentials
0.1
Release date: 1 Mar 2024
What's new- ✅ Translate text in 135 supported languages using Azure AI Translator service
- ✅ Auto-detect source language (if supported)
- ✅ Auto-translate Source text as you typed
- ✅ Switch between Source text and Target text
- ✅ Clear Source text
- ✅ Copy button to copy the translated text
- ✅ Paste button to paste text from clipboard to the source text area