Skip to content

Commit

Permalink
Update package.json, package_win.json, and 16 more files...
Browse files Browse the repository at this point in the history
v1.0.14
 - Upon Foundation request: The printable report now show the resistance and reactance in the list for every measurement

    - The white screen error has been replaced with the error in red. If you encounter this screen, just mail us the details on contact@karsegard.ch and we will investigate as soon as we can.

    - We fixed some inconsistencies between the MacOs and Windows version. There is now a new Security Menu, that should appear on each OS.

This version fixes the "white screen error" that was introduced with the sensitive-data-lock in the previous version.
  • Loading branch information
FDT2k committed Jan 25, 2022
1 parent 0c3cab4 commit 852fd3c
Show file tree
Hide file tree
Showing 18 changed files with 367 additions and 239 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bia-manager-electron",
"main": "packages/electron/dist/index.cjs",
"version": "1.0.12",
"version": "1.0.13",
"author": "Karsegard Digital Agency",
"repository": "https://github.com/FDT2k/bia-manager",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package_win.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bia-manager-electron",
"main": "packages/electron/dist/index.cjs",
"version": "1.0.12",
"version": "1.0.13",
"author": "Karsegard Digital Agency",
"repository": "https://github.com/FDT2k/bia-manager",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion packages/electron/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@
"Taille": "Height",
"Poids habituel": "Usual weight",
"Groupe pathologique": "Pathological Group",
"Nombre de mesures": "Sample count"
"Nombre de mesures": "Sample count",
"data.res50_recap": "Resistance (50Hz)",
"data.rea50_recap": "Reactance (50Hz"
}

0 comments on commit 852fd3c

Please sign in to comment.