2022-07-19 08:05:34 +00:00
|
|
|
0.01: Initial code
|
2022-07-20 10:00:51 +00:00
|
|
|
|
|
|
|
0.05:
|
|
|
|
* We now buzz before reaching a waypoint.
|
|
|
|
* Display is only updated when not locked.
|
|
|
|
* We detect leaving path and finding path again.
|
|
|
|
* We display remaining distance to next point.
|
|
|
|
|
|
|
|
0.06:
|
2022-07-20 15:57:38 +00:00
|
|
|
* Special display for points with steep turns.
|
|
|
|
* Buzz on points with steep turns and unlock.
|
|
|
|
* Losing gps is now displayed.
|
2022-07-20 13:09:25 +00:00
|
|
|
|
|
|
|
0.07:
|
|
|
|
* We now use orientation to detect current segment
|
|
|
|
when segments overlap going in both directions.
|
|
|
|
* File format is now versioned.
|
2022-07-20 15:57:38 +00:00
|
|
|
|
|
|
|
0.08:
|
|
|
|
* Don't use gps course anymore but figure it from previous positions.
|
|
|
|
* Bugfix: path colors are back.
|
|
|
|
* Always buzz when reaching waypoint even if unlocked.
|
2022-07-21 10:35:24 +00:00
|
|
|
|
|
|
|
0.09:
|
|
|
|
* We now display interest points.
|
2022-07-21 13:09:16 +00:00
|
|
|
* Menu to choose which file to load.
|
2022-07-21 15:58:12 +00:00
|
|
|
|
|
|
|
0.10:
|
|
|
|
* Display performances enhancement.
|
2022-07-22 05:02:45 +00:00
|
|
|
* Waypoints information is embedded in file and extracted from comments on
|
|
|
|
points.
|
2022-07-22 07:49:33 +00:00
|
|
|
* Bugfix in map display (last segment was missing + wrong colors).
|
2022-07-22 11:50:53 +00:00
|
|
|
* Waypoint detections using OSM + sharp angles
|
|
|
|
* New algorith for direction detection
|
2022-07-23 06:41:23 +00:00
|
|
|
|
|
|
|
0.11:
|
|
|
|
* Better fonts (more free space, still readable).
|
2022-07-23 09:00:59 +00:00
|
|
|
* Display direction to nearest point when lost.
|
2022-07-23 14:25:38 +00:00
|
|
|
* Display average speed.
|
2022-07-26 07:44:42 +00:00
|
|
|
* Turn off gps when locked and between points
|
2022-07-26 14:59:04 +00:00
|
|
|
|
|
|
|
0.12:
|
|
|
|
* Bugfix in speed computation.
|
2022-07-27 13:35:00 +00:00
|
|
|
* Bugfix in current segment detection.
|
2022-07-27 15:21:51 +00:00
|
|
|
* Bugfix : lost direction.
|
2022-07-28 06:23:17 +00:00
|
|
|
* Larger fonts.
|
|
|
|
* Detecting next point correctly when going back.
|
2022-08-14 13:58:03 +00:00
|
|
|
|
|
|
|
0.13:
|
|
|
|
* Bugfix in lost direction.
|
2022-08-15 06:08:54 +00:00
|
|
|
* Buzzing 100m ahead instead of 50m.
|
2022-08-23 05:57:10 +00:00
|
|
|
* Detect sharp turns.
|
2022-08-26 11:24:53 +00:00
|
|
|
* Display instant speed.
|
2022-09-13 15:19:42 +00:00
|
|
|
* New instant speed algorithm.
|
2022-09-15 13:17:28 +00:00
|
|
|
* Bugfix for remaining distance when going back.
|
2022-09-16 09:13:48 +00:00
|
|
|
|
|
|
|
0.14:
|
|
|
|
* Detect starting distance to compute a good average speed.
|
2022-09-16 11:34:23 +00:00
|
|
|
* Settings
|
2022-09-16 14:35:13 +00:00
|
|
|
* Account for breaks in average speed.
|
2022-11-05 13:16:07 +00:00
|
|
|
|
|
|
|
0.15:
|
|
|
|
* Record traveled distance to get a good average speed.
|
|
|
|
* Breaks (low speed) will not count in average speed.
|
2022-11-05 16:17:49 +00:00
|
|
|
* Bugfix in average speed.
|
2022-11-17 13:41:36 +00:00
|
|
|
|
|
|
|
0.16:
|
|
|
|
* When lost indicates nearest point on path.
|
|
|
|
* Rescale display if lost and too far.
|
2022-11-19 12:48:26 +00:00
|
|
|
* New setting to hide points and increase display speed.
|
2022-11-20 07:40:33 +00:00
|
|
|
* Speed optimisations.
|
2022-12-19 19:42:54 +00:00
|
|
|
* Estimated time of Arrival/Going back.
|
2022-12-29 15:31:53 +00:00
|
|
|
* Display current and next segment in red so that you know where to go.
|
2022-12-30 10:22:24 +00:00
|
|
|
* Avoid angles flickering at low speed at the cost of less refresh.
|
2022-12-31 10:28:07 +00:00
|
|
|
* Splash screen while waiting for gps signal.
|
2023-02-23 11:46:49 +00:00
|
|
|
|
|
|
|
0.17: Convert Yes/No On/Off in settings to checkboxes
|