You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,14 @@
1
-
## 4.44.0 (Latest)
1
+
## 4.45.0 (Latest)
2
+
3
+
### Features
4
+
- Expression Picker now remembers your last opened section
5
+
- ROI Picker now remembers your last selected sections
6
+
- MIST ROIs can now include a per-PMC confidence value column that affects ROI opacity on context image
7
+
-**Custom ROI Colors** Adds support for custom ROI colors via a color picker. Preset colors should still be preferred where possible.
8
+
- Expression language (in Lua only) now has 2 new functions: `readCache` and `writeCache` to allow reuse of calculated data between other expressions. Also added new constants: `instrument`, `scanId`, `quantId`, `maxSpectrumChannel` and `elevAngle`. Running expressions is also about 10% faster due to not recomputing the results of `spectrum()` calls when the same channels are requested.
9
+
- Removed Back to V3 button
10
+
11
+
## 4.44.0 (2024-09-27)
2
12
3
13
### Bug Fixes
4
14
- Fixes spectrum export exporting detector A values for detector B
@@ -12,7 +22,6 @@
12
22
- Fixes bug with sharing workspaces that include expression groups
0 commit comments