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: src/app/dashboard/sidebar/version-modal/version-modal.component.html
+29-45Lines changed: 29 additions & 45 deletions
Original file line number
Diff line number
Diff line change
@@ -34,69 +34,53 @@ <h3>Release Notes for v{{versionNum}}</h3>
34
34
not be available.</li>
35
35
</ul>
36
36
37
-
<label>Here are the details of what's new in version 1.5.3:</label>
37
+
<label>Here are the details of what's new in version 1.5.4:</label>
38
38
<br>
39
39
<label>Application</label>
40
40
<ul>
41
-
<li>Added: Information regarding data storage to "Data Storage and Backup" Page</li>
42
-
<li>Added: Information regarding open-source licensing to About Page</li>
43
-
<li>Added: Information regarding citing MEASUR, our DOI, and our OSTI page to the About Page</li>
44
-
<li>Enhancement: Optional Auto-backup feature for installed MEASUR</li>
45
-
<li>Enhancement: Replaced "Download Backup Data" with "Data Storage and Backup"</li>
46
-
<li>Fixed: Issue causing custom materials to be returned as fractions instead of percents</li>
47
-
<li>Fixed: Issue preventing custom materials from saving</li>
48
-
<li>Fixed: Issue preventing the deletion of custom materials via the "Delete Material" button</li>
49
-
<li>Fixed: Auto Updater message showing "MEASUR MEASUR v__"</li>
41
+
<li>Added: Additional Acknowledgement for DOE sponsors</li>
42
+
<li>Added: Instructions on how to cite MEASUR</li>
43
+
<li>Enhancement: Assessment level toggle allowing users to express GHG emissions results in imperial (ton CO2)</li>
44
+
<li>Enhancement: Upgrade to Angular 18 and Fixed Electron debugging</li>
45
+
<li>Fixed: Bug regarding CO2 default data when new mod created</li>
46
+
<li>Fixed: Bug regarding emission factor set to zero</li>
47
+
<li>Fixed: Bug relating to WASM error on new version deployment</li>
48
+
<li>Fixed: Bug where changes to CO2 Emissions from electricity were not carried over to the mod</li>
49
+
<li>Fixed: Bug where folder level cost details were not populating assessments</li>
50
50
</ul>
51
51
52
52
<label>Calculators</label>
53
53
<ul>
54
-
<li>Added: Validation to Chiller Staging regarding chiller load</li>
55
-
<li>Fixed: Issue in Power Factor Correction where choosing "Both" for "PF Adjusted or Actual Demand" then switching to "Apparent Power" caused bugs</li>
56
-
</ul>
57
-
58
-
<label>Data Explorer</label>
59
-
<ul>
60
-
<li>Added: Automatic estimation of data interval and warning message relating to it</li>
61
-
<li>Added: Field name labels for various user inputs</li>
62
-
<li>Fixed: Bug relating to axis labels not updating</li>
63
-
<li>Fixed: Issue where the histogram option "# of points" was disabled</li>
54
+
<li>Added: New calculator for creating a dynamic Power Factor triangle</li>
55
+
<li>Fixed: Bug in Boiler Calculator where calculations would not update after closing the stack loss calculator</li>
56
+
<li>Fixed: Bug where CO2 emissions Calculator not performing unit conversions</li>
57
+
<li>Fixed: Power Factor Correction Calculator not displaying user specified months in results table</li>
58
+
<li>Updated: Changed name of PH calculator (Energy Equivalency to Fuel and Electricity equivalency)</li>
59
+
<li>Updated: Changed name of PH calculator (Flow and Energy Used to Orifice Meter Flow Calculator)</li>
60
+
<li>Updated: Icon for Power Factor Correction Calculator</li>
64
61
</ul>
65
62
66
63
<label>Compressed Air</label>
67
64
<ul>
68
-
<li>Fixed: Bug relating to Multi-step Unloading</li>
69
-
</ul>
70
-
71
-
<label>Pumps</label>
72
-
<ul>
73
-
<li>Enhancement: Added help text to motor efficiency class and efficiency fields</li>
65
+
<li>Enhancement: Added "Centrifugal Equal Capacity Ratio Load Sharing" to "Multi compressor System Controls Method"</li>
66
+
<li>Fixed: Bug relating to deleting equipment in the compressed air reduction calc</li>
67
+
<li>Fixed: Bug relating to having energy but no flow showing "Infinity", NAN, now showing "No Flow"</li>
68
+
<li>Fixed: Bug relating to Plotly graphs in Summary</li>
69
+
<li>Fixed: Expert submitted bug relating to Sankey generation</li>
74
70
</ul>
75
71
76
72
<label>Fans</label>
77
73
<ul>
78
-
<li>Enhancement: Added help text to motor efficiency class and efficiency fields</li>
79
-
</ul>
80
-
81
-
<label>Process Heating</label>
82
-
<ul>
83
-
<li>Fixed: Various bugs relating to custom materials</li>
74
+
<li>Fixed: Issues relating to WASM errors</li>
84
75
</ul>
85
76
86
-
<label>Steam</label>
87
-
<ul>
88
-
<li>Fixed: Issue where steam GHG emissions were reported in units different than label</li>
89
-
<li>Fixed: Various bugs relating to custom materials</li>
90
-
</ul>
91
-
92
-
<label>Inventories</label>
93
-
<ul>
94
-
<li>Enhancement: Added help text to motor efficiency class and efficiency fields</li>
95
-
</ul>
96
-
97
-
<label>Process Cooling</label>
77
+
<label>Treasure Hunt</label>
98
78
<ul>
99
-
<li>Added: Validation to Chiller Staging regarding chiller load</li>
79
+
<li>Fixed: Bug relating to blowdown calculator not providing results</li>
80
+
<li>Fixed: Bug relating to custom opportunities displaying in Treasure Chest</li>
81
+
<li>Fixed: Bug relating to custom opportunities getting scrambled in PowerPoint</li>
82
+
<li>Fixed: Bug relating to hard refreshing while in Treasure Hunt</li>
83
+
<li>Fixed: Bug relating to PowerPoint tables scrambling if projects are unselected</li>
0 commit comments