mirror of
https://github.com/go-task/task.git
synced 2026-06-14 19:31:39 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8dfafe507f | ||
|
|
678fdec7d2 | ||
|
|
3626b271a7 |
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## v3.46.3 - 2025-12-19
|
||||
|
||||
- Fixed regression in completion script for zsh (#2593, #2594 by @vmaerten).
|
||||
|
||||
## v3.46.2 - 2025-12-18
|
||||
|
||||
- Fixed a regression on previous release that affected variables passed via
|
||||
|
||||
@@ -34,7 +34,7 @@ function __task_list() {
|
||||
fi
|
||||
|
||||
# Check if global flag is set
|
||||
if (( ${+opt_args[(i)-g|--global]} )); then
|
||||
if (( ${+opt_args[-g]} || ${+opt_args[--global]} )); then
|
||||
cmd+=(--global)
|
||||
fi
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
3.46.2
|
||||
3.46.3
|
||||
|
||||
@@ -7,6 +7,10 @@ outline: deep
|
||||
|
||||
::: v-pre
|
||||
|
||||
## v3.46.3 - 2025-12-19
|
||||
|
||||
- Fixed regression in completion script for zsh (#2593, #2594 by @vmaerten).
|
||||
|
||||
## v3.46.2 - 2025-12-18
|
||||
|
||||
- Fixed a regression on previous release that affected variables passed via
|
||||
|
||||
Reference in New Issue
Block a user