diff --git a/assets/changelog.json b/assets/changelog.json index c76ac28..95e770e 100644 --- a/assets/changelog.json +++ b/assets/changelog.json @@ -1,23 +1,20 @@ { "1.8.0": { "content": [ - "• IMPROVED: Suspected locations now use database storage instead of loading 100MB+ CSV into memory", - "• Better performance and reduced memory usage when loading suspected location data", - "• Faster app startup when suspected locations are enabled", - "• Automatic migration of existing suspected location data to new storage format" + "• Better performance and reduced memory usage when using suspected location data by using a database" ] }, "1.7.0": { "content": [ - "• NEW: Distance display when selecting second navigation point - shows distance from first location in real-time", - "• NEW: Long distance warning - routes over 30km display a warning about potential timeouts with a note that improvements are coming" + "• Distance display when selecting second navigation point; shows distance from first location in real-time", + "• Long distance warning; routes over 20km display a warning about potential timeouts" ] }, "1.6.3": { "content": [ "• Fixed navigation sheet button flow - route to/from buttons no longer reappear after selecting second location", "• Added cancel button when selecting second route point for easier exit from route planning", - "• Removed placeholder FOV values from built-in device profiles - improves data quality for submissions" + "• Removed placeholder FOV values from built-in device profiles - oops" ] }, "1.6.2": {