Releases: epics-extensions/medm
MEDM3_1_21
Fixed issue with the edit mode on Ubuntu 24.04 that was proposed by Rong Huang.
MEDM3_1_20
Fixed issue with the print command that was introduced with the last release.
MEDM3_1_19
Replaced sprintf with snprintf to avoid undefined behavior.
Updated the code to ensure safe string concatenation and buffer management.
MEDM3_1_18
Fixed a problem with the -attach option and Gnome. If a preexisting MEDM window exists, it will be moved to the current desktop and raised above the other windows.
MEDM3_1_17
Fixed a bug that could crash MEDM when resizing screens with certain cartesian plots.
Improved the behavior when opening an MEDM screen that is already open on a different workspace. It is now moved to the current workspace.
MEDM3_1_16
Fixed an issue on Ubuntu. I used the code submitted by runchman.
MEDM3_1_15
Improved SciPlot used by the cartesian plot widget. This should be used in place of the XrtGraph code.
The XrtGraph code is not open source and from a company that no longer exists.
Some of the SciPlot changes include:
- Ability to support multiple Y axes. When using multiple axes, the associated line colors are displayed around the axis label.
- Added the step plot type and fill-under plot type.
- Added time plot type for scalar Y values.
- Plots update each second even if PVs don't update.
Fixed a few Segfaults related to XtVaGetValues.
Fixed issues with the color palette and the attributes screen.
Fix iconization on MacOS …
… and other issues.
Disable "Remove Parent Display" policy
When running MEDM on RHEL7 the "replace display" option of a related display button frequently causes MEDM to crash. This release disables that feature, until we can find a fix for it.