@@ -297,7 +297,7 @@ sidebar_position: 14
297297- Added the
298298 [ Remote Taskfiles experiment] ( https://taskfile.dev/experiments/remote-taskfiles )
299299 as a draft (#1152 , #1317 by @pd93 ).
300- - Improve performance of content checksuming on ` sources: ` by replacing md5 with
300+ - Improve performance of content checksumming on ` sources: ` by replacing md5 with
301301 [ XXH3] ( https://xxhash.com/ ) which is much faster. This is a soft breaking
302302 change because checksums will be invalidated when upgrading to this release
303303 (#1325 by @ReillyBrogan ).
@@ -357,7 +357,7 @@ sidebar_position: 14
357357- Deprecated ` version: 2 ` schema. This will be removed in the next major release
358358 (#1197 , #1198 , #1199 by @pd93 ).
359359- Added a new ` prompt: ` prop to set a warning prompt to be shown before running
360- a potential dangurous task (#100 , #1163 by @MaxCheetham ,
360+ a potential dangerous task (#100 , #1163 by @MaxCheetham ,
361361 [ Documentation] ( https://taskfile.dev/usage/#warning-prompts ) ).
362362- Added support for single command task syntax. With this change, it's now
363363 possible to declare just ` cmd: ` in a task, avoiding the more complex
@@ -372,7 +372,7 @@ sidebar_position: 14
372372 percentage (#1173 by @misitebao ).
373373- Starting on this release, official binaries for FreeBSD will be available to
374374 download (#1068 by @andreynering ).
375- - Fix some errors being unintendedly supressed (#1134 by @clintmod ).
375+ - Fix some errors being unintendedly suppressed (#1134 by @clintmod ).
376376- Fix a nil pointer error when ` version ` is omitted from a Taskfile (#1148 ,
377377 #1149 by @pd93 ).
378378- Fix duplicate error message when a task does not exists (#1141 , #1144 by
@@ -446,7 +446,7 @@ it a go and let us know what you think via a
446446 by @pd93 ).
447447- Update to Go 1.20 (bump minimum version to 1.19) (#1010 by @pd93 )
448448- Added environment variable ` FORCE_COLOR ` support to force color output.
449- Usefull for environments without TTY (#1003 by @automation-stack )
449+ Useful for environments without TTY (#1003 by @automation-stack )
450450
451451## v3.20.0 - 2023-01-14
452452
@@ -801,7 +801,7 @@ it a go and let us know what you think via a
801801
802802- Fix error code for the ` --help ` flag (#300 , #330 ).
803803- Print version to stdout instead of stderr (#299 , #329 ).
804- - Supress ` context ` errors when using the ` --watch ` flag (#313 , #317 ).
804+ - Suppress ` context ` errors when using the ` --watch ` flag (#313 , #317 ).
805805- Support templating on description (#276 , #283 ).
806806
807807## v2.8.0 - 2019-12-07
@@ -810,7 +810,7 @@ it a go and let us know what you think via a
810810 parallel (#266 ).
811811- Fixed bug where calling the ` task ` CLI only informing global vars would not
812812 execute the ` default ` task.
813- - Add hability to silent all tasks by adding ` silent: true ` a the root of the
813+ - Add ability to silent all tasks by adding ` silent: true ` a the root of the
814814 Taskfile.
815815
816816## v2.7.1 - 2019-11-10
@@ -952,7 +952,7 @@ document, since it describes in depth what changed for this version.
952952## v1.4.3 - 2017-09-07
953953
954954- Allow assigning variables to tasks at run time via CLI (#33 )
955- - Added suport for multiline variables from sh (#64 )
955+ - Added support for multiline variables from sh (#64 )
956956- Fixes env: remove square braces and evaluate shell (#62 )
957957- Watch: change watch library and few fixes and improvements
958958- When use watching, cancel and restart long running process on file change (#59
@@ -1012,7 +1012,7 @@ document, since it describes in depth what changed for this version.
10121012- More tests and Travis integration
10131013- Watch a task (experimental)
10141014- Possibility to call another task
1015- - Fix "=" not being reconized in variables/environment variables
1015+ - Fix "=" not being recognized in variables/environment variables
10161016- Tasks can now have a description, and help will print them (#10 )
10171017- Task dependencies now run concurrently
10181018- Support for a default task (#16 )
0 commit comments