Skip to content

v2024.12.14

Compare
Choose a tag to compare
@mise-en-dev mise-en-dev released this 18 Dec 19:18
· 384 commits to main since this release
v2024.12.14
ac3079c

πŸš€ Features

πŸ› Bug Fixes

  • Can not find the bin files when using python venv on windows by @NavyD in #3664
  • render tasks in task files by @risu729 in #3666
  • dont require run script for task add by @jdx in #3675
  • auto-trust on task add by @jdx in #3676
  • completions getting wrapped in quotes by @jdx in #3679
  • pass pristine env to tera in final_env by @risu729 in #3682
  • trap panics in task resolving by @jdx in #3677

πŸ“š Documentation

πŸ§ͺ Testing

  • add test cases for venv templates by @jdx in #3683

πŸ” Other Changes

New Contributors