anyui v0.37.0 Release Notes
In this release, we've focused on reducing the package size and providing more flexibility in configuring the build toolchain. These improvements make anyui more efficient and customizable for different development environments.
Key Features
- Support custom installation path
- Support custom project path when creating new projects
- Reduce package size to one-third of the original and make build toolchain configurable
Build Toolchain Configuration
Starting with v0.37.0, we've significantly improved the distribution method of the build toolchain to reduce package size and provide more configuration flexibility:
Windows Build Toolchain
Previously packaged as part of the application bundle, the Windows build toolchain is now provided as a standalone package that can be downloaded and configured independently. This approach reduces the main application package size by approximately two-thirds while giving you more control over your development environment.
Info
Build toolchain is only needed when building projects. If you only need code generation, you can skip this step.
Warning
If you encounter issues after upgrading to v0.37.0, please refer to FAQ to see if it's a known issue.
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 will be automatically detected and used by anyui
without any additional setup.