- Fix #26 - use HTTPS for Clojars repo.
- Fix #24 - scripts in current directory (where CWD contains space chars) are not located.
- Print diagnostic path info on
java.io.FileNotFoundException(possibly when script not found).
- Fix #21 - support for settings from user profiles.clj ([sashton](Steve Ashton))
- Fix incorrect in-project resolution of script path (Velrok)
- Fix #8 - support for
automatically running
-mainif present (Shantanu Kumar, with help from @asimjalis)
- Fix spurious error message due to premature termination: lein-exec + with-profile results in error (Shantanu Kumar)
- Fix typo in help text (kbaribeau)
- Integrate command-line help switch (mneilsen)
depsaccepts :repositories keyword (hikoz)- Use
leinexecutable in scripts
- End evals with lein2's main/exit (geriatric)
- Execute script outside or inside of a project (Lein 2 and Lein 1.x)
- Execute script in a project (Lein 1.x only)