Skip to content

Tags: ProgrammerNomad/DevStackBox

Tags

v0.1.6

Toggle v0.1.6's commit message
DevStackBox v0.1.6 - Clean Semantic Versioning & MSI Compatibility (F…

…ixed)

- Fixed MSI bundler compatibility with clean version format
- RESTORED: All essential files (globals.css, main.tsx, index.html) that were accidentally deleted
- Fixed emoji encoding issues in GitHub Actions workflow
- Built successful MSI (288.9 MB) and NSIS (147.7 MB) installers
- CSS and UI styling now working correctly
- Improved project organization following Vite + React + Tauri best practices

v0.1.0-alpha.4

Toggle v0.1.0-alpha.4's commit message
fix: Correct GitHub Actions workflow YAML syntax

- Remove duplicate script entries that were causing workflow failures
- Update release notes for v0.1.0-alpha.3 with Apache 64-bit fixes
- Improve release description with troubleshooting info

v0.1.0-alpha.3

Toggle v0.1.0-alpha.3's commit message
fix: Update Apache configuration with dynamic paths

- Replace hardcoded paths with runtime path resolution
- Enhance create_default_apache_config to generate both httpd.conf and phpmyadmin.conf
- Use get_installation_path() for proper MSI installer compatibility
- Add comprehensive path debugging in debug_installation
- Ensure phpMyAdmin works regardless of installation directory

This fixes the MSI installer issue where Apache/phpMyAdmin had wrong paths.

v0.1.0-alpha.2

Toggle v0.1.0-alpha.2's commit message
fix: Update prepare-binaries script to handle missing components grac…

…efully

v0.1.0-alpha.1

Toggle v0.1.0-alpha.1's commit message
Fix installation directory formatting in NSIS installer instructions