Skip to content

Commit 65affad

Browse files
authored
Merge pull request #7503 from ORNL-AMO/issue-7483
Release 1.5.12 into dev
2 parents 523ad82 + deba189 commit 65affad

File tree

3 files changed

+32
-27
lines changed

3 files changed

+32
-27
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amo-tools-desktop",
3-
"version": "1.5.11",
3+
"version": "1.5.12",
44
"main": "main.js",
55
"license": "MIT",
66
"description": "MEASUR",
@@ -54,7 +54,7 @@
5454
"file-saver": "^2.0.5",
5555
"font-awesome": "^4.7.0",
5656
"fs-jetpack": "^5.1.0",
57-
"measur-tools-suite": "1.0.10-beta.11",
57+
"measur-tools-suite": "latest",
5858
"ngx-indexed-db": "^16.0.0",
5959
"pako": "^2.1.0",
6060
"pptxgenjs": "^3.10.0",

src/app/shared/update-application/release-notes-modal/release-notes-modal.component.html

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,33 @@
3838
not be available.</li>
3939
</ul>
4040

41+
<label class="header-label">Here are the details of what's new in version 1.5.12:</label>
42+
<br>
43+
44+
<label>Application</label>
45+
<ul>
46+
<li>Enhanced - Updated assessment naming scheme to replace references to “System setup” with “Baseline”. Modified description for EEMs</li>
47+
<li>Enhanced - Updated assessment view contexts to “Explore Opportunities” and “Expert View”</li>
48+
</ul>
49+
50+
<label>Compressed Air</label>
51+
<ul>
52+
<li>Enhanced - Added Implementation Cost for Flow Reallocation EEM in Compressed Air Assessment</li>
53+
<li>Fixed - Compressed Air assessment End Uses and Inventory became unreachable if item name was empty</li>
54+
</ul>
55+
56+
<label>Pumps</label>
57+
<ul>
58+
<li>Enhanced - Updated Pump Achievable Efficiency calculator to use MEASUR Tools Suite algorithm for optimal pump efficiency, including additional pump metrics</li>
59+
</ul>
60+
61+
<label>Calculators</label>
62+
<ul>
63+
<li>Fixed - Added "Additional Cash Flows" to graph </li>
64+
<li>Updated - Cash Flow Calculator added full names for results in table </li>
65+
</ul>
66+
67+
4168
<label class="header-label">Here are the details of what's new in version 1.5.11:</label>
4269
<br>
4370

@@ -64,33 +91,11 @@
6491
<li>Enhanced: Fan Traverse bugs during traverse plane data entry </li>
6592
</ul>
6693

67-
6894
<label>Treasure Hunt</label>
6995
<ul>
7096
<li>Fixed: Opportunity Payback details not showing sum for "Less than 1 year"</li>
7197
</ul>
7298

73-
<label class="header-label">Here are the details of what's new in version 1.5.10:</label>
74-
<br>
75-
76-
<label>Application</label>
77-
<ul>
78-
<li>Enhanced: Updates to existing toast notification style and functionality. </li>
79-
<li>Enhanced: Better user instruction for web version updates</li>
80-
</ul>
81-
82-
<label>Calculators</label>
83-
<ul>
84-
<li>Enhanced: Feedwater Economizer - Added Moisture in Combustion Air calculate modal </li>
85-
<li>Fixed: PF triangle - fixed validation for various methods, adjusted styling on graph</li>
86-
<li>Fixed: Motor Performance - graph hover decimal places</li>
87-
</ul>
88-
89-
<label>Treasure Hunt</label>
90-
<ul>
91-
<li>Fixed: Chiller Staging bug causing broken Treasure Hunts when form is invalid</li>
92-
</ul>
93-
9499
<label>Known Issues</label>
95100
<ul>
96101
<li>The Auto-update feature is currently unavailable for the Mac and Linux versions</li>

0 commit comments

Comments
 (0)