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
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
2
2
3
+
## v2.6
4
+
5
+
6
+
Major Improvents
7
+
8
+
*[#166](https://github.com/holgerbrandl/kscript/issues/166): Support dynamic versions ending with `+`
9
+
*[#185](https://github.com/holgerbrandl/kscript/issues/185): Support "~" in INCLUDE ()
10
+
*[#187](https://github.com/holgerbrandl/kscript/issues/187): Added support for shortened URLs
11
+
*[#146](https://github.com/holgerbrandl/kscript/issues/146): Allow kscript cache directory to be configurable via `KSCRIPT_CACHE_DIR` environment variable
12
+
*[#175](https://github.com/holgerbrandl/kscript/issues/175): `cygwin` support improvements
13
+
* Improved `kshell` launcher to also launch scripts with invalid code
14
+
15
+
Notable Bug Fixes
16
+
* Confusing error when filename starts with a number
17
+
* Fixed usage `@file:CompilerOpts` in combination with `@file:Include`
0 commit comments