Skip to content

Commit 34782e9

Browse files
committed
docs: update changelog for version 1.1.0 release
Add detailed release notes for version 1.1.0 including new features, changes, fixes, and technical details. Highlights include Markdown support with Showdown.js, UI improvements, and production-ready cleanup.
1 parent 3536e06 commit 34782e9

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.0] - 2025-01-27
9+
10+
### Added
11+
-**Markdown Support**: Integrated Showdown.js for full Markdown rendering in prompt text
12+
-**Scroll Functionality**: Added auto-scroll for long prompt content with 300px max height
13+
-**Enhanced UI**: Improved user experience with cleaner interface
14+
15+
### Changed
16+
- 🔧 **Markdown Library**: Replaced previous markdown implementation with Showdown.js
17+
- 🎨 **Prompt Display**: Updated prompt text rendering to support HTML with Markdown processing
18+
- 🧹 **Code Cleanup**: Removed all console.log statements for production-ready code
19+
- 📱 **UI Polish**: Removed markdown hint text for cleaner feedback interface
20+
21+
### Fixed
22+
-**Markdown Rendering**: Fixed issue where Markdown content was displayed as plain text
23+
- 📜 **Long Content**: Added proper scrolling for lengthy prompt content
24+
- 🔒 **Production Ready**: Eliminated debug logging for better performance and security
25+
26+
### Technical Details
27+
- **Showdown.js**: Configured with tables, strikethrough, tasklists, and GitHub code blocks support
28+
- **DOMPurify**: Maintained for XSS protection in rendered HTML
29+
- **Highlight.js**: Continued support for syntax highlighting in code blocks
30+
- **Responsive Design**: Enhanced scroll behavior with smooth scrolling
31+
832
## [1.0.1] - 2025-07-31 20:12
933

1034
### Changed

0 commit comments

Comments
 (0)