Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4dd73b8

Browse files
committedDec 17, 2024·
chore(changelog): add changelog file to document version history and changes made in the project
1 parent c5d2298 commit 4dd73b8

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
 

‎CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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

0 commit comments

Comments
 (0)
Please sign in to comment.