|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +- Fixed --interactive prompts for required vars sometimes appearing in a random |
| 6 | + order. Prompts now follow the order the vars are declared in the Taskfile. |
| 7 | + (#2871 by @caproven) |
5 | 8 | - Fixed Fish completions not being picked up correctly by installing them to |
6 | 9 | Fish's `vendor_completions.d` directory instead of `completions` (#2850, #2859 |
7 | 10 | by @Legimity). |
|
16 | 19 | cleaning `..` and `.` components (#2681, #2788 by @mateenanjum). |
17 | 20 | - Added `joinEnv` function to join paths based on your oprating system: `;` for |
18 | 21 | Windows and `:` elsewhere, and `joinUrl` to join URL paths. Also, added two |
19 | | - new special variables: `FILE_PATH_SEPARATOR` which returns `\` on Windows |
20 | | - and `/` elsewhere, and `PATH_LIST_SEPARATOR` which returns `;` on Windows and |
21 | | - `:` elsewhere (#2406, #2408 by @solvingj). |
| 22 | + new special variables: `FILE_PATH_SEPARATOR` which returns `\` on Windows and |
| 23 | + `/` elsewhere, and `PATH_LIST_SEPARATOR` which returns `;` on Windows and `:` |
| 24 | + elsewhere (#2406, #2408 by @solvingj). |
22 | 25 | - Update the shell interpreter with a regression fix (#2812, #2832 by |
23 | 26 | @andreynering). |
24 | 27 | - Fix potential panic with the shell interpreter (#2810 by @trulede). |
|
34 | 37 | - Fixed watch mode ignoring SIGHUP signal, causing the watcher to exit instead |
35 | 38 | of restarting (#2764, #2642). |
36 | 39 | - Fixed a long time bug where the task wouldn't re-run as it should when using |
37 | | - `method: timestamp` and the files listed on `generates:` were deleted. |
38 | | - This makes `method: timestamp` behaves the same as `method: checksum` |
39 | | - (#1230, #2716 by @drichardson). |
| 40 | + `method: timestamp` and the files listed on `generates:` were deleted. This |
| 41 | + makes `method: timestamp` behaves the same as `method: checksum` (#1230, #2716 |
| 42 | + by @drichardson). |
40 | 43 |
|
41 | 44 | ## v3.49.1 - 2026-03-08 |
42 | 45 |
|
43 | | -* Reverted #2632 for now, which caused some regressions. That change will be |
| 46 | +- Reverted #2632 for now, which caused some regressions. That change will be |
44 | 47 | reworked (#2720, #2722, #2723). |
45 | 48 |
|
46 | 49 | ## v3.49.0 - 2026-03-07 |
|
0 commit comments