File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments