File tree Expand file tree Collapse file tree 2 files changed +36
-2
lines changed
Expand file tree Collapse file tree 2 files changed +36
-2
lines changed Original file line number Diff line number Diff line change 11# Release Notes
22
3+ ## Papercut SMTP v7.0.2 [ 2025-10-09]
4+
5+ ### Improvements
6+ - Modernized versioning system to use Directory.Build.props instead of GlobalAssemblyInfo.cs
7+ - Added Windows ARM64 support (#283 )
8+ - Improved port configuration for SMTP and HTTP services (#285 , #286 , #293 )
9+ - Enhanced Docker support with non-privileged ports (SMTP: 2525, HTTP: 8080)
10+ - Consolidated documentation and improved Docker build process
11+
12+ ### Bug Fixes
13+ - Fixed Windows Service installation and auto-start issues (#294 )
14+ - Fixed Linux path separator handling (#292 )
15+ - Fixed SMTP server options configuration
16+
17+ ### Build System
18+ - Refactored build.cake to reduce code duplication
19+ - GitVersion now populates version properties via MSBuild
20+ - Removed deprecated assembly patching approach
21+
322## Papercut SMTP v7.0.1 [ 2024-11-08]
423
524- Fixed Run on Startup broken. (Thanks, [ rikrak] ( https://github.com/rikrak ) ))
Original file line number Diff line number Diff line change 11# Release Notes
22
3- ## Papercut SMTP v7.0.1 [ 2024-11-08 ]
3+ ## Papercut SMTP v7.0.2 [ 2025-10-09 ]
44
5- - Fixed Run on Startup broken. (Thanks, [ rikrak] ( https://github.com/rikrak ) ))
5+ ### Improvements
6+ - Modernized versioning system to use Directory.Build.props instead of GlobalAssemblyInfo.cs
7+ - Added Windows ARM64 support (#283 )
8+ - Improved port configuration for SMTP and HTTP services (#285 , #286 , #293 )
9+ - Enhanced Docker support with non-privileged ports (SMTP: 2525, HTTP: 8080)
10+ - Consolidated documentation and improved Docker build process
11+
12+ ### Bug Fixes
13+ - Fixed Windows Service installation and auto-start issues (#294 )
14+ - Fixed Linux path separator handling (#292 )
15+ - Fixed SMTP server options configuration
16+
17+ ### Build System
18+ - Refactored build.cake to reduce code duplication
19+ - GitVersion now populates version properties via MSBuild
20+ - Removed deprecated assembly patching approach
You can’t perform that action at this time.
0 commit comments