File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 0.5.1] - 2025-06-06
6+
7+ ### Added
8+ - ** Pre-built Binaries** : Automated binary distribution for all major platforms
9+ - ** Release Automation** : GitHub Actions workflow for multi-platform builds
10+ - ** Easy Installation** : One-line install scripts for Linux/macOS and Windows
11+ - ** Docker Multi-arch** : Support for AMD64 and ARM64 architectures
12+ - ** Cross-compilation** : Build configuration for 6 different target platforms
13+
14+ ### Changed
15+ - ** Binary Size** : Optimized release builds with LTO and stripping for smaller downloads
16+ - ** Docker Image** : Switched to Alpine Linux for minimal container size
17+ - ** Installation Docs** : Added comprehensive binary installation instructions
18+
19+ ### Supported Platforms
20+ - Linux x86_64 (GNU and MUSL variants)
21+ - Linux ARM64
22+ - macOS Intel (x86_64)
23+ - macOS Apple Silicon (ARM64)
24+ - Windows x86_64 (MSVC)
25+
26+ ## [ 0.5.0] - 2025-06-06
27+
28+ ### Added
29+ - ** PR Summary Generation** : Create executive summaries with statistics and risk analysis
30+ - ** Interactive Commands** : Respond to PR comments with @diffscope commands
31+ - ** Changelog Generation** : Generate changelogs and release notes from git history
32+ - ** Path-Based Configuration** : Customize review behavior for different directories
33+ - ** Focus Areas** : Configure specific review focuses per path (security, performance, etc.)
34+ - ** Severity Overrides** : Elevate or downgrade issue severity based on file paths
35+
36+ ### Changed
37+ - ** Smart Review** : Enhanced with confidence scoring and fix effort estimation
38+ - ** Output Format** : Improved markdown with emojis and professional formatting
39+
540## [ 0.4.4] - 2025-06-06
641
742### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " diffscope"
3- version = " 0.5.0 "
3+ version = " 0.5.1 "
44edition = " 2021"
55authors = [" Jonathan Haas <jonathan@haas.holdings>" ]
66description = " A composable code review engine with smart analysis, confidence scoring, and professional reporting"
You can’t perform that action at this time.
0 commit comments