1.14.0
casey/just1.14.0Jun 2, 2023by github-actions[bot]
AI Summary
This is a minor release of just (v1.14.0) focused on documentation improvements, bug fixes, and internal refinements. The main functional change updates the default chooser to use `just --show`, while several README updates and a TLS downgrade in the install script are also included.
Key Highlights
- Default chooser now uses `just --show` for improved functionality
- README updated to reflect new attribute syntax
- Fixed justfile search link
- Install script downgraded to TLS 1.2 for broader compatibility
- Allow multiple attributes on one line in justfiles
New Features
- Default chooser now uses `just --show` instead of previous method
- Support for multiple attributes on a single line in justfiles
Full Release Notes
### Changed - Use `just --show` in default chooser ([#1539](https://github.com/casey/just/pull/1539) by [fzdwx](https://github.com/fzdwx)) ### Misc - Fix justfile search link ([#1607](https://github.com/casey/just/pull/1607) by [jbaber](https://github.com/jbaber)) - Ignore clippy::let_underscore_untyped ([#1609](https://github.com/casey/just/pull/1609)) - Link to private recipes section in readme ([#1542](https://github.com/casey/just/pull/1542) by [quad](https://github.com/quad)) - Update README to reflect new attribute syntax ([#1538](https://github.com/casey/just/pull/1538) by [neunenak](https://github.com/neunenak)) - Allow multiple attributes on one line ([#1537](https://github.com/casey/just/pull/1537) by [neunenak](https://github.com/neunenak)) - Analyze and Compiler tweaks ([#1534](https://github.com/casey/just/pull/1534) by [neunenak](https://github.com/neunenak)) - Downgrade to TLS 1.2 in install script ([#1536](https://github.com/casey/just/pull/1536))