Skip to content

Commit

Permalink
update (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleLittleCloud authored Sep 4, 2024
1 parent 87810ef commit 78398eb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eng/MetaInfo.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VersionPrefix>0.5.1</VersionPrefix>
<VersionPrefix>0.5.2</VersionPrefix>
<Authors>LittleLittleCloud</Authors>
<RepositoryType>git</RepositoryType>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand Down
13 changes: 13 additions & 0 deletions website/release_notes/0_5.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Release Note for Version 0.5.2 πŸš€
## Bug Fixes
- πŸ› **[#149](https://github.com/LittleLittleCloud/Agent-ChatRoom/issues/149)**: Fixed a broken link to the code-first example on the website, ensuring users can access the relevant resources without issues.
- πŸ› **[#147](https://github.com/LittleLittleCloud/Agent-ChatRoom/issues/147)**: Improved the agent exception handling process to present error messages to users when an agent raises an exception, replacing the indefinite "generating" status.

## Improvements
- 🎨 **[#155](https://github.com/LittleLittleCloud/Agent-ChatRoom/issues/155)**: Enhanced the chatroom UI by making user messages more prominent than agent messages for better visibility and user experience.
- ⏱️ **[#148](https://github.com/LittleLittleCloud/Agent-ChatRoom/issues/148)**: Increased the time restriction for agent responses, allowing agents more time to respond to inquiries. Users will now also be notified if an agent fails to reply within the specified time limit.

## Documentation
- ✨ **[#150](https://github.com/LittleLittleCloud/Agent-ChatRoom/issues/150)**: Introduced a code-first tutorial on the website to help users get started with development quickly and effectively.

# Release Notes for Version 0.5.1 πŸš€

## New Features 🌟
- **Markdown/Text Toggle**: Introduced a new feature that allows users to toggle between markdown and plain text in chat messages. This enhances the user experience by providing flexibility in message formatting. [Issue #145](https://github.com/LittleLittleCloud/Agent-ChatRoom/issues/145)
- **Message Alignment**: Added a feature that consolidates all chat messages to one side of the chat interface for improved visual consistency. [Issue #143](https://github.com/LittleLittleCloud/Agent-ChatRoom/issues/143)

# Release Note for Version 0.5.0 πŸš€
#### Improvements:
- **Updated to AutoGen.Net 0.1.0**: The project now utilizes AutoGen.Net version 0.1.0, enhancing performance and features. [Issue #135](https://github.com/LittleLittleCloud/Agent-ChatRoom/issues/135) πŸš€
- **Enhanced README for Template Setup**: Updated the README file to provide clearer instructions on how to get started with the template, making it more user-friendly. [Issue #121](https://github.com/LittleLittleCloud/Agent-ChatRoom/issues/121) πŸ“–
Expand Down

0 comments on commit 78398eb

Please sign in to comment.