All Versions
76
Latest Version
Avg Release Cycle
12 days
Latest Release
534 days ago

Changelog History
Page 1

  • v1.8.0 Changes

    November 02, 2022

    โž• Added

    • โž• Add OS Configuration Attributes (#1387)

    Misc

    • ๐Ÿ”— Link to sclu1034/vscode-just in readme (#1396)
  • v1.7.0 Changes

    October 26, 2022

    ๐Ÿ’ฅ Breaking Changes to Unstable Features

    • 0๏ธโƒฃ Make fallback setting default to true (#1384)

    โž• Added

    • โž• Add more case-conversion functions (#1383 by @gVirtu)
    • โž• Add tempdir setting (#1369 by @dmatos2012)
    • โž• Add [no-exit-message] recipe annotation (#1354 by @gokhanettin)
    • โž• Add capitalize(s) function (#1375 by @femnad)

    Misc

    • Credit contributors in changelog (#1385)
    • โšก๏ธ Update asdf just plugin repository (#1380 by @kachick)
    • Prepend commit messages with - in changelog (#1379)
    • Fail publish if <sup>master</sup> is found in README.md (#1378)
    • ๐Ÿ‘‰ Use for loop in capitalize implementation (#1377)
  • v1.6.0 Changes

    October 19, 2022

    ๐Ÿ’ฅ Breaking Changes to Unstable Features

    • Require set fallback := true to enable recipe fallback (#1368)

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Allow fallback with search directory (#1348)

    โž• Added

    • Don't evaluate comments (#1358)
    • โž• Add skip-comments setting (#1333 by @neunenak)
    • ๐Ÿ‘ Allow bash completion to complete tasks in other directories (#1303 by @jpbochi)

    Misc

    • โช Restore www/CNAME (#1364)
    • ๐Ÿ‘Œ Improve book config (#1363)
    • โž• Add kitchen sink justfile to test syntax highlighting (#1362 by @nk9)
    • Note version in which absolute path construction was added (#1361)
    • โœ… Inline setup and cleanup functions in completion script test (#1352)
  • v1.5.0 Changes

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ Allow constructing absolute paths with / operator (#1320 by @erikkrieg)

    Misc

    • ๐Ÿ‘ Allow fewer lints (#1340)
    • ๐Ÿ›  Fix issues reported by nightly clippy (#1336 by @neunenak)
    • ๐Ÿ”จ Refactor run.rs (#1335 by @neunenak)
    • ๐Ÿ‘ Allow comments on same line as settings (#1339)
    • ๐Ÿ›  Fix justfile env shebang on Linux (#1330)
    • โšก๏ธ Update Chinese translation of README.md (#1325 by @hustcer)
    • โž• Add additional settings to grammar
    • โž• Add an example of using a variable in a recipe parameter (#1311 by @papertigers)
  • v1.4.0 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix shell setting precedence (#1306)

    Misc

    • Don't hardcode homebrew prefix (#1295)
    • ๐Ÿ“ฆ Exclude files from cargo package (#1283)
    • โž• Add usage note to default list recipe (#1296 by @jpbochi)
    • โž• Add MPR/Prebuilt-MPR installation instructions to README.md (#1280 by @hwittenborn)
    • โž• Add make and makesure to readme (#1299)
    • ๐ŸŽ Document how to configure zsh completions on MacOS (#1285 by @nk9)
    • ๐Ÿ“ฆ Convert package table to HTML (#1291)
  • v1.3.0 Changes

    โž• Added

    • โž• Add / operator (#1237)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix multibyte codepoint crash (#1243)

    Misc

    • โšก๏ธ Update just-install reference on README.md (#1275 by @0xradical)
    • Split Recipe::run into Recipe::{run_shebang,run_linewise} (#1270)
    • โž• Add asdf package to readme(#1264 by @jaacko-torus)
    • โž• Add mdbook deps for build-book recipe (#1258 by @) (#1259 by @TopherIsSwell)
    • ๐Ÿ›  Fix typo: argumant -> argument (#1257 by @kianmeng)
    • ๐Ÿ‘Œ Improve error message if if is missing the else (#1252 by @nk9)
    • Explain how to pass arguments of a command to a dependency (#1254 by @heavelock)
    • โšก๏ธ Update Chinese translation of README.md (#1253 by @hustcer)
    • ๐Ÿ‘Œ Improvements to Sublime syntax file (#1250 by @nk9)
    • ๐Ÿ“œ Prevent unbounded recursion when parsing expressions (#1248 by @evanrichter)
    • Publish to snap store (#1245)
    • โช Restore fuzz test harness (#1246 by @evanrichter)
    • โž• Add just-install to README file (#1241 by @brombal)
    • ๐Ÿ›  Fix dead readme link (#1240 by @wdroz)
    • Do use super::*; instead of use crate::common::*; (#1239)
    • ๐Ÿ›  Fix readme punctuation (#1235)
    • โž• Add argument splitting section to readme (#1230)
    • โž• Add notes about environment variables to readme (#1229)
    • ๐Ÿ›  Fix book links (#1227)
    • โž• Add nushell README.md (#1224 by @hustcer)
    • ๐Ÿ‘‰ Use absolute links in readme (#1223)
    • Copy changelog into manual (#1222)
    • Translate Chinese manual introduction and title (#1220 by @hustcer)
    • ๐Ÿ— Build Chinese language user manual (#1219)
    • โšก๏ธ Update Chinese translation of README.md (#1218 by @hustcer)
    • Translate all of README.md into Chinese (#1217 by @hustcer)
    • Translate all of features in README into Chinese (#1215 by @hustcer)
    • ๐Ÿ‘‰ Make link to examples directory absolute (#1213)
    • Translate part of features in README into Chinese (#1211 by @hustcer)
    • โž• Add JetBrains IDE plugin to readme (#1209 by @linux-china)
    • Translate features chapter of readme to Chinese (#1208 by @hustcer)
  • v1.2.0 Changes

    โž• Added

    • โž• Add windows-shell setting (#1198)
    • SHA-256 and UUID functions (#1170 by @mbodmer)

    Misc

    • ๐Ÿ‘ Translate editor support and quick start to Chinese (#1206 by @hustcer)
    • Translate first section of readme into Chinese (#1205 by @hustcer)
    • ๐Ÿ›  Fix a bunch of typos (#1204)
    • โœ‚ Remove cargo-limit usage from justfile (#1199)
    • โž• Add nix package manager install instructions (#1194 by @risingBirdSong)
    • ๐Ÿ›  Fix broken link in readme (#1183 by @Vlad-Shcherbina)
    • โž• Add screenshot to manual (#1181)
    • ๐Ÿ’… Style homepage (#1180)
    • Center readme (#1178)
    • ๐Ÿ’… Style and add links to homepage (#1177)
    • ๐Ÿ›  Fix readme badge links (#1176)
    • Generate book from readme (#1155)
  • v1.1.3 Changes

    ๐Ÿ›  Fixed

    • Skip duplicate recipe arguments (#1174)

    Misc

    • ๐Ÿ›  Fix install script (#1172)
    • Document that invocation_directory() returns an absolute path (#1162)
    • ๐Ÿ›  Fix absolute_path documentation (#1160)
    • โž• Add cross-platform justfile example (#1152 by @presidento)
  • v1.1.2 Changes

    Misc

    • Document indentation rules (#1142)
    • โœ‚ Remove stale link from readme (#1141)

    Unstable

    • Search for missing recipes in parent directory justfiles (#1149)
  • v1.1.1 Changes

    Misc

    • ๐Ÿš€ Build MacOS ARM release binaries (#1138)
    • โฌ†๏ธ Upgrade Windows Actions runners to windows-latest (#1137)