File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 1.0.1] - 2024-12-17
4+
5+ ### Added
6+ - Support for custom file encoding options
7+ - New file creation and line insertion capabilities
8+ - Absolute path enforcement for file operations
9+ - Append mode support for adding content at the end of files
10+ - Range hash validation for content integrity
11+
12+ ### Fixed
13+ - Improved error messages and handling for file operations
14+ - Enhanced file hash verification logic
15+ - Better handling of empty file content
16+ - Unified file_hash field naming across responses
17+
18+ ### Changed
19+ - Migrated to Pydantic models for better type validation
20+ - Simplified server code and improved consistency
21+ - Enhanced test coverage and code organization
22+ - Updated documentation for clarity
23+
24+ ## [ 1.0.0] - Initial Release
25+
26+ - Line-oriented text editor functionality
27+ - Basic file operation support
28+ - Hash-based conflict detection
You can’t perform that action at this time.
0 commit comments