Skip to content

Commit

Permalink
Upgrade of version number to 0.1.32
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkapok committed Oct 7, 2024
1 parent 43a439c commit 136d94e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions doc/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,22 @@ Following list of features and improvements ordered by priority is under develop

## Improvements / Features

* Fix PWA issues https://www.pwabuilder.com/
* Add standalone app support for iPhone https://love2dev.com/pwa/add-to-homescreen/
* Fix PWA support for iPhone (offline mode and Add to Home screen)
* Add tissues heat map
* to the profile chart
* to the dives comparision
* Show tissues after amount of time spend at surface
* Explanation of Subsurface heatmap: https://scubaboard.com/community/threads/deep-stops-increases-dcs.497187/page-52
* Add to results:
* Time when the leading tissue starts offgasing
* Add Surface GF
* UI Tweaks
* Add clone dive button
* Mouse middle button click removes dive
* Add option to define custom stop distance
* Profile comparison: Add option to compare dives aligned by the end of dive
* Add Surface GF to the results
* Read only fields should be distinguish able
* Tanks complex view: Add check box to be able enable or disable tanks
* Add clone dive button
* Mouse middle button click removes dive
* Add CCR support
* Gas consumption:
* Clarify: Dive to 30 m in extended view and reduce depth on second segment to 29 m - reserve is 200 b, should be around 80
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "planner",
"version": "0.1.31",
"version": "0.1.32",
"license": "MIT",
"scripts": {
"start": "ng build scuba-physics && ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/planner/src/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lang": "en",
"dir": "ltr",
"display": "standalone",
"id": "/",
"id": "0.1.32",
"scope": "./",
"start_url": "./",
"orientation": "portrait-primary",
Expand Down
2 changes: 1 addition & 1 deletion projects/scuba-physics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scuba-physics",
"version": "0.1.31",
"version": "0.1.32",
"peerDependencies": {
"@angular/common": "^17.3.8",
"@angular/core": "^17.3.8"
Expand Down

0 comments on commit 136d94e

Please sign in to comment.