diff --git a/.github/workflows/electron.yml b/.github/workflows/electron.yml
index aa289ad85..d8887a355 100644
--- a/.github/workflows/electron.yml
+++ b/.github/workflows/electron.yml
@@ -33,7 +33,7 @@ jobs:
cp "$WIN_CERT_PATH" ./wincert.pem
echo -n "${{ secrets.APPLE_PROV_PROF_BASE64 }}" | base64 --decode -o $PROV_PROF_PATH &&
cp "$PROV_PROF_PATH" ./embedded.provisionprofile
- npm ci --legacy-peer-deps &&
+ npm ci &&
security -v unlock-keychain -p "${{ secrets.KC_SECRET }}" ~/Library/Keychains/login.keychain-db
- name: Build
run: npm run build-prod-desktop-ci
diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml
index 683ff2c3d..1aa7957f4 100644
--- a/.github/workflows/web.yml
+++ b/.github/workflows/web.yml
@@ -28,7 +28,7 @@ jobs:
key: npm-${{ hashFiles('package-lock.json') }}
restore-keys: npm-
- name: Install dependencies
- run: npm install --legacy-peer-deps
+ run: npm ci
- name: Build
run: npm run build-prod-web
- name: Upload artifact
diff --git a/package-lock.json b/package-lock.json
index 8c4ccf8d7..d22745c3b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "amo-tools-desktop",
- "version": "1.5.3",
+ "version": "1.5.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "amo-tools-desktop",
- "version": "1.5.3",
+ "version": "1.5.4",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
diff --git a/package.json b/package.json
index af9b7da82..8509b722e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "amo-tools-desktop",
- "version": "1.5.3",
+ "version": "1.5.4",
"main": "main.js",
"license": "MIT",
"description": "MEASUR",
diff --git a/src/app/dashboard/sidebar/version-modal/version-modal.component.html b/src/app/dashboard/sidebar/version-modal/version-modal.component.html
index 8ed840ca0..f2c334d4a 100644
--- a/src/app/dashboard/sidebar/version-modal/version-modal.component.html
+++ b/src/app/dashboard/sidebar/version-modal/version-modal.component.html
@@ -34,69 +34,53 @@
Release Notes for v{{versionNum}}
not be available.
-
+
- - Added: Information regarding data storage to "Data Storage and Backup" Page
- - Added: Information regarding open-source licensing to About Page
- - Added: Information regarding citing MEASUR, our DOI, and our OSTI page to the About Page
- - Enhancement: Optional Auto-backup feature for installed MEASUR
- - Enhancement: Replaced "Download Backup Data" with "Data Storage and Backup"
- - Fixed: Issue causing custom materials to be returned as fractions instead of percents
- - Fixed: Issue preventing custom materials from saving
- - Fixed: Issue preventing the deletion of custom materials via the "Delete Material" button
- - Fixed: Auto Updater message showing "MEASUR MEASUR v__"
+ - Added: Additional Acknowledgement for DOE sponsors
+ - Added: Instructions on how to cite MEASUR
+ - Enhancement: Assessment level toggle allowing users to express GHG emissions results in imperial (ton CO2)
+ - Enhancement: Upgrade to Angular 18 and Fixed Electron debugging
+ - Fixed: Bug regarding CO2 default data when new mod created
+ - Fixed: Bug regarding emission factor set to zero
+ - Fixed: Bug relating to WASM error on new version deployment
+ - Fixed: Bug where changes to CO2 Emissions from electricity were not carried over to the mod
+ - Fixed: Bug where folder level cost details were not populating assessments
- - Added: Validation to Chiller Staging regarding chiller load
- - Fixed: Issue in Power Factor Correction where choosing "Both" for "PF Adjusted or Actual Demand" then switching to "Apparent Power" caused bugs
-
-
-
-
- - Added: Automatic estimation of data interval and warning message relating to it
- - Added: Field name labels for various user inputs
- - Fixed: Bug relating to axis labels not updating
- - Fixed: Issue where the histogram option "# of points" was disabled
+ - Added: New calculator for creating a dynamic Power Factor triangle
+ - Fixed: Bug in Boiler Calculator where calculations would not update after closing the stack loss calculator
+ - Fixed: Bug where CO2 emissions Calculator not performing unit conversions
+ - Fixed: Power Factor Correction Calculator not displaying user specified months in results table
+ - Updated: Changed name of PH calculator (Energy Equivalency to Fuel and Electricity equivalency)
+ - Updated: Changed name of PH calculator (Flow and Energy Used to Orifice Meter Flow Calculator)
+ - Updated: Icon for Power Factor Correction Calculator
- - Fixed: Bug relating to Multi-step Unloading
-
-
-
-
- - Enhancement: Added help text to motor efficiency class and efficiency fields
+ - Enhancement: Added "Centrifugal Equal Capacity Ratio Load Sharing" to "Multi compressor System Controls Method"
+ - Fixed: Bug relating to deleting equipment in the compressed air reduction calc
+ - Fixed: Bug relating to having energy but no flow showing "Infinity", NAN, now showing "No Flow"
+ - Fixed: Bug relating to Plotly graphs in Summary
+ - Fixed: Expert submitted bug relating to Sankey generation
- - Enhancement: Added help text to motor efficiency class and efficiency fields
-
-
-
-
- - Fixed: Various bugs relating to custom materials
+ - Fixed: Issues relating to WASM errors
-
-
- - Fixed: Issue where steam GHG emissions were reported in units different than label
- - Fixed: Various bugs relating to custom materials
-
-
-
-
- - Enhancement: Added help text to motor efficiency class and efficiency fields
-
-
-
+
- - Added: Validation to Chiller Staging regarding chiller load
+ - Fixed: Bug relating to blowdown calculator not providing results
+ - Fixed: Bug relating to custom opportunities displaying in Treasure Chest
+ - Fixed: Bug relating to custom opportunities getting scrambled in PowerPoint
+ - Fixed: Bug relating to hard refreshing while in Treasure Hunt
+ - Fixed: Bug relating to PowerPoint tables scrambling if projects are unselected