Release Notes
- Support custom path for installation
- Support custom project path configuration during new project creation
- Reduced package size to one-third of the original and made build toolchains configurable
Build Toolchain Configuration
Starting with v0.37.0, we've significantly improved the build toolchain distribution to reduce package size and provide more flexibility in configuration:
- Windows Build Toolchain: Previously packed as part of the main application package, the Windows build toolchain is now available as a separate package that can be downloaded and configured independently. This approach reduces the main application package size by approximately 2/3 while providing you with more control over your development environment.
Info
The build toolchain is only required for project building. If you only need code generation, you can skip this step.
Warning
If you encounter problems after upgrading to v0.37.0, please refer to the FAQ to check if there are known issues.
- macOS Build Toolchain: For macOS users, no additional configuration is required. The system already includes the necessary build tools (such as Clang and Make) as part of the standard development environment. These native tools are automatically detected and used by
anyui
without any additional setup.