File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
src/main/kotlin/kscript/app Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11
22
3+ ## v2.5
4+
5+ Major Improvements
6+
7+ * Support dependencies with different types (pom instead of jar)
8+ * Use current kotlin for temporary project when using ` --idea `
9+ * Started [ kshell launcher] ( https://github.com/holgerbrandl/kscript/tree/master/misc/kshell_launcher ) for kscriptlets
10+ * Support ` --idea ` with includes
11+
12+ Minor Enhancements
13+
14+ * Avoid dependency duplications when using ` //INCLUDE ` recursively
15+ * Fixed: Unable to run script with plus character in filename
16+ * Allow to include same file from multiple files
17+ * Fixed: Space-containing argument propagation
18+
19+
320## v2.4
421
522Major Enhancements:
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import kotlin.system.exitProcess
2020 * @author Holger Brandl
2121 */
2222
23- const val KSCRIPT_VERSION = " 2.4.5 "
23+ const val KSCRIPT_VERSION = " 2.5.0 "
2424
2525val selfName = System .getenv(" CUSTOM_KSCRIPT_NAME" ) ? : " kscript"
2626
You can’t perform that action at this time.
0 commit comments