|
2 | 2 |
|
3 | 3 | ## 4.0.1 |
4 | 4 |
|
5 | | -* add: `fvm install` now runs setup by default for improved UX (use `--no-setup` to skip, `--setup` flag still works for explicit opt-in) |
6 | | -* add: RISC-V (riscv64) architecture support for Linux systems |
7 | | -* add: Support for SSH and scp-style git URLs when configuring forks |
8 | | -* add: 32-bit ARM support (armv7l, armv6l) for Raspberry Pi devices |
9 | | -* add: Standalone executables when targeting compile host platform |
10 | | -* fix: Prevent `fvm doctor` crash when version not pinned or symlink missing |
11 | | -* fix: Alpine/musl libc detection and support in install script |
12 | | -* fix: Handle version prefix (`v`) normalization in install script |
13 | | -* fix: Pre-push PATH hook now auto-detects Flutter/Dart |
14 | | -* fix: Improved cache version matching logic |
15 | | -* fix: Hardened uninstall script, git service logging, and HTTP error handling |
16 | | -* fix: Resolve code quality issues and analysis warnings |
17 | | -* docs: Add Git safe directory troubleshooting guide for Windows users (Git 2.35.2+) |
18 | | -* docs: Update PATH configuration for global version setup |
19 | | -* docs: Fix broken links in Getting Started and documentation pages |
20 | | -* chore: Rename Chocolatey listing to "Flutter Version Management (FVM)" for improved discoverability |
21 | | -* chore: Regenerate build_runner files and apply formatting fixes |
22 | | -* refactor: Migrate release tooling to dedicated package structure |
| 5 | +* add: `fvm install` now runs setup by default |
| 6 | +* add: RISC-V and 32-bit ARM architecture support |
| 7 | +* add: SSH and scp-style git URL support for forks |
| 8 | +* add: Standalone executables for host platform |
| 9 | +* fix: `fvm doctor` crash when version not pinned |
| 10 | +* fix: Alpine/musl libc detection in install script |
| 11 | +* fix: Version prefix normalization in install script |
| 12 | +* fix: Pre-push PATH hook auto-detects Flutter/Dart |
| 13 | +* fix: Cache version matching logic |
| 14 | +* fix: Uninstall script, git logging, and HTTP error handling |
| 15 | +* fix: Code quality and analysis warnings |
| 16 | +* docs: Git safe directory troubleshooting for Windows |
| 17 | +* docs: PATH configuration for global version |
| 18 | +* refactor: Migrate release tooling to dedicated package |
23 | 19 |
|
24 | 20 | ## 4.0.0 |
25 | 21 |
|
|
0 commit comments