Releases: danybranding/stackbox
Releases · danybranding/stackbox
v1.1.1
This release focuses on clarity and precision in how StackBox references internal logs, ensuring a more accurate representation of Apache and MySQL activity.
Features
- Updated log file routing
Adjusted internal paths for opening Apache and MySQL logs, improving compatibility and accuracy on macOS systems. - Improved translation labels for log access
Log-related menu items no longer refer to them as "error" logs. These files now reflect the full service activity, and translations were updated accordingly for clarity.
Internal
- Full Changelog: v1.1.0...v1.1.1
v1.1.0
This release focuses on clarity, modern JavaScript patterns, and a smoother local development experience for managing Apache and MySQL on macOS.
Features
- Renamed to StackBox
The project is now officially named StackBox for a cleaner identity. - Multi-language support
Added automatic language detection with English and Spanish included by default. New languages can be added easily. - VS Code quick launcher
Added a built-in shortcut to open VS Code directly. Removed the old Notion shortcut. - Smart shutdown
When closing StackBox (⌘ + Qor⌘ + W), all services are now gracefully stopped to prevent leftovers. - New log menu
Introduced a new menu for one-click access to Apache and MySQL log files.
Improvements
- MIT License
License switched to MIT for full open-source transparency. - All JS functions modernized
Refactored the entire codebase to use arrow functions for consistency and clarity. - Service and tool logic rewritten
Improved how StackBox handles starting, stopping, and monitoring Apache/MySQL services with smarter checks.
Internal
- Full Changelog: v1.0.0...v1.1.0
v1.0.0
This is the first stable release of StackBox app.
It establishes a clean and production-ready foundation for future development. The project now follows a structured, semantic versioning workflow and is ready for deployment.
Features
- Initial stable codebase structure
- Clean and maintainable architecture for long-term scalability
- Semantic versioning established from the start