diff --git a/doc/roadmap.md b/doc/roadmap.md index 3de32713..025d7a8a 100644 --- a/doc/roadmap.md +++ b/doc/roadmap.md @@ -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 diff --git a/package.json b/package.json index 54741127..19ced751 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "planner", - "version": "0.1.31", + "version": "0.1.32", "license": "MIT", "scripts": { "start": "ng build scuba-physics && ng serve", diff --git a/projects/planner/src/manifest.webmanifest b/projects/planner/src/manifest.webmanifest index 097182da..f9ad7df0 100644 --- a/projects/planner/src/manifest.webmanifest +++ b/projects/planner/src/manifest.webmanifest @@ -8,7 +8,7 @@ "lang": "en", "dir": "ltr", "display": "standalone", - "id": "/", + "id": "0.1.32", "scope": "./", "start_url": "./", "orientation": "portrait-primary", diff --git a/projects/scuba-physics/package.json b/projects/scuba-physics/package.json index 2ab0fa6f..6c839546 100644 --- a/projects/scuba-physics/package.json +++ b/projects/scuba-physics/package.json @@ -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"