7.0.2

teableio/teable7.0.2Oct 10, 2025by github-actions[bot]

AI Summary

A foundational update focusing on build system improvements, Docker support, and Windows ARM64 support.

Key Highlights

  • Windows ARM64 support added
  • Modernized versioning system (Directory.Build.props)
  • Enhanced Docker support with non-privileged ports
  • Fixed Windows Service installation and auto-start
  • Improved port configuration for SMTP and HTTP

New Features

  • Windows ARM64 support
  • Enhanced Docker support

Full Release Notes

# Release Notes

## Papercut SMTP v7.0.2 [2025-10-09]

### Improvements
- Modernized versioning system to use Directory.Build.props instead of GlobalAssemblyInfo.cs
- Added Windows ARM64 support (#283)
- Improved port configuration for SMTP and HTTP services (#285, #286, #293)
- Enhanced Docker support with non-privileged ports (SMTP: 2525, HTTP: 8080)
- Consolidated documentation and improved Docker build process

### Bug Fixes
- Fixed Windows Service installation and auto-start issues (#294)
- Fixed Linux path separator handling (#292)
- Fixed SMTP server options configuration

### Build System
- Refactored build.cake to reduce code duplication
- GitVersion now populates version properties via MSBuild
- Removed deprecated assembly patching approach