Releases: ten0s/velisp
Releases · ten0s/velisp
Release 0.7.10
- Updated the
slide
backend (https://github.com/ten0s/slide) - Added the
slide_kz.sld
example
Release 0.7.9
- Implemented the
shell
command, see examples/shell.lsp - Improved the
slides
example by using theslide
backend (https://github.com/ten0s/slide) under the hood
Release 0.7.8
- Implemented stack trace
- Implemented the slide_image function
- Implemented the slides example
Release 0.7.7
- Refined error handling
- Implemented trace/untrace
- Fixed #5
Release 0.7.6
Release 0.7.5
Improved MacOS integration
Release 0.7.4
Initial MacOS release
Release 0.7.3
-
Improved vl-filename-mktemp
Now it's possible to run embedded VBS code
(setq tmp (vl-filename-mktemp nil nil ".vbs"))
(setq file (open tmp "w"))
(princ "Set shell = CreateObject(\"Shell.Application\") \n" file)
(princ "shell.Explore 4 \n" file)
(close file)
(startapp "wscript.exe" tmp)
(getstring)
- Upgraded some deps
Release 0.7.2
- Implemented Windows installer
- Supported spaces in startapp on Windows
Release 0.7.1
- Implemented the Demo example
- Improved stability on Windows