AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to version 2.28.0 * Update to go 1.16 * tcsh: fix variable escaping * docs: improve the documentation * Fixed fish shell hook to work with eval * Fixed layout anaconda <env_name_or_prefix> - Build with pie enabled if available - Add _service for vendor package
- update to 2.24.0 * direnv_load: avoid leaking DIRENV_DUMP_FILE_PATH (#715) * Add strict_env and unstrict_env (#572) * stdlib: add use_vim to source local vimrc (#497) * stdlib: add source_env_if_exists (#714) * Wording (#713) * build(deps): bump actions/checkout from v2.3.3 to v2.3.4 (#709) * build(deps): bump cachix/install-nix-action from v11 to v12 (#710) * Fix XDG_CACHE_HOME path (#711) * rc: make file existence check more robust (#706)
- update to 2.23.1: * fix: handle links on Mac when using `allow` (#696) * fix: use restored env in exec (#695) * stdlib: add basename and dirname from realpath (#693) * stdlib.sh: remove tabs * dist: compile all the binaries statically - incule changes from 2.23.0 * stdlib: add source_url function (#562) * direnv: add fetchurl command (#686) * shell: Update Elvish hook to replace deprecated `explode` (#685)
- update to 2.21.3: * Replace direnv expand_path with pure bash (#631) * Fix #594 - write error to fd 3 on Windows (#634) * Make direnv hook output work on Windows (#632) * Update hook.md to remove ">" typo in Fish instructions (#624) * stdlib: layout go adds layout dir to GOPATH (#622) * direnv-stdlib.1: add layout php (#619) * stdlib: add PATH_rm [ ...] (#615) * Error handling tuples (#610) * Merge pull request #607 from punitagrawal/master * test: elvish: Fix evaluation function * stdlib.sh: Re-write grep pattern to avoid shell escape * man: Escape '.' at the beginning of line to remove manpage warning * stdlib: fix direnv_config_dir usage (#601) * direnv version: improve error message (#599) * README: fix NixOS link in installation.md (#589) * stdlib: add direnv_apply_dump (#587) * Simplify direnv_load and make it work even when the command crashes. (#568) * docs: fix fish installation instruction * test: test for utf-8 compatibility * config: add [global] section * config: add strict_env option * config: fix warn_timeout parsing (#582) * Github action for releases * config: fix the configuration file selection * stdlib: fix shellcheck warnings
- Update to 2.21.2 + stdlib: revert the set -euo pipefail change. It was causing too many issues for users. + direnv allow: fix the allow migration by also creating the parent target directory. + stdlib: fix unused variable in use node + stdlib: fix unused variable in source_up + test: add stdlib test skeleton + add dist release utility + change where the allow files are being stored + direnv status: also show the config + direnv exec: improve the error message + warn if PS1 is being exported + handle SIGINT during export in bash + export: display the full RC path instead of a relative one + direnv exec: the DIR argument is always required (#493) + direnv_load can now handle stdout outputs + stdlib: add layout_julia + Handle failing pipenv on empty file and avoid an extra pipenv execution (#510) + fix source_env behaviour when the file doesn't exists (#487) + watch_file can now watch multiple files in a single invocation (#524) + layout_python: prefer venv over virtualenv. Do not export VIRUAL_ENV if $python_version is unavailable or a virtual environment does not exist/can't be created + Adds layout_pyenv (#505) + Fix source_up docs to explain that search starts in parent directory (#518) + fix path_add to not leak local variables + layout_pyenv: support multiple python versions (#525) + Add a direnv_version <version_at_least> command to check the direnv version. + dotenv: handle undefined variables + source files from .config/direnv/lib/*.sh + stdlib: set -euo pipefail
- Use noun phrase in summary.
- Update to 2.17.0 + CHANGE: hook expands the direnv path. + CHANGE: stdlib: direnv_load: disallow watching in child (#368) + README: add OpenSUSE to the list of distros + Revert "Use_nix: unset IN_NIX_SHELL"
- Update to 2.15.2 + Add support for allow folder whitelist (#332) + TOML configuration file! (#332, #337) + Add support for go 1.10 (#339)
- Avoid specific user context in summary.
- Update to 2.14.0 + support for Pipenv layout + version: make public + edit: run the command through bash - Includes fix from 2.13.3 + fix loading issue on macOS - Includes fixes from 2.13.2 + edit: fix path escaping + stdlib: fix find_up + stdlib: use absolute path in source_up + go-dotenv: update to latest master to fix a parsing error + remove ruby as a build dependency
- General packaging cleanups - Drop _service file in favor of Github archive url - Explicitly list man pages (without wildcard) - Lint with spec-cleaner - Update to 2.13.1 + FIX: stdlib: make direnv_layout_dir lazy (#298) - Includes 2.13.0: + NEW: stdlib: configurable direnv_layout_dir + CHANGE: stdlib: source the direnvrc directly + FIX: permit empty NODE_VERSION_PREFIX variable + FIX: pwd: Don't use -P to remove symlinks (#295) + FIX: also reload when mtime goes back in time + FIX: Prevent $HOME path from being striked (#287) + BUILD: use the new dep tool to manage dependencies + BUILD: dotenv: move to vendor folder - Includes 2.12.x: + stdlib layout_python: fixes on no arg + FIX: stdlib path_add(), see #278 + FIX: install from source instructions + NEW: support multiple items in path_add and PATH_add (#276) + NEW: add a configurable DIRENV_WARN_TIMEOUT option (#273) + CHANGE: rewrite the dotenv parsing, now supports commented lines + CHANGE: pass additional args to virtualenv (#261) + FIX: stdlib watch_file(): escaping fix + FIX: only output color if $TERM is not dumb (#264) + FIX: the watch_file documentation - Includes 2.11.x: + FIX: node version sorting (#255) + FIX: Typo in MANPATH_add always generates "PATH missing" error. (#256) + FIX: only deploy the go 1.8 version + NEW: stdlib.sh: introduce MANPATH_add (#248) + NEW: provide packages using the equinox service + CHANGE: test direnv with go 1.8 (#254) + FIX: Add warning about source_env/up + FIX: go-md2man install instruction - Includes 2.10.0: + NEW: use guix (#242) + CHANGE: use go-md2man to generate the man pages + FIX: tcsh escaping (#241) + FIX: doc typos and rewords (#226) - Includes 2.9.0: + NEW: use_nix() is now watching default.nix and shell.nix + NEW: Allow to fix the bash path at built time + FIX: Panic on direnv current with no argument + FIX: Permit empty NODE_VERSION_PREFIX variable + FIX: layout_python: fail properly when python is not found
- Initial package release 2.8.1