From 5a185725502fcc263c215f3de5bd232808581dcd Mon Sep 17 00:00:00 2001 From: destroyedlolo Date: Thu, 4 May 2023 20:03:25 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33985b4..7a70ee0 100644 --- a/README.md +++ b/README.md @@ -353,7 +353,7 @@ Here the list of already known needed improvements (as of V3) - [X] Colorizes past figures - [X] Show full journey using external GPX trace file (*need to create a Fixer as the ones I got are crappy*) - [X] Generate GPX and KML from telemetry -- [ ] Generate stories directly form a collection of video, without GPX file +- [X] Generate stories directly form a collection of video, without GPX file - [ ] Inlays video's path on a map (**high probability** : must have) - [ ] Post process GPX data to get better altitudes (**meddium probability** : it will require lot of development - does it worth it ?) - [ ] Add threading support to parallelise images' generation (**low probability** : requires a bit of code redesign, but the gain won't be so significant as most of the time spent is by video encoding, which is already parallelized). From 009331062aa4a6ec8fd36371f774227675832651 Mon Sep 17 00:00:00 2001 From: destroyedlolo Date: Sat, 3 Jun 2023 15:05:21 +0200 Subject: [PATCH 2/3] Add grade --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc12d28..72df38b 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,8 @@ As of V2.03, **GPMFMetersGenerator** detects by itself the presence of additionn Can be based on GPS' 2D or 3D speed figure ... or even both (*mostly for testing purpose*) +As of **v4.05**, slope grade has been added. + ### Speed tracker ![Speed tracker](Images/Strk.png) From 2a91c5778e5a9892f2a3653dfaabeec4c33dd845 Mon Sep 17 00:00:00 2001 From: destroyedlolo Date: Sat, 3 Jun 2023 15:11:53 +0200 Subject: [PATCH 3/3] Update CHANGES.md --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 77f624a..6ec0f5e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,10 @@ If you are updating from a previous version, pay particular attention to the cha ## 4.xx +### 4.05 + +Add slope grade in speed widget + ### 4.04 Smooth speed (average on SAMPLE's values)