🗞️ docs: update changelog for v0.8.2-rc1 with highlights and new features

This commit is contained in:
Danny Avila
2025-12-16 20:28:41 -05:00
parent ac70887e5c
commit d55d17c582

View File

@@ -1,5 +1,16 @@
## What's Changed
## 🏞️ Highlights
* **👐 Major Accessibility Overhaul** - Extensive improvements to meet WCAG standards
* Better screen reader support, keyboard navigation, focus management, and contrast ratios
* **🏗️ Dynamic MCP Server Management** - Add, configure, and share MCP servers directly from the UI with access control
* **📌 Pin Your Favorites** - Pin frequently used agents and models to the sidebar for quick access
* **🔐 Improved MCP Authentication** - Legacy OAuth Support and other authentication fixes
* **⌛ Temporary Chat Default** - Set temporary chat as your default mode in user settings
* **🪨 AWS Bedrock Proxy Support** - Configure proxy settings for AWS Bedrock endpoints
* **📦 Latest Packages for Express.js v5 and MCP SDK**
### ✨ Features
* 🪨 feat: Add PROXY support for AWS Bedrock endpoints (#8871) by [@arthurian](https://github.com/arthurian) in [#8871](https://github.com/danny-avila/LibreChat/pull/8871)