Releases: puckowski/concert7
Releases · puckowski/concert7
Concert 9.8
Concert 9.7
- Security fixes.
Concert 9.6
- Change detach and join keyword logic.
- Try to add additional context for uncaught exceptions.
Concert 9.6.alpha
- Change detach and join keyword logic.
- Try to add additional context for uncaught exceptions.
Concert 9.5.rc
- Add support for .png extension images for image standard library.
9.5.beta
- Update to Concert version 9.5.beta.
- Add new
read_channel_data
function to newimage
standard library. - Add new
write_channel_data
function to newimage
standard library.
Note: only JPEG images are currently supported with PNG under evaluation.
9.5.alpha
- Add
localtime_ns
function todate
standard library to get time with nanosecond precision.
Concert 9.5.beta
- Update to Concert version 9.5.beta.
- Add new
read_channel_data
function to newimage
standard library. - Add new
write_channel_data
function to newimage
standard library.
Note: only JPEG images are currently supported with PNG under evaluation.
Concert 9.5
9.5.rc
- Add support for .png extension images for image standard library.
9.5.beta
- Update to Concert version 9.5.beta.
- Add new
read_channel_data
function to newimage
standard library. - Add new
write_channel_data
function to newimage
standard library.
Note: only JPEG images are currently supported with PNG under evaluation.
9.5.alpha
- Add
localtime_ns
function todate
standard library to get time with nanosecond precision.
Concert 9.5.alpha
- Add
localtime_ns
function todate
standard library to get time with nanosecond precision.
Concert 9.4
- Fix memory leak with math standard function
set_precision
. - Add new
date
standard library. - Add new
localtime
function todate
standard library.
Concert 9.3
- Update to Concert 9.3.
- Add
hardware_concurrency
function in thread standard library. - Fix memory leaks with file handles after closing.
- Add
sleep
function in thread standard library.