Skip to content

Releases: SFARPak/AliFullStack

Gemini 3 Pro Preview Integration

10 Dec 20:02

Choose a tag to compare

πŸš€ Release v0.0.9
This release includes improvements to CI/CD workflows, bug fixes, and new features.

πŸ“¦ Commits Summary
πŸ”§ Workflow & CI/CD Improvements
πŸ›‘ Disable macOS notarization to fix release asset uploads (e2d55dd)
πŸ”„ Update release workflow to use pnpm (1f35ab4)
πŸ—‘οΈ Remove pnpm-lock.yaml from .gitignore (f47257e)
πŸ—οΈ Add build script for electron-forge make (b382da3)
🧩 Use --no-frozen-lockfile to bypass missing lockfile (b366292)
πŸ“¦ Add .npmrc with node-linker hoisted for pnpm (50f5494)
⬆️ Update dependencies and configs for release build (4724701)
🍏 Change macOS runners to macos-15-intel and macos-latest (b366292)
⏱️ Fix release workflow timing by removing premature asset waiting from build job (47ee065)
πŸ” Replace tag with release in workflow (7456690)
πŸ” Use flexible git reference for list-versions (ca7394c, 0fe8e12)
πŸ“₯ Add dependencies installation in verify-assets job (f3614cd)
πŸ§ͺ Release Verification Fixes
🌐 Fix fetch usage in verify-release-assets.js to use native Node.js fetch (3ddb553)
πŸ”— Replace fetch with https in verify-release-assets.js (0ffc0b9)
🏷️ Normalize tags to strip release/ prefix (f2a38aa)
πŸ“˜ Add node-fetch dependency for verification script (0f7760e)
πŸ“š Documentation Updates
πŸ“ Add changelog for v0.0.6 (17cec74)
πŸ“„ Update README table to include only GitHub Actions–supported OSs and fix broken icons (3491f18)
🍎 Fix Apple logo icon in README.md download table (733ec1a)
✨ Features
βœ… Add app completeness check feature (9ca1335)
πŸ› Bug Fixes
πŸ” Fix file write permission issue in Electron app (c3cb1be)
🧹 Code Changes
🚫 Ignore dyad directory (27558c8)
πŸ€– Automation
πŸ€– Workflow and verify assets updated by Copilot (d864d3e, 19ff426)

v0.0.6

29 Nov 15:56

Choose a tag to compare

Full Changelog: v0.0.5...v0.0.6

v0.0.5

20 Oct 20:14

Choose a tag to compare

v0.0.5 Pre-release
Pre-release

AliFullStack v0.0.5 Release Notes

Release Summary

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.

Key Improvements

βœ… Enhanced Windows Build Support - Fixed Windows build commands and resolved code signing issues
βœ… Improved Release Pipeline - Added retry logic and better error handling for GitHub API interactions
βœ… Streamlined CI/CD Process - Updated GitHub Actions workflows with proper permissions and token handling
βœ… Better Documentation - Enhanced README with development setup instructions and opensource acknowledgements

Changelog

πŸš€ Release/Build Improvements

  • Fixed Windows build commands - Resolved issues with Windows build process
  • Enhanced release workflow reliability - Added retry logic with 10 attempts and 30-second delays to handle GitHub API indexing delays
  • Improved version management - Reverted version to 0.0.5 and fixed version mismatch between package.json and package-lock.json
  • Fixed release tagging - Corrected release tag naming from 'release/v0.0.5' to 'v0.0.5'
  • Enhanced GitHub Actions - Updated token permissions and removed problematic bash token checks
  • Improved workflow configuration - Updated release.yaml publish section and fixed workflow YAML errors
  • Better asset verification - Added debugging output for release verification process
  • Windows distributable improvements - Added Windows ZIP maker and resolved Squirrel signing errors
  • Build process optimization - Disabled problematic Windows code signing to resolve build failures

πŸ“š Documentation

  • Enhanced development setup guide - Added comprehensive development setup and GitHub push instructions to README.md
  • Opensource acknowledgements - Updated README with proper opensource project acknowledgements

Release Date: October 2025
Commits: 20
Author: SFARPak

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.

AliFullStack v0.0.45 - Backend Terminal Commands Fixed

29 Sep 18:26

Choose a tag to compare

πŸ”§ AliFullStack v0.0.45 - Backend Terminal Commands Fixed

This release addresses critical backend terminal command failures in Fullstack and Backend development modes.

πŸš€ Key Fixes

⚑ Backend Terminal Commands

  • βœ… Fixed: python3 backend/manage.py migrate command failures
  • βœ… Fixed: Backend server startup issues in Fullstack development mode
  • βœ… Fixed: Backend development mode terminal command execution
  • βœ… Fixed: Template literal syntax errors in Node.js server templates

πŸ—„οΈ Database Integration

  • Enhanced SQLite integration for all backend frameworks (Django, FastAPI, Flask, Node.js)
  • Database persistence across app restarts
  • Improved SQL execution support in development mode

πŸ”§ Environment & CORS

  • Seamless environment variable management between frontend and backend
  • Automatic .env file updates on app restart
  • Dynamic CORS configuration for development and production

πŸ“Š System Messages

  • All backend HTTP requests now appear in System Messages
  • Enhanced chat stream handlers for better visibility
  • Improved terminal and command execution tracking

🎨 New Features

🌟 3D Landing Page Template

  • React Three Fiber integration with Next.js
  • Comprehensive AI_RULES_3D.md for 3D development guidelines
  • Interactive 3D landing pages with modern animations

πŸŽ›οΈ UI Enhancements

  • Improved ChatMode, CreateAppDialog, and ModelPicker components
  • Better template selection experience in hub
  • Enhanced workflow for app creation

πŸ› Bug Fixes

  • Fixed CI/CD pipeline formatting issues
  • Resolved prettier configuration conflicts
  • Improved linting and error handling
  • Better test coverage and reliability

πŸ“¦ Installation

npm install -g [email protected]
# or
npm start

Backend terminal commands should now work seamlessly in both Fullstack and Backend development modes! πŸŽ‰