|
| 1 | +# 3.4.3 |
| 2 | + |
| 3 | +- Minor README.md updates. |
| 4 | +- Dependency Housekeeping. |
| 5 | + |
1 | 6 | # 3.4.2 |
2 | 7 |
|
3 | | -* Dependency Housekeeping. |
| 8 | +- Dependency Housekeeping. |
4 | 9 |
|
5 | 10 | # 3.4.1 |
6 | 11 |
|
7 | | -* Improve logging when marking dev drive as trusted. |
| 12 | +- Improve logging when marking dev drive as trusted. |
8 | 13 |
|
9 | 14 | # 3.4.0 |
10 | 15 |
|
11 | | -* Add ability to mark dev drive as trusted. |
| 16 | +- Add ability to mark dev drive as trusted. |
12 | 17 |
|
13 | 18 | # 3.3.0 |
14 | 19 |
|
15 | | -* Add `windows-2025` runner support. |
16 | | -* Change default VHDX size to 2GB. |
| 20 | +- Add `windows-2025` runner support. |
| 21 | +- Change default VHDX size to 2GB. |
17 | 22 |
|
18 | 23 | # 3.2.0 |
19 | 24 |
|
20 | | -* Add `env-mapping` option to support improved environment variables configuration. |
| 25 | +- Add `env-mapping` option to support improved environment variables configuration. |
21 | 26 |
|
22 | 27 | # 3.1.0 |
23 | 28 |
|
24 | | -* Expose `native-dev-drive` as an option to turn off automatic native Dev Drive usage. |
25 | | -* Documentation improvements. |
26 | | -* Align package.json version. |
| 29 | +- Expose `native-dev-drive` as an option to turn off automatic native Dev Drive usage. |
| 30 | +- Documentation improvements. |
| 31 | +- Align package.json version. |
27 | 32 |
|
28 | 33 | # 3.0.0 |
29 | 34 |
|
30 | | -* Allow mounting dev drive in specified mount path (ReFS, NTFS only). |
31 | | -* Workspace copying is no longer restricted by the Dev Drive location. |
32 | | -* Paths in output env vars are no longer escaped `\\`. |
33 | | -* Cleaner error messages. |
| 35 | +- Allow mounting dev drive in specified mount path (ReFS, NTFS only). |
| 36 | +- Workspace copying is no longer restricted by the Dev Drive location. |
| 37 | +- Paths in output env vars are no longer escaped `\\`. |
| 38 | +- Cleaner error messages. |
34 | 39 |
|
35 | 40 | # 2.2.0 |
36 | 41 |
|
37 | | -* Improved error handling feedback. |
38 | | -* Additional CI tests. |
39 | | -* More Badges. |
| 42 | +- Improved error handling feedback. |
| 43 | +- Additional CI tests. |
| 44 | +- More Badges. |
40 | 45 |
|
41 | 46 | # 2.1.2 |
42 | 47 |
|
43 | | -* Documentation improvements. |
| 48 | +- Documentation improvements. |
44 | 49 |
|
45 | 50 | # 2.1.1 |
46 | 51 |
|
47 | | -* Added error check when Dev Drive is located inside `${{ github.workspace }}` when `workspace-copy` is set. |
| 52 | +- Added error check when Dev Drive is located inside `${{ github.workspace }}` when |
| 53 | + `workspace-copy` is set. |
48 | 54 |
|
49 | 55 | # 2.1.0 |
50 | 56 |
|
51 | | -* Added input option `mount-if-exists` to allow mounting pre-existing VHDX drives (e.g. from `actions/cache`). |
| 57 | +- Added input option `mount-if-exists` to allow mounting pre-existing VHDX drives (e.g. from |
| 58 | + `actions/cache`). |
52 | 59 |
|
53 | 60 | # 2.0.0 |
54 | 61 |
|
55 | | -* The default `drive-type` is now `Dynamic` instead of `Fixed`. |
| 62 | +- The default `drive-type` is now `Dynamic` instead of `Fixed`. |
56 | 63 |
|
57 | 64 | # 1.1.0 |
58 | 65 |
|
59 | | -* Support `drive-type` input allowing to set the drive allocation to `Fixed` or `Dynamic`. |
| 66 | +- Support `drive-type` input allowing to set the drive allocation to `Fixed` or `Dynamic`. |
60 | 67 |
|
61 | 68 | # 1.0.0 |
62 | 69 |
|
63 | | -* Initial Release. |
| 70 | +- Initial Release. |
0 commit comments