BangleApps/apps/gipy/ChangeLog

144 lines
4.8 KiB
Plaintext
Raw Permalink Normal View History

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).
* 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.
0.16:
* When lost indicates nearest point on path.
* Rescale display if lost and too far.
* 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.
* 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
0.17:
2023-06-21 08:21:40 +00:00
* Convert Yes/No On/Off in settings to checkboxes
0.18:
* Major rewrite of display : now tile based
* We have a map. Never get lost again.
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
* 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)
* New setting : disable buzz on turns
* New setting : turn bluetooth off to save battery
* 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)
* 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)
2023-08-22 15:05:41 +00:00
* Powersaving fix : don't powersave when lost
* Bugfix for negative remaining distance when going backwards
* New settings for powersaving
* Adjustments to powersaving algorithm
0.22:
* Powersaving disabled by default
* Default choice for powersaving in the settings
2023-09-21 12:43:23 +00:00
* Better position in elevation profiles
* Integrating fixes in upstream rust heatshrink crate
* Small path optimisations with brouter (removing looplets)
2023-10-05 12:52:18 +00:00
* Bugfix in nearest segment detection
0.23:
* New display algorithm : way faster, larger roads, zooming out is now ok
* You will need to re-generate your maps because the new algorithm uses a different scale
2023-10-05 12:52:18 +00:00
* Better path simplification
* Removed sharp turns auto-detection
2023-11-27 08:34:41 +00:00
* Waypoints autodetection using the map : this will generate more points than really needed but can still be effective.
* New option: sleep between waypoints
2023-10-16 09:40:09 +00:00
* Interface: centered svg preview + display file sizes
* Interface: disable/enable waypoints detection and elevation
2023-11-07 15:44:20 +00:00
* Touching the screen when sleeping will wake up but not change screen
2023-11-27 08:34:41 +00:00
* Removing footways (if bicycles not allowed) to reduce resource usage
* Switching screen will clear the screen immediately so you can know your screen touch has been received
0.24:
2023-12-11 15:07:20 +00:00
* Fix for loading very large files (> 65kb)
2023-12-11 16:08:06 +00:00
* New menu on file selection : reverse path without waiting for file to load
2024-02-21 14:45:28 +00:00
* Fix for files converted from maps2gpx : path was not reduced in size correctly
* Experimental ski mode : have a ski slopes map
* Fix for path projection display when lost and zoomed out
2024-03-04 21:32:06 +00:00
0.25: Minor code improvements
2024-08-06 03:45:46 +00:00
0.26: Add option to plot openstmap if installed
0.27: Support for large paths (grid sizes > 65k)