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-06-21 08:25:25 +00:00
|
|
|
|
2023-06-20 14:50:13 +00:00
|
|
|
0.17:
|
2023-06-21 08:21:40 +00:00
|
|
|
* Convert Yes/No On/Off in settings to checkboxes
|
|
|
|
|
|
|
|
0.18:
|
2023-06-20 14:50:13 +00:00
|
|
|
* Major rewrite of display : now tile based
|
|
|
|
* We have a map. Never get lost again.
|
2023-06-29 12:52:35 +00:00
|
|
|
|
|
|
|
0.19:
|
|
|
|
* Several fixes for osm requests and map computations
|
2023-06-29 13:14:17 +00:00
|
|
|
* Display path in leaflet
|
2023-06-29 14:56:00 +00:00
|
|
|
* Reduce framerate if locked
|
|
|
|
* Stroke to move around in the map
|
2023-06-30 09:10:49 +00:00
|
|
|
* Fix for missing paths in display
|
2023-07-05 13:42:47 +00:00
|
|
|
|
|
|
|
0.20:
|
|
|
|
* Large display for instant speed
|
|
|
|
* Bugfix for negative coordinates
|
|
|
|
* Disable menu while the map is not loaded
|
2023-07-08 09:46:38 +00:00
|
|
|
* Turn screen off while idling to save battery (with setting)
|
2023-07-07 07:54:55 +00:00
|
|
|
* New setting : disable buzz on turns
|
|
|
|
* New setting : turn bluetooth off to save battery
|
2023-07-22 09:54:52 +00:00
|
|
|
* New setting : power screen off between points to save battery
|
2023-07-08 09:46:38 +00:00
|
|
|
* Color change for lost direction (now purple)
|
2023-07-22 09:54:52 +00:00
|
|
|
* Adaptive screen powersaving
|
2023-08-21 13:09:34 +00:00
|
|
|
|
|
|
|
0.21:
|
|
|
|
* Jit is back for display functions (10% speed increase)
|
2023-08-22 12:50:37 +00:00
|
|
|
* Store, parse and display elevation data
|
2023-08-22 14:52:28 +00:00
|
|
|
* Removed 'lost' indicator (we now change position to purple when lost)
|