You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,20 @@
3
3
## v2.4
4
4
5
5
Major Enhancements:
6
-
* Allow to set `kotlinc` compiler flags with @file:CompilerOpts or `//COMPILER_OPTS` (#84). See [here](https://github.com/holgerbrandl/kscript#deploy-scripts-as-standalone-binaries).
7
-
* Provide a way to "package" kscripts (#63). See [here](https://github.com/holgerbrandl/kscript#configure-the-runtime--with-kotlin_opts).
6
+
* Allow to set `kotlinc` compiler flags with `@file:CompilerOpts` or `//COMPILER_OPTS` (#84). See [here](https://github.com/holgerbrandl/kscript#deploy-scripts-as-standalone-binaries).
7
+
* Provide a way to _package_ kscripts (#63). See [here](https://github.com/holgerbrandl/kscript#configure-the-runtime--with-kotlin_opts).
8
8
9
9
Minor Enhancements:
10
10
11
11
* Fixed #95: `//INCLUDE` requiring full path
12
12
* Fixed #94: stdin does not allow further switches
13
13
* Allow for round brackets in artifact ids (fixes #100).
14
14
* Fixed #83: interactive fails unless your script contains dependencies
15
-
* Fixed #82: Symlinking does not work correctly with --idea and relati…
15
+
* Fixed #82: Sym-linking does not work correctly with --idea and relative script paths
16
16
* New: Implemented benchmarking suite to assess runtime impact of `kscript`
17
17
* Fixed: Don't use null in classpath arguments if classpath is empty
18
18
* Fixed: Use `exec` for derived interpreter
19
-
* Simplify Gradle config for script boostraping with IDEA (#86)
19
+
* Simplify Gradle config for script bootstrapping with IDEA (#86)
20
20
* Added Gradle wrapper to the project (#87 and #88)
0 commit comments