Skip to content

Commit d6871f9

Browse files
committed
chore: bring CHANGELOG.md up to date
1 parent 4edf4a1 commit d6871f9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Base64 encoding for clipboard data
1717
- Comprehensive testing suite with unit and integration tests
1818
- GitHub Actions CI workflow for automated testing and building
19+
- GitHub Actions release workflow
1920
- Development environment with justfile for task automation
2021
- Nix package support with flake configuration
2122
- MIT License
2223
- CI build badge in README
24+
- coreutils package for sha256sum support
2325

2426
### Changed
2527
- Enhanced nix package configuration with proper metadata
2628
- Improved development workflow with linting and formatting tools
29+
- Implement streaming base64 encoding for memory efficiency
30+
- Remove unnecessary BufReader wrappers for improved performance
2731

2832
### Fixed
2933
- Simplified nix configuration by removing unnecessary rust overlay
34+
- Correct release workflow trigger conditions
35+
- Add contents write permission to release workflow

0 commit comments

Comments
 (0)