1 # Changelog{#changelog}
6 ## 0.99.13 (2024-03-04)
8 - Support to Red Eagle boards
10 - Updates in dependency libraries
12 ## 0.99.12 (2024-02-29)
14 - Support to RTC datetime set/get
15 - Support to spectrum start and stop acq datetime
17 ## 0.99.11 (2023-10-23)
19 - Support to temperature sensor based stabilization mode
21 ## 0.99.10 (2023-05-10)
23 - Improved stability on connection when acquisition is on
24 - Removed limit of 1024 open/close of the same device
26 ## 0.99.9 (2020-10-26)
28 - ::DATAMASK_ENERGY_SPECTRUM_SAMPLE_ID data mask
32 ## 0.99.8 (2020-01-20)
34 - `#define`s in CAENMCATypes.h moved to `int32_t` and filled by the library.
35 This forces user to use dynamic allocated memory in some cases, but allows
36 a greater level of retro and forward compatibility for the library.
37 - Improved support for local instance of the server, to support non-standalone boards
41 ## 0.99.7 (2019-09-05)
43 - ::CAEN_MCA_HANDLE_PARENT handle type to b used with CAEN_MCA_GetAncestorHandle()
44 - ::DATAMASK_LIST_GETSKIMEVTS data mask for list mode
45 - Preliminary support for local instance of the server, to support non-standalone boards
49 ## 0.99.6 (2019-07-05)
51 - Support for Multi Channel Scaler
52 - ::CAEN_MCA_DATA_MCSSPECTRUM data type
53 - ::CAEN_MCA_CMD_MCS_SWEEP command
54 - ::CAEN_MCA_CMD_MCS_SPECTRUM_CLEAR command
55 - Support for ΔT spectrum
56 - ::CAEN_MCA_HANDLE_DTSPECTRUM handle type
57 - ::CAEN_MCA_DATA_DTSPECTRUM data type
58 - ::CAEN_MCA_CMD_DTSPECTRUM_CLEAR command
59 - ::DATAMASK_BRDINFO_NDTSPECTRA data mask
60 - Support for gain stabilization
61 - ::CAEN_MCA_CMD_GAIN_STABILIZER_RESET and relative masks
62 - ::DATAMASK_ENERGY_SPECTRUM_STABILIZER_ENABLE data mask
63 - Support for sample changer
64 - ::CAEN_MCA_CMD_SAMPLE_ADVANCE command
68 ## 0.99.1 (2018-11-17)
70 - ::CAEN_MCA_CMD_HV_ONOFF command and relative masks (\ref HVOutputCommandDataMask)
71 - ::DATAMASK_CMD_SAVE_HV_RELOAD
72 - Documentation of \ref parameters
74 - ::WAVEFORM_MAXLEN changed from 16384 to 32768
78 ## 0.99.0 (2018-08-31)
79 - First public release