Skip to content

Release v1.7.0

Choose a tag to compare

@suikan4github suikan4github released this 29 Jun 02:03

feat: Add Windows ZIP distribution support in v1.7.0

  • Add Windows platform support with Flutter Windows Desktop
  • Implement Windows ZIP build job in GitHub Actions release workflow
  • Create automated Windows x86_64 (amd64) builds on windows-2022 runner
  • Add unified filename format: demo-flutter--windows-amd64.zip
  • Update README.md with Windows installation instructions
  • Update CHANGELOG.md with v1.7.0 feature details
  • Enable cross-platform release artifacts (Linux + Windows)
  • Improve platform coverage for desktop applications

Technical changes:

  • Add build-windows-zip job to .github/workflows/release.yml
  • Generate windows/ folder structure with flutter create --platforms=windows
  • Update documentation for multi-platform support
  • Maintain consistent naming convention across all platforms