Skip to content

Releases: epics-extensions/medm

MEDM3_1_21

06 Dec 19:18
Compare
Choose a tag to compare

Fixed issue with the edit mode on Ubuntu 24.04 that was proposed by Rong Huang.

MEDM3_1_20

21 Jun 19:59
Compare
Choose a tag to compare

Fixed issue with the print command that was introduced with the last release.

MEDM3_1_19

31 May 15:40
Compare
Choose a tag to compare

Replaced sprintf with snprintf to avoid undefined behavior.
Updated the code to ensure safe string concatenation and buffer management.

MEDM3_1_18

17 Nov 01:45
Compare
Choose a tag to compare

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

06 Oct 19:09
Compare
Choose a tag to compare

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

22 Oct 18:57
Compare
Choose a tag to compare

Fixed an issue on Ubuntu. I used the code submitted by runchman.

MEDM3_1_15

12 Jun 23:16
Compare
Choose a tag to compare

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:

  1. Ability to support multiple Y axes. When using multiple axes, the associated line colors are displayed around the axis label.
  2. Added the step plot type and fill-under plot type.
  3. Added time plot type for scalar Y values.
  4. 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 …

18 Jul 15:50
Compare
Choose a tag to compare

… and other issues.

Disable "Remove Parent Display" policy

16 May 17:50
Compare
Choose a tag to compare

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.