- update to 1.35.0:
* Allow fallback with recipes in submodules
* Allow [private] attribute on assignments
* Generate .sha256sum files for release artifacts
* Clarify that subsequent dependencies run immediately after recipe
* Remove Config::run
* Remove logging
* Group commands under dedicated heading in --help output (forwarded request 1197296 from rrahl0)
OBS-URL: https://build.opensuse.org/request/show/1197297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/just?expand=0&rev=20
- update to 1.33.0:
* Use correct backtick and shell() expression working directory in submodules
* Add working-directory setting
* Allow [group] attribute on submodules
* Allow empty [script] attribute and add set script-interpreter
* Document which attributes apply to which items
* Add missing productions
* Fix Rust 1.80.0 warnings
* Remove (no group) header before ungrouped recipes
* Document script-interpreter setting
* set dotenv-path does not override set dotenv-filename (forwarded request 1190805 from rrahl0)
OBS-URL: https://build.opensuse.org/request/show/1190806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/just?expand=0&rev=18
- update to 1.33.0:
* Use correct backtick and shell() expression working directory in submodules
* Add working-directory setting
* Allow [group] attribute on submodules
* Allow empty [script] attribute and add set script-interpreter
* Document which attributes apply to which items
* Add missing productions
* Fix Rust 1.80.0 warnings
* Remove (no group) header before ungrouped recipes
* Document script-interpreter setting
* set dotenv-path does not override set dotenv-filename
OBS-URL: https://build.opensuse.org/request/show/1190805
OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=41
* Stabilize modules
* Allow mod path to be directory containing module source
* Allow enabling unstable features with set unstable
* Allow abbreviating functions ending in _directory to _dir
* Lexiclean search directory so .. does not check the current directory
* Print space before submodules in --list with groups
OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=37
- Update to version 1.30.1:
Fixes
* Fix function argument count mismatch error message
- Update to version 1.30.0:
Fixed
* Allow comments after mod statements
Changed
* Allow unstable features with --summary
* Don't analyze comments when ignore-comments is set
* List recipes by group in group justfile order with just
--list --unsorted
* List groups in source order with just --groups --unsorted
Added
* Avoid install and add 32-bit arm targets to install.sh
* Give modules doc comments for --list
* Add datetime() and datetime_utc() functions
* Allow setting more command-line options with environment
variables
Library
* Don't exit process in run() on argument parse error
* Allow passing command-line arguments into run()
* Ignore env_logger initialization errors
Misc
* Tweak readme
* Add development guide to readme
* Add shell-expanded string syntax to grammar
* Add recipe for testing bash completion script
* Fix use of justfile_directory() in readme
* Use default values for --list-heading and --list-prefix
* Use clap::ValueParser
* Document module doc comments in readme
* Use -and instead of && in PowerShell completion script
* Fix readme formatting
* Link to justfiles on GitHub in readme
* Link to modules when first introduced in readme
* Update softprops/action-gh-release
* Document remote justfile workaround
* Document library interface
* Remove dependency on cradle
* Add note to readme about quoting paths on Windows
* Add missing changelog credits
* Credit myself in changelog
OBS-URL: https://build.opensuse.org/request/show/1186048
OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=35
- 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
oid sha256:e9f16d28156e1a906f19b267b9fc7c8e47e8f9347c39a7095f0495d4034ce96e
size 696462
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.