- Update to version 1.27.0:
* Release 1.27.0 (#2089)
* Add `[doc]` attribute to set and suppress documentation comments (#2050)
* Add source_file() and source_directory() functions (#2088)
* List modules in source order with `--unsorted` (#2085)
* Add recipe groups (#1842)
* Forbid whitespace in shell-expanded string prefixes (#2083)
* Add Debian and Ubuntu install instructions to readme (#2072)
* Remove snap installation instructions from readme (#2070)
* Show submodule recipes in --choose (#2069)
* Fallback to wget in install script if curl isn't available(#1913)
* Use cache dir for temporary files (#2067)
* Use std::io::IsTerminal instead of atty crate (#2066)
* Improve `shell()` documentation (#2060)
* Add bash completion for snap (#2058)
* Allow multiple imports of the same file in different modules (#2065)
* Fix submodule recipe listing indentation (#2063)
* Refactor list subcommand (#2062)
* Pass command as first argument to `shell` (#2061)
* Add shell() function for running external commands (#2047)
* Allow shell expanded strings in mod and import paths (#2059)
* Add `--global-justfile` flag (#1846)
* Run imported recipes in root justfile with correct working directory (#2056)
* Add shell-expanded strings (#2055)
* Add `encode_uri_component` function (#2052)
* Add `choose` function for generating random strings (#2049)
* Add predefined constants (#2054)
* Document working directory (#2053)
* Replace FunctionContext with Evaluator (#2048)
* Allow setting some command-line options with environment variables (#2044)
OBS-URL: https://build.opensuse.org/request/show/1176858
OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=28
- Update to version 1.23.0:
* Allow setting custom confirm prompt
* Add `set quiet` and `[no-quiet]`
* Add `just_pid` function
* Include completion scripts in releases
* Run imports in working directory of importer
* Tweak readme table formatting
* Add functions to return XDG base directories
* Don't abbreviate just in README
* Add `--no-deps` to skip running recipe dependencies
* Ignore [private] recipes in just --list
* Add a dash to tempdir prefix
* Don't conflate recipes with the same name in different modules
* Clarify that UUID is version 4
* Make sigil stripping from recipe lines less incomprehensible
* Refactor invalid path argument check
* Recipes can be invoked with path syntax
* Move table of contents pointer to right
* Add `--format` and `--initialize` as aliases for `--fmt` and `--init`
* Use box-drawing characters in error messages
* Optional modules and imports
* Use Self
* Print submodule recipes in --summary
* Expand tilde in import and module paths
* Document import override behavior
* Override imported recipes
* Document submodule working directory
* Run recipes with working directory set to submodule directory
* Allow mod statements with path to source file
OBS-URL: https://build.opensuse.org/request/show/1139605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/just?expand=0&rev=9
* Allow setting custom confirm prompt
* Add `set quiet` and `[no-quiet]`
* Add `just_pid` function
* Include completion scripts in releases
* Run imports in working directory of importer
* Tweak readme table formatting
* Add functions to return XDG base directories
* Don't abbreviate just in README
* Add `--no-deps` to skip running recipe dependencies
* Ignore [private] recipes in just --list
* Add a dash to tempdir prefix
* Don't conflate recipes with the same name in different modules
* Clarify that UUID is version 4
* Make sigil stripping from recipe lines less incomprehensible
* Refactor invalid path argument check
* Recipes can be invoked with path syntax
* Move table of contents pointer to right
* Add `--format` and `--initialize` as aliases for `--fmt` and `--init`
* Use box-drawing characters in error messages
* Optional modules and imports
* Use Self
* Print submodule recipes in --summary
* Expand tilde in import and module paths
* Document import override behavior
* Override imported recipes
* Document submodule working directory
* Run recipes with working directory set to submodule directory
* Allow mod statements with path to source file
OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=22
- Update to version 1.15.0:
* Add Nushell completion script
* Update Indentation Documentation
* Allow unstable features to be enabled with environment variable
* Fix triple-quoted string example in readme
* README fix: the -d in `mktemp -d` is required to created folders.
* Placate clippy
* Add num_cpus() function
* Document Windows Package Manager install instructions
* Test unpaired escaped carriage return error
* Allow escaping newlines
* Stabilize JSON dump format
* Avoid grep aliases in bash completions
* Clarify [unix] attribute in readme
* Add env() function
* Add descriptions to fish recipe completions
* Allow selecting multiple recipes with default chooser
* Add better documentation for --dump and --fmt
OBS-URL: https://build.opensuse.org/request/show/1120143
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/just?expand=0&rev=5
* Add Nushell completion script
* Update Indentation Documentation
* Allow unstable features to be enabled with environment variable
* Fix triple-quoted string example in readme
* README fix: the -d in `mktemp -d` is required to created folders.
* Placate clippy
* Add num_cpus() function
* Document Windows Package Manager install instructions
* Test unpaired escaped carriage return error
* Allow escaping newlines
* Stabilize JSON dump format
* Avoid grep aliases in bash completions
* Clarify [unix] attribute in readme
* Add env() function
* Add descriptions to fish recipe completions
* Allow selecting multiple recipes with default chooser
* Add better documentation for --dump and --fmt
OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=13