Package Release Info

just-1.36.0-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

just
just-bash-completion
just-fish-completion
just-zsh-completion

Change Logs

* Tue Oct 01 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 1.36.0:
  * Allow default values to use earlier recipe arguments
  * Add `--one` flag to forbid multiple recipes from being invoked
  * Allow including arbitrary characters in strings with `\u{…}`
  * Print recipe doc string when`--explain` flag  is passed
  * Use unwrap_or_default() when getting default color and verbosity
  * De-duplicate suggestion methods
  * Refactor analyzer
  * Use `console` codeblocks in readme
  * Add PyPI install instructions
  * Remove old recipes from project justfile
  * Fix clippy lints
- remove cargo_audit, as it's included in cargo_vendor
* Thu Aug 29 2024 Richard Rahl <rrahl0@opensuse.org>
- 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
* Fri Aug 02 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 1.34.0:
  * Make function paths relative to correct working directory
  * Keep multi-line shebangs together
* Wed Jul 31 2024 Richard Rahl <rrahl0@opensuse.org>
- 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
* Thu Jul 18 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 1.32.0:
  * Add unstable [script(…)] attribute
  * Add [extension: 'EXT'] attribute to set shebang recipe script file extension
  * Suppress mod doc comment with empty [doc] attribute
  * Allow [doc] annotation on modules
* Tue Jul 16 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 1.31.0:
  * 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
* Sun Jul 07 2024 Joshua Smith <smolsheep@opensuse.org>
- 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
* Mon Jun 17 2024 Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
- Various shell completion packages are needed for tests
  * fish, bash, zsh
- Service file update
  * replace glob to avoid vendoring the vendored tarball although likely
    it does not happen but just in case.
  * set filter to true
- Source0 tarball points to github releases/tags
- Remove patch ignore-test.patch.
- Add python for tests
* Sun Jun 16 2024 rrahl0@disroot.org
- Update to version 1.29.1:
  * Release 1.29.1 (#2159)
  * Fix unexport syntax conflicts (#2158)
  * Release 1.29.0 (#2155)
  * Improve argument parsing and error handling for submodules (#2154)
  * Document shell expanded string defaults (#2153)
  * Load environment file from dotenv-path relative to working directory (#2152)
  * Add [positional-arguments] attribute (#2151)
  * Test bare bash path in shebang on windows (#2144)
  * Use `--justfile` in Fish shell completions (#2148)
  * Test shell not found error messages (#2145)
  * Add `is_dependency()` function (#2139)
  * Fix `fzf` chooser preview with space-separated module paths (#2141)
  * Allow printing nu completion script with `just --completions nushell` (#2140)
  * Add `[ATTRIBUTE: VALUE]` shorthand (#2136)
  * Refactor evaluator (#2138)
  * Allow unexporting environment variables (#2098)
* Thu Jun 06 2024 rrahl0@disroot.org
- Update to version 1.28.0:
  * Fix man page generation in release workflow (#2132)
  * Release 1.28.0 (#2131)
  * Don't check in manpage (#2130)
  * Document default shell (#2129)
  * Write shebang recipes to $XDG_RUNTIME_DIR (#2128)
  * Remove duplicate section in Chinese readme (#2127)
  * Update Chinese readme (#2124)
  * Fix typo in readme (#2122)
  * Don't check in auto-generated completion scripts (#2120)
  * Add `set dotenv-required` to require an environment file (#2116)
  * Allow listing recipes in submodules with `--list-submodules` (#2113)
  * Use space-separated recipe paths in `--choose` (#2115)
  * Don't display submodule recipes in `--list` (#2112)
  * Show recipes in submodules with `--show RECIPE::PATH` (#2111)
  * Add `--timestamp-format` (#2106)
  * Allow listing submodule recipes with `--list PATH` (#2108)
  * Print recipe command timestamps with `--timestamps` (#2084)
  * Add `module_file()` and `module_directory()` functions (#2105)
  * Fix bash completion for aliases (#2104)
  * Document when dependencies run in readme (#2103)
  * Build aarch64-pc-windows-msvc release binaries (#2100)
  * Clarify that `dotenv-path`-given env file is required (#2099)
  * Print multi-line doc comments before recipe in `--list` (#2090)
  * List unsorted imported recipes by import depth and offset (#2092)
  * Update README.md (#2091)
Version: 1.14.0-bp156.1.8
* Sat Sep 02 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Revert update of vendored dependencies.
* Sat Sep 02 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update vendored dependencies
- Update source cargo_config
* Sun Aug 13 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Replace obsoleted `disabled` option with `manual`
* Sat Jun 03 2023 socvirnyl.estela@gmail.com
- Update to version 1.14.0:
  * Ignore clippy::let_underscore_untyped
  * Use `just --show` in default chooser
  * Update README to reflect new attribute syntax
  * Allow multiple attributes on one line
  * Analyze and Compiler tweaks
  * Downgrade to TLS 1.2 in install script
* Sun Mar 05 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Initial spec for just 1.13.0