|
| 1 | +# AliFullStack v0.0.5 Release Notes |
| 2 | + |
| 3 | +## Release Summary |
| 4 | + |
| 5 | +Version 0.0.5 focuses on **build system stabilization and Windows deployment improvements**. This release addresses critical issues in the CI/CD pipeline, improves Windows build compatibility, and enhances the overall development workflow. The changes ensure more reliable releases and better cross-platform compatibility. |
| 6 | + |
| 7 | +## Key Improvements |
| 8 | + |
| 9 | +✅ **Enhanced Windows Build Support** - Fixed Windows build commands and resolved code signing issues |
| 10 | +✅ **Improved Release Pipeline** - Added retry logic and better error handling for GitHub API interactions |
| 11 | +✅ **Streamlined CI/CD Process** - Updated GitHub Actions workflows with proper permissions and token handling |
| 12 | +✅ **Better Documentation** - Enhanced README with development setup instructions and opensource acknowledgements |
| 13 | + |
| 14 | +## Changelog |
| 15 | + |
| 16 | +### 🚀 Release/Build Improvements |
| 17 | + |
| 18 | +- **Fixed Windows build commands** - Resolved issues with Windows build process |
| 19 | +- **Enhanced release workflow reliability** - Added retry logic with 10 attempts and 30-second delays to handle GitHub API indexing delays |
| 20 | +- **Improved version management** - Reverted version to 0.0.5 and fixed version mismatch between package.json and package-lock.json |
| 21 | +- **Fixed release tagging** - Corrected release tag naming from 'release/v0.0.5' to 'v0.0.5' |
| 22 | +- **Enhanced GitHub Actions** - Updated token permissions and removed problematic bash token checks |
| 23 | +- **Improved workflow configuration** - Updated release.yaml publish section and fixed workflow YAML errors |
| 24 | +- **Better asset verification** - Added debugging output for release verification process |
| 25 | +- **Windows distributable improvements** - Added Windows ZIP maker and resolved Squirrel signing errors |
| 26 | +- **Build process optimization** - Disabled problematic Windows code signing to resolve build failures |
| 27 | + |
| 28 | +### 📚 Documentation |
| 29 | + |
| 30 | +- **Enhanced development setup guide** - Added comprehensive development setup and GitHub push instructions to README.md |
| 31 | +- **Opensource acknowledgements** - Updated README with proper opensource project acknowledgements |
| 32 | + |
| 33 | +--- |
| 34 | + |
| 35 | +*Release Date: October 2025* |
| 36 | +*Commits: 20* |
| 37 | +*Author: SFARPak* |
| 38 | + |
| 39 | +**Note**: This release represents a stabilization milestone focused on improving the development and deployment experience. The improvements in build processes and Windows compatibility lay the foundation for future feature development. |
0 commit comments