Skip to content

Commit

Permalink
0.22 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Busyrev committed May 11, 2024
1 parent cf9b744 commit 6c674ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"-i",
"--no-cache"
],
// "console": "integratedTerminal",
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
},
{
Expand Down
Binary file modified NaClSolutions.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion cfg.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('./src/Cfg.js').Cfg} */
module.exports = {
version: "0.21",
version: "0.22",
ensureMonotonicSteps: 100, // 10000 works, but slow, its just warranty thats all is ok.
saltScalesDivisionValue: 0.01,
waterScalesDivisionValue: 1,
Expand Down
2 changes: 2 additions & 0 deletions doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ js: getTable([1.413, 12.88, 111.8], 1000, 4000);\js


## Release Notes
**2024-05-11 v0.22** хотфикс release notes
**2024-05-11 v0.21** уточнены ссылки на источники
**2024-05-11 v0.20** добавлен расчёт по масее аптечного 0.9% раствора хлорида натрия, добавлена легенда, ссылка на формулу, release notes.
**2024-05-04 v0.11** расчёт перенесён в код, вместо google sheets, выполнен расчёт погрешностей.

Expand Down

0 comments on commit 6c674ba

Please # to comment.