Releases: xpf0000/FlyEnv
v4.13.2: 1. Optimize FlyEnv Helper logic: trigger installation prompts only when necessary. 2. New Feature: Display PHP Running Status on Sites
1. Optimize FlyEnv Helper logic: trigger installation prompts only when necessary.
2. New Feature: Display PHP Running Status on Sites
https://www.youtube.com/watch?v=fOK4I0fk8Wg
In this video, I noticed that sometimes users are unclear whether the PHP version used by their site is running properly. Therefore, a display of the PHP running status has been added to the site interface. This allows users to clearly see whether the PHP version used by their site is currently running.
v4.13.1: Zig & Qdrant Support, Enhanced Windows Portability and Update Workflow
FlyEnv Update Release Notes
🚀 New Features
1. Language Support: Added Zig Module
Implemented based on the feature request by @timint.
Reference: Issue #507
2. Database Support: Added Qdrant Module
In response to numerous user requests for vector database support in FlyEnv, we have officially added the Qdrant module. Stay tuned, as more vector databases will be integrated in future updates.
🛠️ Improvements & Optimizations
3. Enhanced Application Update Workflow
We’ve redesigned the update process to give you full control. Previously, updates were applied without a prior preview of changes. Starting with this version, you can view the full changelog before deciding whether to proceed with the update.
4. True Portability for Windows Portable Version
We have resolved the data isolation issue in the Windows portable version. User data is now stored alongside the executable program, making FlyEnv fully portable. You can now run it directly from a USB drive or mobile hard disk without losing your settings or data.
5. Helper Improvements & System Stability
- Optimized the helper program to enhance overall system stability.
- Windows: Improved the helper installation method and fixed issues where the installation would previously fail.
📦 Build & Transparency
All FlyEnv installation packages are now built using GitHub Actions. You can verify the build process and download the artifacts directly from the following links:
- Global Build History: GitHub Actions
- Windows Build: [Run #21811918057](https://github.com/xpf0000/FlyEnv/actions/runs/21811918057)
- macOS Build: [Run #21799936855](https://github.com/xpf0000/FlyEnv/actions/runs/21799936855)
- Linux Build: [Run #21799936847](https://github.com/xpf0000/FlyEnv/actions/runs/21799936847)
We welcome your continued feedback and bug reports via [GitHub Issues](https://github.com/xpf0000/FlyEnv/issues)
Enjoy the update!
1. Add Windows Visual C++ Redistributable (DLLs) required tooltips 2. PHP add disable function manage 3. Fix Issues
FlyEnv Update Release Notes
🚀 New Features:
- Add Windows Visual C++ Redistributable (DLLs) required tooltips
Some Windows users encounter missing Visual C++ Redistributable (DLLs) when using PHP/MySQL/MariaDB. A prompt will now appear to advise users to download and install the Visual C++ Redistributable.
- PHP add disable function manage
Fix the issue where Linux users fail to install Homebrew due to missing git and curl.
Fix the problem of environment variable configuration for the Linux version.
Fix the issue where the Apache rewrite module is not enabled by default.
Enjoy the update!
1. GitHub OAuth Login Support 2. New Tool: Screen Capture 3. New Tool: Batch Image Processing
FlyEnv Update Release Notes
🚀 New Features:
- GitHub OAuth Login Support
- Users can now log in via GitHub account authorization.
- After logging in, all licenses linked to the GitHub account will be displayed.
- Users can independently unbind or bind UUIDs without needing to re-request licenses.
- New Tool: Screen Capture
- Capture the current screen or a specific window (even if it’s covered by other windows).
- Edit screenshots with shapes, text, mosaic blur, and more.
- High-resolution output with colors exactly matching the screen display.
- Users can customize the screenshot shortcut keys, save location, and file naming rules.
- New Tool: Batch Image Processing
- Crop, compress, and add watermarks to images in batches.
- Convert between various image formats seamlessly.
- Supports adding textures and watermarks, with real-time previews for all adjustments.
Enjoy the update!
v4.11.0
New Features in This Release:
-
Added PodMan Module
- Provides quick Docker Compose setup for commonly used modules.
- Supports exporting and importing images/containers.
- One-click container access to execute commands directly.
-
New Multi-Language Support (Thanks to all contributors!)
Now available in the following languages:- Arabic (
ar): العربية - Azerbaijani (
az): Azərbaycanca - Bengali (
bn): বাংলা - German (
de): Deutsch - English (
en): English - Spanish (
es): Español - French (
fr): Français - Indonesian (
id): Bahasa Indonesia - Italian (
it): Italiano - Japanese (
ja): 日本語 - Portuguese (
pt): Português - Brazilian Portuguese (
pt-br): Português (Brasil) - Swedish (
sv): Svenska - Turkish (
tr): Türkçe - Ukrainian (
uk): Українська - Vietnamese (
vi): Tiếng Việt - Chinese (
zh): 中文
- Arabic (
v4.10.8
Windows
-
Optimized the operational logic for the Windows version. The Windows version no longer requires administrator privileges to launch.
-
Fixed issues related to project environment configuration.
-
Resolved problems with starting and stopping PostgreSQL.
-
Improved the access speed of the phpMyAdmin page.
-
Optimize the configuration file functionality for all modules. Services will now automatically restart after configuration file changes.
macOS & Linux
-
Optimize the configuration file functionality for all modules. Services will now automatically restart after configuration file changes.
-
Fix the startup and shutdown issues of the PostgreSQL service.
v4.10.7
V4.10.6
- The toolbox has added a new Code Playground feature, allowing one-click execution of TypeScript, JavaScript, PHP, Go, Python, Rust, and other code. #370
- The toolbox now includes a Code Library feature, enabling users to save and organize frequently used code snippets for easy access and reuse.
- The toolbox has introduced a Markdown Preview feature, providing real-time editing and rendering of Markdown content.
- Added Consul module. #393
v4.10.5
1. Release a new Linux version with features aligned to macOS and Windows. 2. Rewrote the helper programs for macOS and Linux in GO to reduce the installation package size. 3. Optimized the installation logic of the macOS helper program and fixed installation failure issues.
Linux & macOS
- Release a new Linux version with features aligned to macOS and Windows.
- Rewrote the helper programs for macOS and Linux in GO to reduce the installation package size.
- Optimized the installation logic of the macOS helper program and fixed installation failure issues.
Windows
-
Fix the issue where the service cannot start automatically and cannot minimize automatically.
-
Fix the issues #380