|
| 1 | +# Created with WinGet Updater using komac v2.6.0 |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: Casey.Just |
| 5 | +PackageVersion: 1.48.0 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: Casey Rodarmor |
| 8 | +PublisherUrl: https://github.com/casey |
| 9 | +PublisherSupportUrl: https://github.com/casey/just/issues |
| 10 | +Author: Casey Rodarmor |
| 11 | +PackageName: Just |
| 12 | +PackageUrl: https://github.com/casey/just |
| 13 | +License: CC0-1.0 |
| 14 | +LicenseUrl: https://github.com/casey/just/blob/HEAD/LICENSE |
| 15 | +ShortDescription: Just a command runner |
| 16 | +Description: just is a handy way to save and run project-specific commands. Commands, called recipes, are stored in a file called justfile with syntax inspired by make |
| 17 | +ReleaseNotes: |- |
| 18 | + Added |
| 19 | + - Build docker images (#3174 by casey) |
| 20 | + - Dynamically complete recipes for --usage (#3172 by casey) |
| 21 | + - Dynamically complete groups (#3171 by casey) |
| 22 | + - Dynamically complete recipes and variables (#3169 by casey) |
| 23 | + - Complete appropriate filetypes (#3168 by casey) |
| 24 | + - Allow overriding variables in submodules (#3151 by casey) |
| 25 | + - Add --json as synonym for --dump --dump-format json (#3143 by casey) |
| 26 | + Changed |
| 27 | + - Stabilize lazy evaluation (#3180 by casey) |
| 28 | + - Switch to dynamic completion engine (#3167 by casey) |
| 29 | + - Respect PATH and PATHEXT when running commands on Windows (#3160 by casey) |
| 30 | + - Make which() and require() respect PATHEXT on Windows (#3144 by casey) |
| 31 | + Misc |
| 32 | + - Add completion script installation instructions (#3178 by casey) |
| 33 | + - Fix readme typo (#3176 by Rohan5commit) |
| 34 | + - Remove Vagrantfile (#3173 by casey) |
| 35 | + - Fix signal handling typo (#3170 by Rohan5commit) |
| 36 | + - Add cargo-binstall installation instructions (#3165 by casey) |
| 37 | + - Fix typos (#3162 by casey) |
| 38 | + - Readme typo: forground (#3161 by Rohan5commit) |
| 39 | + - Use clap derive to parse arguments (#3158 by casey) |
| 40 | + - Fix readme typo (#3156 by teee32) |
| 41 | + - Document that path_exists() returns strings (#2946 by cspotcode) |
| 42 | + - Remove version references from readme headings (#3153 by casey) |
| 43 | + - Fix readme typo (#3152 by Rohan5commit) |
| 44 | + - Fix variadic parameter typo in readme (#3150 by casey) |
| 45 | + - Fix readme typo (#3148 by Rohan5commit) |
| 46 | + - Avoid conditional compilation (#3145 by casey) |
| 47 | + - Update VS Code extension in Chinese readme (#2984 by A-moment096) |
| 48 | + - Change replace wording in readme (#3137 by Rohan5commit) |
| 49 | + - Document recipe metadata (#3142 by casey) |
| 50 | +ReleaseNotesUrl: https://github.com/casey/just/releases/tag/1.48.0 |
| 51 | +ManifestType: defaultLocale |
| 52 | +ManifestVersion: 1.6.0 |
0 commit comments